|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.wsapp.WishListItem
public class WishListItem
| Constructor Summary | |
|---|---|
WishListItem()
|
|
WishListItem(java.lang.String comments,
java.lang.String custom1,
java.lang.String custom2,
java.lang.String custom3,
java.lang.String custom4,
java.lang.String custom5,
java.util.Calendar dateAdded,
java.lang.String encodedProduct,
java.math.BigDecimal finalPriceExTax,
java.math.BigDecimal finalPriceIncTax,
int id,
Option[] opts,
int priority,
Product product,
int productId,
int quantityDesired,
int quantityInStock,
int quantityReceived,
int wishListId)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getComments()
Gets the comments value for this WishListItem. |
java.lang.String |
getCustom1()
Gets the custom1 value for this WishListItem. |
java.lang.String |
getCustom2()
Gets the custom2 value for this WishListItem. |
java.lang.String |
getCustom3()
Gets the custom3 value for this WishListItem. |
java.lang.String |
getCustom4()
Gets the custom4 value for this WishListItem. |
java.lang.String |
getCustom5()
Gets the custom5 value for this WishListItem. |
java.util.Calendar |
getDateAdded()
Gets the dateAdded value for this WishListItem. |
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 |
getEncodedProduct()
Gets the encodedProduct value for this WishListItem. |
java.math.BigDecimal |
getFinalPriceExTax()
Gets the finalPriceExTax value for this WishListItem. |
java.math.BigDecimal |
getFinalPriceIncTax()
Gets the finalPriceIncTax value for this WishListItem. |
int |
getId()
Gets the id value for this WishListItem. |
Option[] |
getOpts()
Gets the opts value for this WishListItem. |
int |
getPriority()
Gets the priority value for this WishListItem. |
Product |
getProduct()
Gets the product value for this WishListItem. |
int |
getProductId()
Gets the productId value for this WishListItem. |
int |
getQuantityDesired()
Gets the quantityDesired value for this WishListItem. |
int |
getQuantityInStock()
Gets the quantityInStock value for this WishListItem. |
int |
getQuantityReceived()
Gets the quantityReceived value for this WishListItem. |
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 |
getWishListId()
Gets the wishListId value for this WishListItem. |
int |
hashCode()
|
void |
setComments(java.lang.String comments)
Sets the comments value for this WishListItem. |
void |
setCustom1(java.lang.String custom1)
Sets the custom1 value for this WishListItem. |
void |
setCustom2(java.lang.String custom2)
Sets the custom2 value for this WishListItem. |
void |
setCustom3(java.lang.String custom3)
Sets the custom3 value for this WishListItem. |
void |
setCustom4(java.lang.String custom4)
Sets the custom4 value for this WishListItem. |
void |
setCustom5(java.lang.String custom5)
Sets the custom5 value for this WishListItem. |
void |
setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this WishListItem. |
void |
setEncodedProduct(java.lang.String encodedProduct)
Sets the encodedProduct value for this WishListItem. |
void |
setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
Sets the finalPriceExTax value for this WishListItem. |
void |
setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
Sets the finalPriceIncTax value for this WishListItem. |
void |
setId(int id)
Sets the id value for this WishListItem. |
void |
setOpts(Option[] opts)
Sets the opts value for this WishListItem. |
void |
setPriority(int priority)
Sets the priority value for this WishListItem. |
void |
setProduct(Product product)
Sets the product value for this WishListItem. |
void |
setProductId(int productId)
Sets the productId value for this WishListItem. |
void |
setQuantityDesired(int quantityDesired)
Sets the quantityDesired value for this WishListItem. |
void |
setQuantityInStock(int quantityInStock)
Sets the quantityInStock value for this WishListItem. |
void |
setQuantityReceived(int quantityReceived)
Sets the quantityReceived value for this WishListItem. |
void |
setWishListId(int wishListId)
Sets the wishListId value for this WishListItem. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WishListItem()
public WishListItem(java.lang.String comments,
java.lang.String custom1,
java.lang.String custom2,
java.lang.String custom3,
java.lang.String custom4,
java.lang.String custom5,
java.util.Calendar dateAdded,
java.lang.String encodedProduct,
java.math.BigDecimal finalPriceExTax,
java.math.BigDecimal finalPriceIncTax,
int id,
Option[] opts,
int priority,
Product product,
int productId,
int quantityDesired,
int quantityInStock,
int quantityReceived,
int wishListId)
| Method Detail |
|---|
public java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1 - public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2 - public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3 - public java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4 - public java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5 - public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded - public java.lang.String getEncodedProduct()
public void setEncodedProduct(java.lang.String encodedProduct)
encodedProduct - public java.math.BigDecimal getFinalPriceExTax()
public void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
finalPriceExTax - public java.math.BigDecimal getFinalPriceIncTax()
public void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
finalPriceIncTax - public int getId()
public void setId(int id)
id - public Option[] getOpts()
public void setOpts(Option[] opts)
opts - public int getPriority()
public void setPriority(int priority)
priority - public Product getProduct()
public void setProduct(Product product)
product - public int getProductId()
public void setProductId(int productId)
productId - public int getQuantityDesired()
public void setQuantityDesired(int quantityDesired)
quantityDesired - public int getQuantityInStock()
public void setQuantityInStock(int quantityInStock)
quantityInStock - public int getQuantityReceived()
public void setQuantityReceived(int quantityReceived)
quantityReceived - public int getWishListId()
public void setWishListId(int wishListId)
wishListId - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||||