Constructor and Description |
---|
Store()
Empty Constructor
|
Store(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the AdminShop object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminEmail()
Email of the store administrator
|
java.lang.String |
getCssFileName()
File name of the CSS file used by the store
|
java.lang.String |
getCustom1()
Custom attribute
|
java.lang.String |
getCustom2()
Custom attribute
|
java.lang.String |
getCustom3()
Custom attribute
|
java.lang.String |
getCustom4()
Custom attribute
|
java.lang.String |
getCustom5()
Custom attribute
|
java.util.Calendar |
getDateAdded() |
java.util.Calendar |
getLastUpdated()
When the store was last updated
|
java.lang.String |
getLogoFileName()
File name of the store logo
|
int |
getMaxProducts()
The maximum number of products that a store may manage
|
java.lang.String |
getStoreDesc()
Description of the store
|
java.lang.String |
getStoreHome()
The instance id of a store that can associate it to a KonaKart instance
|
java.lang.String |
getStoreId()
Used in multi-store mode to configure the engine to use the correct store.
|
java.lang.String |
getStoreName()
The name of the store
|
java.lang.String |
getStoreUrl()
The Url of a store
|
int |
getVendorId()
The numeric id of a vendor that may be associated with the store
|
boolean |
isDeleted()
Defines whether the store has been deleted
|
boolean |
isEnabled()
Defines whether the store is enabled
|
boolean |
isTemplate()
Define a store as a template for creating new stores
|
boolean |
isUnderMaintenance()
Defines whether the store is under maintenance
|
void |
setAdminEmail(java.lang.String adminEmail)
Email of the store administrator
|
void |
setCssFileName(java.lang.String cssFileName)
File name of the CSS file used by the store
|
void |
setCustom1(java.lang.String custom1)
Custom attribute
|
void |
setCustom2(java.lang.String custom2)
Custom attribute
|
void |
setCustom3(java.lang.String custom3)
Custom attribute
|
void |
setCustom4(java.lang.String custom4)
Custom attribute
|
void |
setCustom5(java.lang.String custom5)
Custom attribute
|
void |
setDateAdded(java.util.Calendar dateAdded) |
void |
setDeleted(boolean deleted)
Defines whether the store has been deleted
|
void |
setEnabled(boolean enabled)
Defines whether the store is enabled
|
void |
setLastUpdated(java.util.Calendar lastUpdated)
When the store was last updated
|
void |
setLogoFileName(java.lang.String logoFileName)
File name of the store logo
|
void |
setMaxProducts(int maxProducts)
The maximum number of products that a store may manage
|
void |
setStoreDesc(java.lang.String storeDesc)
Description of the store
|
void |
setStoreHome(java.lang.String storeHome)
The instance id of a store that can associate it to a KonaKart instance
|
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)
The name of the store
|
void |
setStoreUrl(java.lang.String storeUrl)
The Url of a store
|
void |
setTemplate(boolean template)
Define a store as a template for creating new stores
|
void |
setUnderMaintenance(boolean underMaintenance)
Defines whether the store is under maintenance
|
void |
setVendorId(int vendorId)
The numeric id of a vendor that may be associated with the store
|
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public Store()
public Store(com.workingdogs.village.Record vr, 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()
getStoreId
in interface StoreIf
public void setStoreId(java.lang.String storeId)
setStoreId
in interface StoreIf
storeId
- The storeId to set.public java.lang.String getStoreName()
StoreIf
getStoreName
in interface StoreIf
public void setStoreName(java.lang.String storeName)
StoreIf
setStoreName
in interface StoreIf
storeName
- the shopName to setpublic boolean isDeleted()
StoreIf
public void setDeleted(boolean deleted)
StoreIf
setDeleted
in interface StoreIf
deleted
- the deleted to setpublic java.util.Calendar getLastUpdated()
StoreIf
getLastUpdated
in interface StoreIf
public void setLastUpdated(java.util.Calendar lastUpdated)
StoreIf
setLastUpdated
in interface StoreIf
lastUpdated
- the lastUpdated to setpublic java.lang.String getStoreDesc()
StoreIf
getStoreDesc
in interface StoreIf
public void setStoreDesc(java.lang.String storeDesc)
StoreIf
setStoreDesc
in interface StoreIf
storeDesc
- the storeDesc to setpublic java.lang.String getLogoFileName()
StoreIf
getLogoFileName
in interface StoreIf
public void setLogoFileName(java.lang.String logoFileName)
StoreIf
setLogoFileName
in interface StoreIf
logoFileName
- the logoFileName to setpublic java.lang.String getCssFileName()
StoreIf
getCssFileName
in interface StoreIf
public void setCssFileName(java.lang.String cssFileName)
StoreIf
setCssFileName
in interface StoreIf
cssFileName
- the cssFileName to setpublic boolean isEnabled()
StoreIf
public void setEnabled(boolean enabled)
StoreIf
setEnabled
in interface StoreIf
enabled
- the enabled to setpublic boolean isUnderMaintenance()
StoreIf
isUnderMaintenance
in interface StoreIf
public void setUnderMaintenance(boolean underMaintenance)
StoreIf
setUnderMaintenance
in interface StoreIf
underMaintenance
- the underMaintenance to setpublic java.lang.String getAdminEmail()
StoreIf
getAdminEmail
in interface StoreIf
public void setAdminEmail(java.lang.String adminEmail)
StoreIf
setAdminEmail
in interface StoreIf
adminEmail
- the adminEmail to setpublic boolean isTemplate()
StoreIf
isTemplate
in interface StoreIf
public void setTemplate(boolean template)
StoreIf
setTemplate
in interface StoreIf
template
- the template to setpublic int getMaxProducts()
StoreIf
getMaxProducts
in interface StoreIf
public void setMaxProducts(int maxProducts)
StoreIf
setMaxProducts
in interface StoreIf
maxProducts
- the maxProducts to setpublic java.lang.String getStoreHome()
StoreIf
getStoreHome
in interface StoreIf
public void setStoreHome(java.lang.String storeHome)
StoreIf
setStoreHome
in interface StoreIf
storeHome
- the storeHome to setpublic java.lang.String getStoreUrl()
StoreIf
getStoreUrl
in interface StoreIf
public void setStoreUrl(java.lang.String storeUrl)
StoreIf
setStoreUrl
in interface StoreIf
storeUrl
- the storeUrl to setpublic java.lang.String getCustom1()
StoreIf
getCustom1
in interface StoreIf
public void setCustom1(java.lang.String custom1)
StoreIf
setCustom1
in interface StoreIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
StoreIf
getCustom2
in interface StoreIf
public void setCustom2(java.lang.String custom2)
StoreIf
setCustom2
in interface StoreIf
custom2
- the custom2 to setpublic java.lang.String getCustom3()
StoreIf
getCustom3
in interface StoreIf
public void setCustom3(java.lang.String custom3)
StoreIf
setCustom3
in interface StoreIf
custom3
- the custom3 to setpublic java.lang.String getCustom4()
StoreIf
getCustom4
in interface StoreIf
public void setCustom4(java.lang.String custom4)
StoreIf
setCustom4
in interface StoreIf
custom4
- the custom4 to setpublic java.lang.String getCustom5()
StoreIf
getCustom5
in interface StoreIf
public void setCustom5(java.lang.String custom5)
StoreIf
setCustom5
in interface StoreIf
custom5
- the custom5 to setpublic java.util.Calendar getDateAdded()
getDateAdded
in interface StoreIf
public void setDateAdded(java.util.Calendar dateAdded)
setDateAdded
in interface StoreIf
dateAdded
- the dateAdded to setpublic int getVendorId()
StoreIf
getVendorId
in interface StoreIf
public void setVendorId(int vendorId)
StoreIf
setVendorId
in interface StoreIf
vendorId
- the vendorId to setCopyright © 2018 DS Data Systems UK Ltd.