|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yahoo.marketing.apt.OrderFee
public class OrderFee
| 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 |
|---|
private java.lang.Long ID
private java.lang.Double amount
private java.lang.Long orderID
private OrderFeeType type
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
|---|
public OrderFee()
public OrderFee(java.lang.Long ID,
java.lang.Double amount,
java.lang.Long orderID,
OrderFeeType type)
| Method Detail |
|---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID - public java.lang.Double getAmount()
public void setAmount(java.lang.Double amount)
amount - public java.lang.Long getOrderID()
public void setOrderID(java.lang.Long orderID)
orderID - public OrderFeeType getType()
public void setType(OrderFeeType type)
type - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||