com.konakart.wsapp
Class Basket

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

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

See Also:
Serialized Form

Constructor Summary
Basket()
           
Basket(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.util.Calendar dateAvailable, java.lang.String encodedProduct, java.math.BigDecimal finalPriceExTax, java.math.BigDecimal finalPriceIncTax, int id, Option[] opts, Product product, int productId, int quantity, int quantityInStock, java.lang.String sku, boolean useBasketPrice, int wishListId, int wishListItemId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this Basket.
 java.lang.String getCustom2()
          Gets the custom2 value for this Basket.
 java.lang.String getCustom3()
          Gets the custom3 value for this Basket.
 java.lang.String getCustom4()
          Gets the custom4 value for this Basket.
 java.lang.String getCustom5()
          Gets the custom5 value for this Basket.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this Basket.
 java.util.Calendar getDateAvailable()
          Gets the dateAvailable value for this Basket.
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 Basket.
 java.math.BigDecimal getFinalPriceExTax()
          Gets the finalPriceExTax value for this Basket.
 java.math.BigDecimal getFinalPriceIncTax()
          Gets the finalPriceIncTax value for this Basket.
 int getId()
          Gets the id value for this Basket.
 Option[] getOpts()
          Gets the opts value for this Basket.
 Product getProduct()
          Gets the product value for this Basket.
 int getProductId()
          Gets the productId value for this Basket.
 int getQuantity()
          Gets the quantity value for this Basket.
 int getQuantityInStock()
          Gets the quantityInStock value for this Basket.
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 Basket.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getWishListId()
          Gets the wishListId value for this Basket.
 int getWishListItemId()
          Gets the wishListItemId value for this Basket.
 int hashCode()
           
 boolean isUseBasketPrice()
          Gets the useBasketPrice value for this Basket.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this Basket.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this Basket.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this Basket.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this Basket.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this Basket.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this Basket.
 void setDateAvailable(java.util.Calendar dateAvailable)
          Sets the dateAvailable value for this Basket.
 void setEncodedProduct(java.lang.String encodedProduct)
          Sets the encodedProduct value for this Basket.
 void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
          Sets the finalPriceExTax value for this Basket.
 void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
          Sets the finalPriceIncTax value for this Basket.
 void setId(int id)
          Sets the id value for this Basket.
 void setOpts(Option[] opts)
          Sets the opts value for this Basket.
 void setProduct(Product product)
          Sets the product value for this Basket.
 void setProductId(int productId)
          Sets the productId value for this Basket.
 void setQuantity(int quantity)
          Sets the quantity value for this Basket.
 void setQuantityInStock(int quantityInStock)
          Sets the quantityInStock value for this Basket.
 void setSku(java.lang.String sku)
          Sets the sku value for this Basket.
 void setUseBasketPrice(boolean useBasketPrice)
          Sets the useBasketPrice value for this Basket.
 void setWishListId(int wishListId)
          Sets the wishListId value for this Basket.
 void setWishListItemId(int wishListItemId)
          Sets the wishListItemId value for this Basket.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Basket

public Basket()

Basket

public Basket(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.util.Calendar dateAvailable,
              java.lang.String encodedProduct,
              java.math.BigDecimal finalPriceExTax,
              java.math.BigDecimal finalPriceIncTax,
              int id,
              Option[] opts,
              Product product,
              int productId,
              int quantity,
              int quantityInStock,
              java.lang.String sku,
              boolean useBasketPrice,
              int wishListId,
              int wishListItemId)
Method Detail

getCustom1

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

Returns:
custom1

setCustom1

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

Parameters:
custom1 -

getCustom2

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

Returns:
custom2

setCustom2

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

Parameters:
custom2 -

getCustom3

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

Returns:
custom3

setCustom3

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

Parameters:
custom3 -

getCustom4

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

Returns:
custom4

setCustom4

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

Parameters:
custom4 -

getCustom5

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

Returns:
custom5

setCustom5

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

Parameters:
custom5 -

getDateAdded

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

Returns:
dateAdded

setDateAdded

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

Parameters:
dateAdded -

getDateAvailable

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

Returns:
dateAvailable

setDateAvailable

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

Parameters:
dateAvailable -

getEncodedProduct

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

Returns:
encodedProduct

setEncodedProduct

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

Parameters:
encodedProduct -

getFinalPriceExTax

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

Returns:
finalPriceExTax

setFinalPriceExTax

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

Parameters:
finalPriceExTax -

getFinalPriceIncTax

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

Returns:
finalPriceIncTax

setFinalPriceIncTax

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

Parameters:
finalPriceIncTax -

getId

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

Returns:
id

setId

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

Parameters:
id -

getOpts

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

Returns:
opts

setOpts

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

Parameters:
opts -

getProduct

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

Returns:
product

setProduct

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

Parameters:
product -

getProductId

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

Returns:
productId

setProductId

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

Parameters:
productId -

getQuantity

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

Returns:
quantity

setQuantity

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

Parameters:
quantity -

getQuantityInStock

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

Returns:
quantityInStock

setQuantityInStock

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

Parameters:
quantityInStock -

getSku

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

Returns:
sku

setSku

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

Parameters:
sku -

isUseBasketPrice

public boolean isUseBasketPrice()
Gets the useBasketPrice value for this Basket.

Returns:
useBasketPrice

setUseBasketPrice

public void setUseBasketPrice(boolean useBasketPrice)
Sets the useBasketPrice value for this Basket.

Parameters:
useBasketPrice -

getWishListId

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

Returns:
wishListId

setWishListId

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

Parameters:
wishListId -

getWishListItemId

public int getWishListItemId()
Gets the wishListItemId value for this Basket.

Returns:
wishListItemId

setWishListItemId

public void setWishListItemId(int wishListItemId)
Sets the wishListItemId value for this Basket.

Parameters:
wishListItemId -

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.