com.konakart.wsapp
Class OrderProduct

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

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

See Also:
Serialized Form

Constructor Summary
OrderProduct()
           
OrderProduct(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, java.math.BigDecimal discountPercent, java.math.BigDecimal finalPriceExTax, java.math.BigDecimal finalPriceIncTax, int id, java.lang.String model, java.lang.String name, Option[] opts, Order order, int orderId, java.math.BigDecimal price, java.math.BigDecimal price0, java.math.BigDecimal price1, java.math.BigDecimal price2, java.math.BigDecimal price3, Product product, int productId, int quantity, java.lang.String sku, int state, java.math.BigDecimal tax, java.lang.String taxCode, java.math.BigDecimal taxRate, int type, java.math.BigDecimal weight, int wishListId, int wishListItemId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this OrderProduct.
 java.lang.String getCustom2()
          Gets the custom2 value for this OrderProduct.
 java.lang.String getCustom3()
          Gets the custom3 value for this OrderProduct.
 java.lang.String getCustom4()
          Gets the custom4 value for this OrderProduct.
 java.lang.String getCustom5()
          Gets the custom5 value for this OrderProduct.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.math.BigDecimal getDiscountPercent()
          Gets the discountPercent value for this OrderProduct.
 java.math.BigDecimal getFinalPriceExTax()
          Gets the finalPriceExTax value for this OrderProduct.
 java.math.BigDecimal getFinalPriceIncTax()
          Gets the finalPriceIncTax value for this OrderProduct.
 int getId()
          Gets the id value for this OrderProduct.
 java.lang.String getModel()
          Gets the model value for this OrderProduct.
 java.lang.String getName()
          Gets the name value for this OrderProduct.
 Option[] getOpts()
          Gets the opts value for this OrderProduct.
 Order getOrder()
          Gets the order value for this OrderProduct.
 int getOrderId()
          Gets the orderId value for this OrderProduct.
 java.math.BigDecimal getPrice()
          Gets the price value for this OrderProduct.
 java.math.BigDecimal getPrice0()
          Gets the price0 value for this OrderProduct.
 java.math.BigDecimal getPrice1()
          Gets the price1 value for this OrderProduct.
 java.math.BigDecimal getPrice2()
          Gets the price2 value for this OrderProduct.
 java.math.BigDecimal getPrice3()
          Gets the price3 value for this OrderProduct.
 Product getProduct()
          Gets the product value for this OrderProduct.
 int getProductId()
          Gets the productId value for this OrderProduct.
 int getQuantity()
          Gets the quantity value for this OrderProduct.
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 OrderProduct.
 int getState()
          Gets the state value for this OrderProduct.
 java.math.BigDecimal getTax()
          Gets the tax value for this OrderProduct.
 java.lang.String getTaxCode()
          Gets the taxCode value for this OrderProduct.
 java.math.BigDecimal getTaxRate()
          Gets the taxRate value for this OrderProduct.
 int getType()
          Gets the type value for this OrderProduct.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.math.BigDecimal getWeight()
          Gets the weight value for this OrderProduct.
 int getWishListId()
          Gets the wishListId value for this OrderProduct.
 int getWishListItemId()
          Gets the wishListItemId value for this OrderProduct.
 int hashCode()
           
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this OrderProduct.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this OrderProduct.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this OrderProduct.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this OrderProduct.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this OrderProduct.
 void setDiscountPercent(java.math.BigDecimal discountPercent)
          Sets the discountPercent value for this OrderProduct.
 void setFinalPriceExTax(java.math.BigDecimal finalPriceExTax)
          Sets the finalPriceExTax value for this OrderProduct.
 void setFinalPriceIncTax(java.math.BigDecimal finalPriceIncTax)
          Sets the finalPriceIncTax value for this OrderProduct.
 void setId(int id)
          Sets the id value for this OrderProduct.
 void setModel(java.lang.String model)
          Sets the model value for this OrderProduct.
 void setName(java.lang.String name)
          Sets the name value for this OrderProduct.
 void setOpts(Option[] opts)
          Sets the opts value for this OrderProduct.
 void setOrder(Order order)
          Sets the order value for this OrderProduct.
 void setOrderId(int orderId)
          Sets the orderId value for this OrderProduct.
 void setPrice(java.math.BigDecimal price)
          Sets the price value for this OrderProduct.
 void setPrice0(java.math.BigDecimal price0)
          Sets the price0 value for this OrderProduct.
 void setPrice1(java.math.BigDecimal price1)
          Sets the price1 value for this OrderProduct.
 void setPrice2(java.math.BigDecimal price2)
          Sets the price2 value for this OrderProduct.
 void setPrice3(java.math.BigDecimal price3)
          Sets the price3 value for this OrderProduct.
 void setProduct(Product product)
          Sets the product value for this OrderProduct.
 void setProductId(int productId)
          Sets the productId value for this OrderProduct.
 void setQuantity(int quantity)
          Sets the quantity value for this OrderProduct.
 void setSku(java.lang.String sku)
          Sets the sku value for this OrderProduct.
 void setState(int state)
          Sets the state value for this OrderProduct.
 void setTax(java.math.BigDecimal tax)
          Sets the tax value for this OrderProduct.
 void setTaxCode(java.lang.String taxCode)
          Sets the taxCode value for this OrderProduct.
 void setTaxRate(java.math.BigDecimal taxRate)
          Sets the taxRate value for this OrderProduct.
 void setType(int type)
          Sets the type value for this OrderProduct.
 void setWeight(java.math.BigDecimal weight)
          Sets the weight value for this OrderProduct.
 void setWishListId(int wishListId)
          Sets the wishListId value for this OrderProduct.
 void setWishListItemId(int wishListItemId)
          Sets the wishListItemId value for this OrderProduct.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderProduct

public OrderProduct()

OrderProduct

public OrderProduct(java.lang.String custom1,
                    java.lang.String custom2,
                    java.lang.String custom3,
                    java.lang.String custom4,
                    java.lang.String custom5,
                    java.math.BigDecimal discountPercent,
                    java.math.BigDecimal finalPriceExTax,
                    java.math.BigDecimal finalPriceIncTax,
                    int id,
                    java.lang.String model,
                    java.lang.String name,
                    Option[] opts,
                    Order order,
                    int orderId,
                    java.math.BigDecimal price,
                    java.math.BigDecimal price0,
                    java.math.BigDecimal price1,
                    java.math.BigDecimal price2,
                    java.math.BigDecimal price3,
                    Product product,
                    int productId,
                    int quantity,
                    java.lang.String sku,
                    int state,
                    java.math.BigDecimal tax,
                    java.lang.String taxCode,
                    java.math.BigDecimal taxRate,
                    int type,
                    java.math.BigDecimal weight,
                    int wishListId,
                    int wishListItemId)
Method Detail

getCustom1

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

Returns:
custom1

setCustom1

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

Parameters:
custom1 -

getCustom2

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

Returns:
custom2

setCustom2

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

Parameters:
custom2 -

getCustom3

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

Returns:
custom3

setCustom3

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

Parameters:
custom3 -

getCustom4

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

Returns:
custom4

setCustom4

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

Parameters:
custom4 -

getCustom5

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

Returns:
custom5

setCustom5

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

Parameters:
custom5 -

getDiscountPercent

public java.math.BigDecimal getDiscountPercent()
Gets the discountPercent value for this OrderProduct.

Returns:
discountPercent

setDiscountPercent

public void setDiscountPercent(java.math.BigDecimal discountPercent)
Sets the discountPercent value for this OrderProduct.

Parameters:
discountPercent -

getFinalPriceExTax

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

Returns:
finalPriceExTax

setFinalPriceExTax

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

Parameters:
finalPriceExTax -

getFinalPriceIncTax

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

Returns:
finalPriceIncTax

setFinalPriceIncTax

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

Parameters:
finalPriceIncTax -

getId

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

Returns:
id

setId

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

Parameters:
id -

getModel

public java.lang.String getModel()
Gets the model value for this OrderProduct.

Returns:
model

setModel

public void setModel(java.lang.String model)
Sets the model value for this OrderProduct.

Parameters:
model -

getName

public java.lang.String getName()
Gets the name value for this OrderProduct.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this OrderProduct.

Parameters:
name -

getOpts

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

Returns:
opts

setOpts

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

Parameters:
opts -

getOrder

public Order getOrder()
Gets the order value for this OrderProduct.

Returns:
order

setOrder

public void setOrder(Order order)
Sets the order value for this OrderProduct.

Parameters:
order -

getOrderId

public int getOrderId()
Gets the orderId value for this OrderProduct.

Returns:
orderId

setOrderId

public void setOrderId(int orderId)
Sets the orderId value for this OrderProduct.

Parameters:
orderId -

getPrice

public java.math.BigDecimal getPrice()
Gets the price value for this OrderProduct.

Returns:
price

setPrice

public void setPrice(java.math.BigDecimal price)
Sets the price value for this OrderProduct.

Parameters:
price -

getPrice0

public java.math.BigDecimal getPrice0()
Gets the price0 value for this OrderProduct.

Returns:
price0

setPrice0

public void setPrice0(java.math.BigDecimal price0)
Sets the price0 value for this OrderProduct.

Parameters:
price0 -

getPrice1

public java.math.BigDecimal getPrice1()
Gets the price1 value for this OrderProduct.

Returns:
price1

setPrice1

public void setPrice1(java.math.BigDecimal price1)
Sets the price1 value for this OrderProduct.

Parameters:
price1 -

getPrice2

public java.math.BigDecimal getPrice2()
Gets the price2 value for this OrderProduct.

Returns:
price2

setPrice2

public void setPrice2(java.math.BigDecimal price2)
Sets the price2 value for this OrderProduct.

Parameters:
price2 -

getPrice3

public java.math.BigDecimal getPrice3()
Gets the price3 value for this OrderProduct.

Returns:
price3

setPrice3

public void setPrice3(java.math.BigDecimal price3)
Sets the price3 value for this OrderProduct.

Parameters:
price3 -

getProduct

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

Returns:
product

setProduct

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

Parameters:
product -

getProductId

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

Returns:
productId

setProductId

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

Parameters:
productId -

getQuantity

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

Returns:
quantity

setQuantity

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

Parameters:
quantity -

getSku

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

Returns:
sku

setSku

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

Parameters:
sku -

getState

public int getState()
Gets the state value for this OrderProduct.

Returns:
state

setState

public void setState(int state)
Sets the state value for this OrderProduct.

Parameters:
state -

getTax

public java.math.BigDecimal getTax()
Gets the tax value for this OrderProduct.

Returns:
tax

setTax

public void setTax(java.math.BigDecimal tax)
Sets the tax value for this OrderProduct.

Parameters:
tax -

getTaxCode

public java.lang.String getTaxCode()
Gets the taxCode value for this OrderProduct.

Returns:
taxCode

setTaxCode

public void setTaxCode(java.lang.String taxCode)
Sets the taxCode value for this OrderProduct.

Parameters:
taxCode -

getTaxRate

public java.math.BigDecimal getTaxRate()
Gets the taxRate value for this OrderProduct.

Returns:
taxRate

setTaxRate

public void setTaxRate(java.math.BigDecimal taxRate)
Sets the taxRate value for this OrderProduct.

Parameters:
taxRate -

getType

public int getType()
Gets the type value for this OrderProduct.

Returns:
type

setType

public void setType(int type)
Sets the type value for this OrderProduct.

Parameters:
type -

getWeight

public java.math.BigDecimal getWeight()
Gets the weight value for this OrderProduct.

Returns:
weight

setWeight

public void setWeight(java.math.BigDecimal weight)
Sets the weight value for this OrderProduct.

Parameters:
weight -

getWishListId

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

Returns:
wishListId

setWishListId

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

Parameters:
wishListId -

getWishListItemId

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

Returns:
wishListItemId

setWishListItemId

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

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.