com.konakart.wsapp
Class AddToBasketOptions

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

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

See Also:
Serialized Form

Constructor Summary
AddToBasketOptions()
           
AddToBasketOptions(boolean allowMultipleEntriesForSameProduct, boolean calcQuantityForBundles, java.lang.String catalogId, java.util.Calendar priceDate, boolean useExternalPrice, boolean useExternalQuantity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCatalogId()
          Gets the catalogId value for this AddToBasketOptions.
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 getPriceDate()
          Gets the priceDate value for this AddToBasketOptions.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isAllowMultipleEntriesForSameProduct()
          Gets the allowMultipleEntriesForSameProduct value for this AddToBasketOptions.
 boolean isCalcQuantityForBundles()
          Gets the calcQuantityForBundles value for this AddToBasketOptions.
 boolean isUseExternalPrice()
          Gets the useExternalPrice value for this AddToBasketOptions.
 boolean isUseExternalQuantity()
          Gets the useExternalQuantity value for this AddToBasketOptions.
 void setAllowMultipleEntriesForSameProduct(boolean allowMultipleEntriesForSameProduct)
          Sets the allowMultipleEntriesForSameProduct value for this AddToBasketOptions.
 void setCalcQuantityForBundles(boolean calcQuantityForBundles)
          Sets the calcQuantityForBundles value for this AddToBasketOptions.
 void setCatalogId(java.lang.String catalogId)
          Sets the catalogId value for this AddToBasketOptions.
 void setPriceDate(java.util.Calendar priceDate)
          Sets the priceDate value for this AddToBasketOptions.
 void setUseExternalPrice(boolean useExternalPrice)
          Sets the useExternalPrice value for this AddToBasketOptions.
 void setUseExternalQuantity(boolean useExternalQuantity)
          Sets the useExternalQuantity value for this AddToBasketOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToBasketOptions

public AddToBasketOptions()

AddToBasketOptions

public AddToBasketOptions(boolean allowMultipleEntriesForSameProduct,
                          boolean calcQuantityForBundles,
                          java.lang.String catalogId,
                          java.util.Calendar priceDate,
                          boolean useExternalPrice,
                          boolean useExternalQuantity)
Method Detail

isAllowMultipleEntriesForSameProduct

public boolean isAllowMultipleEntriesForSameProduct()
Gets the allowMultipleEntriesForSameProduct value for this AddToBasketOptions.

Returns:
allowMultipleEntriesForSameProduct

setAllowMultipleEntriesForSameProduct

public void setAllowMultipleEntriesForSameProduct(boolean allowMultipleEntriesForSameProduct)
Sets the allowMultipleEntriesForSameProduct value for this AddToBasketOptions.

Parameters:
allowMultipleEntriesForSameProduct -

isCalcQuantityForBundles

public boolean isCalcQuantityForBundles()
Gets the calcQuantityForBundles value for this AddToBasketOptions.

Returns:
calcQuantityForBundles

setCalcQuantityForBundles

public void setCalcQuantityForBundles(boolean calcQuantityForBundles)
Sets the calcQuantityForBundles value for this AddToBasketOptions.

Parameters:
calcQuantityForBundles -

getCatalogId

public java.lang.String getCatalogId()
Gets the catalogId value for this AddToBasketOptions.

Returns:
catalogId

setCatalogId

public void setCatalogId(java.lang.String catalogId)
Sets the catalogId value for this AddToBasketOptions.

Parameters:
catalogId -

getPriceDate

public java.util.Calendar getPriceDate()
Gets the priceDate value for this AddToBasketOptions.

Returns:
priceDate

setPriceDate

public void setPriceDate(java.util.Calendar priceDate)
Sets the priceDate value for this AddToBasketOptions.

Parameters:
priceDate -

isUseExternalPrice

public boolean isUseExternalPrice()
Gets the useExternalPrice value for this AddToBasketOptions.

Returns:
useExternalPrice

setUseExternalPrice

public void setUseExternalPrice(boolean useExternalPrice)
Sets the useExternalPrice value for this AddToBasketOptions.

Parameters:
useExternalPrice -

isUseExternalQuantity

public boolean isUseExternalQuantity()
Gets the useExternalQuantity value for this AddToBasketOptions.

Returns:
useExternalQuantity

setUseExternalQuantity

public void setUseExternalQuantity(boolean useExternalQuantity)
Sets the useExternalQuantity value for this AddToBasketOptions.

Parameters:
useExternalQuantity -

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.