com.konakart.wsapp
Class OrderTotal

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

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

See Also:
Serialized Form

Constructor Summary
OrderTotal()
           
OrderTotal(java.lang.String className, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, int id, int orderId, OrderTotal[] orderTotals, Promotion[] promotions, int sortOrder, java.math.BigDecimal tax, java.lang.String text, java.lang.String title, java.math.BigDecimal value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassName()
          Gets the className value for this OrderTotal.
 java.lang.String getCustom1()
          Gets the custom1 value for this OrderTotal.
 java.lang.String getCustom2()
          Gets the custom2 value for this OrderTotal.
 java.lang.String getCustom3()
          Gets the custom3 value for this OrderTotal.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this OrderTotal.
 int getOrderId()
          Gets the orderId value for this OrderTotal.
 OrderTotal[] getOrderTotals()
          Gets the orderTotals value for this OrderTotal.
 Promotion[] getPromotions()
          Gets the promotions value for this OrderTotal.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSortOrder()
          Gets the sortOrder value for this OrderTotal.
 java.math.BigDecimal getTax()
          Gets the tax value for this OrderTotal.
 java.lang.String getText()
          Gets the text value for this OrderTotal.
 java.lang.String getTitle()
          Gets the title value for this OrderTotal.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.math.BigDecimal getValue()
          Gets the value value for this OrderTotal.
 int hashCode()
           
 void setClassName(java.lang.String className)
          Sets the className value for this OrderTotal.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this OrderTotal.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this OrderTotal.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this OrderTotal.
 void setId(int id)
          Sets the id value for this OrderTotal.
 void setOrderId(int orderId)
          Sets the orderId value for this OrderTotal.
 void setOrderTotals(OrderTotal[] orderTotals)
          Sets the orderTotals value for this OrderTotal.
 void setPromotions(Promotion[] promotions)
          Sets the promotions value for this OrderTotal.
 void setSortOrder(int sortOrder)
          Sets the sortOrder value for this OrderTotal.
 void setTax(java.math.BigDecimal tax)
          Sets the tax value for this OrderTotal.
 void setText(java.lang.String text)
          Sets the text value for this OrderTotal.
 void setTitle(java.lang.String title)
          Sets the title value for this OrderTotal.
 void setValue(java.math.BigDecimal value)
          Sets the value value for this OrderTotal.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderTotal

public OrderTotal()

OrderTotal

public OrderTotal(java.lang.String className,
                  java.lang.String custom1,
                  java.lang.String custom2,
                  java.lang.String custom3,
                  int id,
                  int orderId,
                  OrderTotal[] orderTotals,
                  Promotion[] promotions,
                  int sortOrder,
                  java.math.BigDecimal tax,
                  java.lang.String text,
                  java.lang.String title,
                  java.math.BigDecimal value)
Method Detail

getClassName

public java.lang.String getClassName()
Gets the className value for this OrderTotal.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this OrderTotal.

Parameters:
className -

getCustom1

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

Returns:
custom1

setCustom1

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

Parameters:
custom1 -

getCustom2

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

Returns:
custom2

setCustom2

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

Parameters:
custom2 -

getCustom3

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

Returns:
custom3

setCustom3

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

Parameters:
custom3 -

getId

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

Returns:
id

setId

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

Parameters:
id -

getOrderId

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

Returns:
orderId

setOrderId

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

Parameters:
orderId -

getOrderTotals

public OrderTotal[] getOrderTotals()
Gets the orderTotals value for this OrderTotal.

Returns:
orderTotals

setOrderTotals

public void setOrderTotals(OrderTotal[] orderTotals)
Sets the orderTotals value for this OrderTotal.

Parameters:
orderTotals -

getPromotions

public Promotion[] getPromotions()
Gets the promotions value for this OrderTotal.

Returns:
promotions

setPromotions

public void setPromotions(Promotion[] promotions)
Sets the promotions value for this OrderTotal.

Parameters:
promotions -

getSortOrder

public int getSortOrder()
Gets the sortOrder value for this OrderTotal.

Returns:
sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Sets the sortOrder value for this OrderTotal.

Parameters:
sortOrder -

getTax

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

Returns:
tax

setTax

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

Parameters:
tax -

getText

public java.lang.String getText()
Gets the text value for this OrderTotal.

Returns:
text

setText

public void setText(java.lang.String text)
Sets the text value for this OrderTotal.

Parameters:
text -

getTitle

public java.lang.String getTitle()
Gets the title value for this OrderTotal.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this OrderTotal.

Parameters:
title -

getValue

public java.math.BigDecimal getValue()
Gets the value value for this OrderTotal.

Returns:
value

setValue

public void setValue(java.math.BigDecimal value)
Sets the value value for this OrderTotal.

Parameters:
value -

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.