|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_Store
public class S_Store
A KonaKart Store definition
| Constructor Summary | |
|---|---|
S_Store()
|
|
| Method Summary | |
|---|---|
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 |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_Store()
| Method Detail |
|---|
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 storeName to setpublic boolean isDeleted()
public void setDeleted(boolean _deleted)
_deleted - the deleted to setpublic java.util.Calendar getLastUpdated()
public void setLastUpdated(java.util.Calendar _lastUpdated)
_lastUpdated - the lastUpdated to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - the dateAdded 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 set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||