com.konakart.wsapp
Class EngineConfig

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

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

See Also:
Serialized Form

Constructor Summary
EngineConfig()
           
EngineConfig(java.lang.String appPropertiesFileName, boolean categoriesShared, boolean customersShared, java.lang.String engineId, int mode, boolean productsShared, java.lang.String propertiesFileName, java.lang.String storeId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAppPropertiesFileName()
          Gets the appPropertiesFileName value for this EngineConfig.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEngineId()
          Gets the engineId value for this EngineConfig.
 int getMode()
          Gets the mode value for this EngineConfig.
 java.lang.String getPropertiesFileName()
          Gets the propertiesFileName value for this EngineConfig.
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 getStoreId()
          Gets the storeId value for this EngineConfig.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCategoriesShared()
          Gets the categoriesShared value for this EngineConfig.
 boolean isCustomersShared()
          Gets the customersShared value for this EngineConfig.
 boolean isProductsShared()
          Gets the productsShared value for this EngineConfig.
 void setAppPropertiesFileName(java.lang.String appPropertiesFileName)
          Sets the appPropertiesFileName value for this EngineConfig.
 void setCategoriesShared(boolean categoriesShared)
          Sets the categoriesShared value for this EngineConfig.
 void setCustomersShared(boolean customersShared)
          Sets the customersShared value for this EngineConfig.
 void setEngineId(java.lang.String engineId)
          Sets the engineId value for this EngineConfig.
 void setMode(int mode)
          Sets the mode value for this EngineConfig.
 void setProductsShared(boolean productsShared)
          Sets the productsShared value for this EngineConfig.
 void setPropertiesFileName(java.lang.String propertiesFileName)
          Sets the propertiesFileName value for this EngineConfig.
 void setStoreId(java.lang.String storeId)
          Sets the storeId value for this EngineConfig.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineConfig

public EngineConfig()

EngineConfig

public EngineConfig(java.lang.String appPropertiesFileName,
                    boolean categoriesShared,
                    boolean customersShared,
                    java.lang.String engineId,
                    int mode,
                    boolean productsShared,
                    java.lang.String propertiesFileName,
                    java.lang.String storeId)
Method Detail

getAppPropertiesFileName

public java.lang.String getAppPropertiesFileName()
Gets the appPropertiesFileName value for this EngineConfig.

Returns:
appPropertiesFileName

setAppPropertiesFileName

public void setAppPropertiesFileName(java.lang.String appPropertiesFileName)
Sets the appPropertiesFileName value for this EngineConfig.

Parameters:
appPropertiesFileName -

isCategoriesShared

public boolean isCategoriesShared()
Gets the categoriesShared value for this EngineConfig.

Returns:
categoriesShared

setCategoriesShared

public void setCategoriesShared(boolean categoriesShared)
Sets the categoriesShared value for this EngineConfig.

Parameters:
categoriesShared -

isCustomersShared

public boolean isCustomersShared()
Gets the customersShared value for this EngineConfig.

Returns:
customersShared

setCustomersShared

public void setCustomersShared(boolean customersShared)
Sets the customersShared value for this EngineConfig.

Parameters:
customersShared -

getEngineId

public java.lang.String getEngineId()
Gets the engineId value for this EngineConfig.

Returns:
engineId

setEngineId

public void setEngineId(java.lang.String engineId)
Sets the engineId value for this EngineConfig.

Parameters:
engineId -

getMode

public int getMode()
Gets the mode value for this EngineConfig.

Returns:
mode

setMode

public void setMode(int mode)
Sets the mode value for this EngineConfig.

Parameters:
mode -

isProductsShared

public boolean isProductsShared()
Gets the productsShared value for this EngineConfig.

Returns:
productsShared

setProductsShared

public void setProductsShared(boolean productsShared)
Sets the productsShared value for this EngineConfig.

Parameters:
productsShared -

getPropertiesFileName

public java.lang.String getPropertiesFileName()
Gets the propertiesFileName value for this EngineConfig.

Returns:
propertiesFileName

setPropertiesFileName

public void setPropertiesFileName(java.lang.String propertiesFileName)
Sets the propertiesFileName value for this EngineConfig.

Parameters:
propertiesFileName -

getStoreId

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

Returns:
storeId

setStoreId

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

Parameters:
storeId -

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.