com.konakart.wsapp
Class Store

java.lang.Object
  extended by com.konakart.wsapp.Store
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Store()
           
Store(java.lang.String adminEmail, java.lang.String cssFileName, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, java.util.Calendar dateAdded, boolean deleted, boolean enabled, java.util.Calendar lastUpdated, java.lang.String logoFileName, int maxProducts, java.lang.String storeDesc, java.lang.String storeHome, java.lang.String storeId, java.lang.String storeName, java.lang.String storeUrl, boolean template, boolean underMaintenance)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAdminEmail()
          Gets the adminEmail value for this Store.
 java.lang.String getCssFileName()
          Gets the cssFileName value for this Store.
 java.lang.String getCustom1()
          Gets the custom1 value for this Store.
 java.lang.String getCustom2()
          Gets the custom2 value for this Store.
 java.lang.String getCustom3()
          Gets the custom3 value for this Store.
 java.lang.String getCustom4()
          Gets the custom4 value for this Store.
 java.lang.String getCustom5()
          Gets the custom5 value for this Store.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this Store.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getLastUpdated()
          Gets the lastUpdated value for this Store.
 java.lang.String getLogoFileName()
          Gets the logoFileName value for this Store.
 int getMaxProducts()
          Gets the maxProducts value for this Store.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStoreDesc()
          Gets the storeDesc value for this Store.
 java.lang.String getStoreHome()
          Gets the storeHome value for this Store.
 java.lang.String getStoreId()
          Gets the storeId value for this Store.
 java.lang.String getStoreName()
          Gets the storeName value for this Store.
 java.lang.String getStoreUrl()
          Gets the storeUrl value for this Store.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isDeleted()
          Gets the deleted value for this Store.
 boolean isEnabled()
          Gets the enabled value for this Store.
 boolean isTemplate()
          Gets the template value for this Store.
 boolean isUnderMaintenance()
          Gets the underMaintenance value for this Store.
 void setAdminEmail(java.lang.String adminEmail)
          Sets the adminEmail value for this Store.
 void setCssFileName(java.lang.String cssFileName)
          Sets the cssFileName value for this Store.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this Store.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this Store.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this Store.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this Store.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this Store.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this Store.
 void setDeleted(boolean deleted)
          Sets the deleted value for this Store.
 void setEnabled(boolean enabled)
          Sets the enabled value for this Store.
 void setLastUpdated(java.util.Calendar lastUpdated)
          Sets the lastUpdated value for this Store.
 void setLogoFileName(java.lang.String logoFileName)
          Sets the logoFileName value for this Store.
 void setMaxProducts(int maxProducts)
          Sets the maxProducts value for this Store.
 void setStoreDesc(java.lang.String storeDesc)
          Sets the storeDesc value for this Store.
 void setStoreHome(java.lang.String storeHome)
          Sets the storeHome value for this Store.
 void setStoreId(java.lang.String storeId)
          Sets the storeId value for this Store.
 void setStoreName(java.lang.String storeName)
          Sets the storeName value for this Store.
 void setStoreUrl(java.lang.String storeUrl)
          Sets the storeUrl value for this Store.
 void setTemplate(boolean template)
          Sets the template value for this Store.
 void setUnderMaintenance(boolean underMaintenance)
          Sets the underMaintenance value for this Store.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Store

public Store()

Store

public Store(java.lang.String adminEmail,
             java.lang.String cssFileName,
             java.lang.String custom1,
             java.lang.String custom2,
             java.lang.String custom3,
             java.lang.String custom4,
             java.lang.String custom5,
             java.util.Calendar dateAdded,
             boolean deleted,
             boolean enabled,
             java.util.Calendar lastUpdated,
             java.lang.String logoFileName,
             int maxProducts,
             java.lang.String storeDesc,
             java.lang.String storeHome,
             java.lang.String storeId,
             java.lang.String storeName,
             java.lang.String storeUrl,
             boolean template,
             boolean underMaintenance)
Method Detail

getAdminEmail

public java.lang.String getAdminEmail()
Gets the adminEmail value for this Store.

Returns:
adminEmail

setAdminEmail

public void setAdminEmail(java.lang.String adminEmail)
Sets the adminEmail value for this Store.

Parameters:
adminEmail -

getCssFileName

public java.lang.String getCssFileName()
Gets the cssFileName value for this Store.

Returns:
cssFileName

setCssFileName

public void setCssFileName(java.lang.String cssFileName)
Sets the cssFileName value for this Store.

Parameters:
cssFileName -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this Store.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this Store.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this Store.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this Store.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this Store.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this Store.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this Store.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this Store.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this Store.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this Store.

Parameters:
custom5 -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this Store.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this Store.

Parameters:
dateAdded -

isDeleted

public boolean isDeleted()
Gets the deleted value for this Store.

Returns:
deleted

setDeleted

public void setDeleted(boolean deleted)
Sets the deleted value for this Store.

Parameters:
deleted -

isEnabled

public boolean isEnabled()
Gets the enabled value for this Store.

Returns:
enabled

setEnabled

public void setEnabled(boolean enabled)
Sets the enabled value for this Store.

Parameters:
enabled -

getLastUpdated

public java.util.Calendar getLastUpdated()
Gets the lastUpdated value for this Store.

Returns:
lastUpdated

setLastUpdated

public void setLastUpdated(java.util.Calendar lastUpdated)
Sets the lastUpdated value for this Store.

Parameters:
lastUpdated -

getLogoFileName

public java.lang.String getLogoFileName()
Gets the logoFileName value for this Store.

Returns:
logoFileName

setLogoFileName

public void setLogoFileName(java.lang.String logoFileName)
Sets the logoFileName value for this Store.

Parameters:
logoFileName -

getMaxProducts

public int getMaxProducts()
Gets the maxProducts value for this Store.

Returns:
maxProducts

setMaxProducts

public void setMaxProducts(int maxProducts)
Sets the maxProducts value for this Store.

Parameters:
maxProducts -

getStoreDesc

public java.lang.String getStoreDesc()
Gets the storeDesc value for this Store.

Returns:
storeDesc

setStoreDesc

public void setStoreDesc(java.lang.String storeDesc)
Sets the storeDesc value for this Store.

Parameters:
storeDesc -

getStoreHome

public java.lang.String getStoreHome()
Gets the storeHome value for this Store.

Returns:
storeHome

setStoreHome

public void setStoreHome(java.lang.String storeHome)
Sets the storeHome value for this Store.

Parameters:
storeHome -

getStoreId

public java.lang.String getStoreId()
Gets the storeId value for this Store.

Returns:
storeId

setStoreId

public void setStoreId(java.lang.String storeId)
Sets the storeId value for this Store.

Parameters:
storeId -

getStoreName

public java.lang.String getStoreName()
Gets the storeName value for this Store.

Returns:
storeName

setStoreName

public void setStoreName(java.lang.String storeName)
Sets the storeName value for this Store.

Parameters:
storeName -

getStoreUrl

public java.lang.String getStoreUrl()
Gets the storeUrl value for this Store.

Returns:
storeUrl

setStoreUrl

public void setStoreUrl(java.lang.String storeUrl)
Sets the storeUrl value for this Store.

Parameters:
storeUrl -

isTemplate

public boolean isTemplate()
Gets the template value for this Store.

Returns:
template

setTemplate

public void setTemplate(boolean template)
Sets the template value for this Store.

Parameters:
template -

isUnderMaintenance

public boolean isUnderMaintenance()
Gets the underMaintenance value for this Store.

Returns:
underMaintenance

setUnderMaintenance

public void setUnderMaintenance(boolean underMaintenance)
Sets the underMaintenance value for this Store.

Parameters:
underMaintenance -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.