com.yahoo.marketing.apt
Class OrderFee

java.lang.Object
  extended by com.yahoo.marketing.apt.OrderFee
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Double amount
           
private  java.lang.Long ID
           
private  java.lang.Long orderID
           
private  OrderFeeType type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
OrderFee()
           
OrderFee(java.lang.Long ID, java.lang.Double amount, java.lang.Long orderID, OrderFeeType type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Double getAmount()
          Gets the amount value for this OrderFee.
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.Long getID()
          Gets the ID value for this OrderFee.
 java.lang.Long getOrderID()
          Gets the orderID value for this OrderFee.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 OrderFeeType getType()
          Gets the type value for this OrderFee.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAmount(java.lang.Double amount)
          Sets the amount value for this OrderFee.
 void setID(java.lang.Long ID)
          Sets the ID value for this OrderFee.
 void setOrderID(java.lang.Long orderID)
          Sets the orderID value for this OrderFee.
 void setType(OrderFeeType type)
          Sets the type value for this OrderFee.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.Long ID

amount

private java.lang.Double amount

orderID

private java.lang.Long orderID

type

private OrderFeeType type

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

OrderFee

public OrderFee()

OrderFee

public OrderFee(java.lang.Long ID,
                java.lang.Double amount,
                java.lang.Long orderID,
                OrderFeeType type)
Method Detail

getID

public java.lang.Long getID()
Gets the ID value for this OrderFee.

Returns:
ID

setID

public void setID(java.lang.Long ID)
Sets the ID value for this OrderFee.

Parameters:
ID -

getAmount

public java.lang.Double getAmount()
Gets the amount value for this OrderFee.

Returns:
amount

setAmount

public void setAmount(java.lang.Double amount)
Sets the amount value for this OrderFee.

Parameters:
amount -

getOrderID

public java.lang.Long getOrderID()
Gets the orderID value for this OrderFee.

Returns:
orderID

setOrderID

public void setOrderID(java.lang.Long orderID)
Sets the orderID value for this OrderFee.

Parameters:
orderID -

getType

public OrderFeeType getType()
Gets the type value for this OrderFee.

Returns:
type

setType

public void setType(OrderFeeType type)
Sets the type value for this OrderFee.

Parameters:
type -

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