com.konakart.wsapp
Class WishListItem

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

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

See Also:
Serialized Form

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

WishListItem

public WishListItem()

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

getComments

public java.lang.String getComments()
Gets the comments value for this WishListItem.

Returns:
comments

setComments

public void setComments(java.lang.String comments)
Sets the comments value for this WishListItem.

Parameters:
comments -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this WishListItem.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this WishListItem.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this WishListItem.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this WishListItem.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this WishListItem.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this WishListItem.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this WishListItem.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this WishListItem.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this WishListItem.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this WishListItem.

Parameters:
custom5 -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this WishListItem.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this WishListItem.

Parameters:
dateAdded -

getEncodedProduct

public java.lang.String getEncodedProduct()
Gets the encodedProduct value for this WishListItem.

Returns:
encodedProduct

setEncodedProduct

public void setEncodedProduct(java.lang.String encodedProduct)
Sets the encodedProduct value for this WishListItem.

Parameters:
encodedProduct -

getFinalPriceExTax

public java.math.BigDecimal getFinalPriceExTax()
Gets the finalPriceExTax value for this WishListItem.

Returns:
finalPriceExTax

setFinalPriceExTax

public void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
Sets the finalPriceExTax value for this WishListItem.

Parameters:
finalPriceExTax -

getFinalPriceIncTax

public java.math.BigDecimal getFinalPriceIncTax()
Gets the finalPriceIncTax value for this WishListItem.

Returns:
finalPriceIncTax

setFinalPriceIncTax

public void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
Sets the finalPriceIncTax value for this WishListItem.

Parameters:
finalPriceIncTax -

getId

public int getId()
Gets the id value for this WishListItem.

Returns:
id

setId

public void setId(int id)
Sets the id value for this WishListItem.

Parameters:
id -

getOpts

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

Returns:
opts

setOpts

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

Parameters:
opts -

getPriority

public int getPriority()
Gets the priority value for this WishListItem.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this WishListItem.

Parameters:
priority -

getProduct

public Product getProduct()
Gets the product value for this WishListItem.

Returns:
product

setProduct

public void setProduct(Product product)
Sets the product value for this WishListItem.

Parameters:
product -

getProductId

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

Returns:
productId

setProductId

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

Parameters:
productId -

getQuantityDesired

public int getQuantityDesired()
Gets the quantityDesired value for this WishListItem.

Returns:
quantityDesired

setQuantityDesired

public void setQuantityDesired(int quantityDesired)
Sets the quantityDesired value for this WishListItem.

Parameters:
quantityDesired -

getQuantityInStock

public int getQuantityInStock()
Gets the quantityInStock value for this WishListItem.

Returns:
quantityInStock

setQuantityInStock

public void setQuantityInStock(int quantityInStock)
Sets the quantityInStock value for this WishListItem.

Parameters:
quantityInStock -

getQuantityReceived

public int getQuantityReceived()
Gets the quantityReceived value for this WishListItem.

Returns:
quantityReceived

setQuantityReceived

public void setQuantityReceived(int quantityReceived)
Sets the quantityReceived value for this WishListItem.

Parameters:
quantityReceived -

getWishListId

public int getWishListId()
Gets the wishListId value for this WishListItem.

Returns:
wishListId

setWishListId

public void setWishListId(int wishListId)
Sets the wishListId value for this WishListItem.

Parameters:
wishListId -

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.