com.konakart.wsapp
Class ProductQuantity

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

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

See Also:
Serialized Form

Constructor Summary
ProductQuantity()
           
ProductQuantity(java.util.Calendar dateAvailable, java.lang.String encodedOptionValues, Option[] opts, int productId, PromotionResult[] promotionResults, int quantity, java.lang.String sku)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getDateAvailable()
          Gets the dateAvailable value for this ProductQuantity.
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 getEncodedOptionValues()
          Gets the encodedOptionValues value for this ProductQuantity.
 Option[] getOpts()
          Gets the opts value for this ProductQuantity.
 int getProductId()
          Gets the productId value for this ProductQuantity.
 PromotionResult[] getPromotionResults()
          Gets the promotionResults value for this ProductQuantity.
 int getQuantity()
          Gets the quantity value for this ProductQuantity.
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 getSku()
          Gets the sku value for this ProductQuantity.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDateAvailable(java.util.Calendar dateAvailable)
          Sets the dateAvailable value for this ProductQuantity.
 void setEncodedOptionValues(java.lang.String encodedOptionValues)
          Sets the encodedOptionValues value for this ProductQuantity.
 void setOpts(Option[] opts)
          Sets the opts value for this ProductQuantity.
 void setProductId(int productId)
          Sets the productId value for this ProductQuantity.
 void setPromotionResults(PromotionResult[] promotionResults)
          Sets the promotionResults value for this ProductQuantity.
 void setQuantity(int quantity)
          Sets the quantity value for this ProductQuantity.
 void setSku(java.lang.String sku)
          Sets the sku value for this ProductQuantity.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductQuantity

public ProductQuantity()

ProductQuantity

public ProductQuantity(java.util.Calendar dateAvailable,
                       java.lang.String encodedOptionValues,
                       Option[] opts,
                       int productId,
                       PromotionResult[] promotionResults,
                       int quantity,
                       java.lang.String sku)
Method Detail

getDateAvailable

public java.util.Calendar getDateAvailable()
Gets the dateAvailable value for this ProductQuantity.

Returns:
dateAvailable

setDateAvailable

public void setDateAvailable(java.util.Calendar dateAvailable)
Sets the dateAvailable value for this ProductQuantity.

Parameters:
dateAvailable -

getEncodedOptionValues

public java.lang.String getEncodedOptionValues()
Gets the encodedOptionValues value for this ProductQuantity.

Returns:
encodedOptionValues

setEncodedOptionValues

public void setEncodedOptionValues(java.lang.String encodedOptionValues)
Sets the encodedOptionValues value for this ProductQuantity.

Parameters:
encodedOptionValues -

getOpts

public Option[] getOpts()
Gets the opts value for this ProductQuantity.

Returns:
opts

setOpts

public void setOpts(Option[] opts)
Sets the opts value for this ProductQuantity.

Parameters:
opts -

getProductId

public int getProductId()
Gets the productId value for this ProductQuantity.

Returns:
productId

setProductId

public void setProductId(int productId)
Sets the productId value for this ProductQuantity.

Parameters:
productId -

getPromotionResults

public PromotionResult[] getPromotionResults()
Gets the promotionResults value for this ProductQuantity.

Returns:
promotionResults

setPromotionResults

public void setPromotionResults(PromotionResult[] promotionResults)
Sets the promotionResults value for this ProductQuantity.

Parameters:
promotionResults -

getQuantity

public int getQuantity()
Gets the quantity value for this ProductQuantity.

Returns:
quantity

setQuantity

public void setQuantity(int quantity)
Sets the quantity value for this ProductQuantity.

Parameters:
quantity -

getSku

public java.lang.String getSku()
Gets the sku value for this ProductQuantity.

Returns:
sku

setSku

public void setSku(java.lang.String sku)
Sets the sku value for this ProductQuantity.

Parameters:
sku -

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.