|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.ProductQuantity
public class ProductQuantity
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 |
---|
public 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 |
---|
public java.util.Calendar getDateAvailable()
public void setDateAvailable(java.util.Calendar dateAvailable)
dateAvailable
- public java.lang.String getEncodedOptionValues()
public void setEncodedOptionValues(java.lang.String encodedOptionValues)
encodedOptionValues
- public Option[] getOpts()
public void setOpts(Option[] opts)
opts
- public int getProductId()
public void setProductId(int productId)
productId
- public PromotionResult[] getPromotionResults()
public void setPromotionResults(PromotionResult[] promotionResults)
promotionResults
- public int getQuantity()
public void setQuantity(int quantity)
quantity
- public java.lang.String getSku()
public void setSku(java.lang.String sku)
sku
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |