com.konakart.rmi.app
Class S_Store

java.lang.Object
  extended by com.konakart.rmi.app.S_Store
All Implemented Interfaces:
java.io.Serializable

public class S_Store
extends java.lang.Object
implements java.io.Serializable

A KonaKart Store definition

See Also:
Serialized Form

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

S_Store

public S_Store()
Method Detail

getStoreId

public java.lang.String getStoreId()
Used in multi-store mode to configure the engine to use the correct store.

Returns:
Returns the storeId.

setStoreId

public void setStoreId(java.lang.String _storeId)
Used in multi-store mode to configure the engine to use the correct store.

Parameters:
_storeId - The storeId to set.

getStoreName

public java.lang.String getStoreName()
The name of the store

Returns:
the storeName

setStoreName

public void setStoreName(java.lang.String _storeName)
The name of the store

Parameters:
_storeName - the storeName to set

isDeleted

public boolean isDeleted()
Defines whether the store has been deleted

Returns:
the deleted

setDeleted

public void setDeleted(boolean _deleted)
Defines whether the store has been deleted

Parameters:
_deleted - the deleted to set

getLastUpdated

public java.util.Calendar getLastUpdated()
When the store was last updated

Returns:
the lastUpdated

setLastUpdated

public void setLastUpdated(java.util.Calendar _lastUpdated)
When the store was last updated

Parameters:
_lastUpdated - the lastUpdated to set

getDateAdded

public java.util.Calendar getDateAdded()
Returns:
the dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar _dateAdded)
Parameters:
_dateAdded - the dateAdded to set

getStoreDesc

public java.lang.String getStoreDesc()
Description of the store

Returns:
the storeDesc

setStoreDesc

public void setStoreDesc(java.lang.String _storeDesc)
Description of the store

Parameters:
_storeDesc - the storeDesc to set

getLogoFileName

public java.lang.String getLogoFileName()
File name of the store logo

Returns:
the logoFileName

setLogoFileName

public void setLogoFileName(java.lang.String _logoFileName)
File name of the store logo

Parameters:
_logoFileName - the logoFileName to set

getCssFileName

public java.lang.String getCssFileName()
File name of the CSS file used by the store

Returns:
the cssFileName

setCssFileName

public void setCssFileName(java.lang.String _cssFileName)
File name of the CSS file used by the store

Parameters:
_cssFileName - the cssFileName to set

isEnabled

public boolean isEnabled()
Defines whether the store is enabled

Returns:
the enabled

setEnabled

public void setEnabled(boolean _enabled)
Defines whether the store is enabled

Parameters:
_enabled - the enabled to set

isUnderMaintenance

public boolean isUnderMaintenance()
Defines whether the store is under maintenance

Returns:
the underMaintenance

setUnderMaintenance

public void setUnderMaintenance(boolean _underMaintenance)
Defines whether the store is under maintenance

Parameters:
_underMaintenance - the underMaintenance to set

getAdminEmail

public java.lang.String getAdminEmail()
Email of the store administrator

Returns:
the adminEmail

setAdminEmail

public void setAdminEmail(java.lang.String _adminEmail)
Email of the store administrator

Parameters:
_adminEmail - the adminEmail to set

isTemplate

public boolean isTemplate()
Define a store as a template for creating new stores

Returns:
the template

setTemplate

public void setTemplate(boolean _template)
Define a store as a template for creating new stores

Parameters:
_template - the template to set

getMaxProducts

public int getMaxProducts()
The maximum number of products that a store may manage

Returns:
the maxProducts

setMaxProducts

public void setMaxProducts(int _maxProducts)
The maximum number of products that a store may manage

Parameters:
_maxProducts - the maxProducts to set

getStoreHome

public java.lang.String getStoreHome()
The instance id of a store that can associate it to a KonaKart instance

Returns:
the storeHome

setStoreHome

public void setStoreHome(java.lang.String _storeHome)
The instance id of a store that can associate it to a KonaKart instance

Parameters:
_storeHome - the storeHome to set

getStoreUrl

public java.lang.String getStoreUrl()
The Url of a store

Returns:
the storeUrl

setStoreUrl

public void setStoreUrl(java.lang.String _storeUrl)
The Url of a store

Parameters:
_storeUrl - the storeUrl to set

getCustom1

public java.lang.String getCustom1()
Custom attribute

Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String _custom1)
Custom attribute

Parameters:
_custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Custom attribute

Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String _custom2)
Custom attribute

Parameters:
_custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
Custom attribute

Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String _custom3)
Custom attribute

Parameters:
_custom3 - the custom3 to set

getCustom4

public java.lang.String getCustom4()
Custom attribute

Returns:
the custom4

setCustom4

public void setCustom4(java.lang.String _custom4)
Custom attribute

Parameters:
_custom4 - the custom4 to set

getCustom5

public java.lang.String getCustom5()
Custom attribute

Returns:
the custom5

setCustom5

public void setCustom5(java.lang.String _custom5)
Custom attribute

Parameters:
_custom5 - the custom5 to set


Copyright © 2011 DS Data Systems UK Ltd.