public class AdminStore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
adminEmail
The value for the Admin Email field
|
private java.lang.String |
cssFileName
The value for the CSS file name field
|
private java.lang.String |
custom1
The value for the custom1 field
|
private java.lang.String |
custom2
The value for the custom2 field
|
private java.lang.String |
custom3
The value for the custom3 field
|
private java.lang.String |
custom4
The value for the custom4 field
|
private java.lang.String |
custom5
The value for the custom5 field
|
private java.util.Date |
dateAdded
The value for the dateAdded field
|
private boolean |
deleted
The value for the deleted field
|
private boolean |
enabled
The value for the mode field
|
private java.util.Date |
lastUpdated
The value for the lastUpdated field
|
private boolean |
local
Whether this store is "local"
|
private java.lang.String |
logoFileName
The value for the logo file name field
|
private int |
maxProducts
The value for the max_products field
|
private java.lang.String |
storeDesc
The value for the shopDescription field
|
private java.lang.String |
storeHome
The value for the storeHome field
|
private java.lang.String |
storeId
The value for the storeId field
|
private java.lang.String |
storeName
The value for the shopName field
|
private java.lang.String |
storeUrl
The value for the storeUrl field
|
private boolean |
template
The value for the template field
|
private boolean |
underMaintenance
The value for the mode field
|
private int |
vendorId
The value for the vendorId field
|
Constructor and Description |
---|
AdminStore()
Empty Constructor
|
AdminStore(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminShop object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminEmail() |
java.lang.String |
getCssFileName() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.util.Date |
getDateAdded() |
java.util.Date |
getLastUpdated() |
java.lang.String |
getLogoFileName() |
int |
getMaxProducts() |
java.lang.String |
getStoreDesc() |
java.lang.String |
getStoreHome() |
java.lang.String |
getStoreId()
Used in multi-store mode to configure the engine to use the correct store.
|
java.lang.String |
getStoreName() |
java.lang.String |
getStoreUrl() |
int |
getVendorId() |
boolean |
isDeleted() |
boolean |
isEnabled() |
boolean |
isLocal() |
boolean |
isTemplate() |
boolean |
isUnderMaintenance() |
void |
setAdminEmail(java.lang.String adminEmail) |
void |
setCssFileName(java.lang.String cssFileName) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setDateAdded(java.util.Date dateAdded) |
void |
setDeleted(boolean deleted) |
void |
setEnabled(boolean enabled) |
void |
setLastUpdated(java.util.Date lastUpdated) |
void |
setLocal(boolean local) |
void |
setLogoFileName(java.lang.String logoFileName) |
void |
setMaxProducts(int maxProducts) |
void |
setStoreDesc(java.lang.String storeDesc) |
void |
setStoreHome(java.lang.String storeHome) |
void |
setStoreId(java.lang.String storeId)
Used in multi-store mode to configure the engine to use the correct store.
|
void |
setStoreName(java.lang.String storeName) |
void |
setStoreUrl(java.lang.String storeUrl) |
void |
setTemplate(boolean template) |
void |
setUnderMaintenance(boolean underMaintenance) |
void |
setVendorId(int vendorId) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private java.lang.String storeId
private int vendorId
private java.lang.String storeName
private java.lang.String storeDesc
private java.lang.String logoFileName
private java.lang.String cssFileName
private java.lang.String storeHome
private java.lang.String storeUrl
private java.lang.String custom1
private java.lang.String custom2
private java.lang.String custom3
private java.lang.String custom4
private java.lang.String custom5
private boolean deleted
private boolean enabled
private boolean underMaintenance
private java.util.Date lastUpdated
private java.util.Date dateAdded
private java.lang.String adminEmail
private boolean template
private int maxProducts
private boolean local
public AdminStore()
public AdminStore(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- The storeId to set.public java.lang.String getStoreName()
public void setStoreName(java.lang.String storeName)
storeName
- the shopName to setpublic boolean isDeleted()
public void setDeleted(boolean deleted)
deleted
- the deleted to setpublic java.util.Date getLastUpdated()
public void setLastUpdated(java.util.Date lastUpdated)
lastUpdated
- the lastUpdated to setpublic java.lang.String getStoreDesc()
public void setStoreDesc(java.lang.String storeDesc)
storeDesc
- the storeDesc to setpublic java.lang.String getLogoFileName()
public void setLogoFileName(java.lang.String logoFileName)
logoFileName
- the logoFileName to setpublic java.lang.String getCssFileName()
public void setCssFileName(java.lang.String cssFileName)
cssFileName
- the cssFileName to setpublic boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- the enabled to setpublic boolean isUnderMaintenance()
public void setUnderMaintenance(boolean underMaintenance)
underMaintenance
- the underMaintenance to setpublic java.lang.String getAdminEmail()
public void setAdminEmail(java.lang.String adminEmail)
adminEmail
- the adminEmail to setpublic boolean isTemplate()
public void setTemplate(boolean template)
template
- the template to setpublic int getMaxProducts()
public void setMaxProducts(int maxProducts)
maxProducts
- the maxProducts to setpublic java.lang.String getStoreHome()
public void setStoreHome(java.lang.String storeHome)
storeHome
- the storeHome to setpublic java.lang.String getStoreUrl()
public void setStoreUrl(java.lang.String storeUrl)
storeUrl
- the storeUrl to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setpublic boolean isLocal()
public void setLocal(boolean local)
local
- the local to setpublic java.util.Date getDateAdded()
public void setDateAdded(java.util.Date dateAdded)
dateAdded
- the dateAdded to setpublic int getVendorId()
public void setVendorId(int vendorId)
vendorId
- the vendorId to setCopyright © 2018 DS Data Systems UK Ltd.