com.yahoo.marketing.apt
Class MakeGoodOrderCredit

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

public class MakeGoodOrderCredit
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.util.Calendar date
           
private  java.lang.Long orderID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
MakeGoodOrderCredit()
           
MakeGoodOrderCredit(java.lang.Double amount, java.util.Calendar date, java.lang.Long orderID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Double getAmount()
          Gets the amount value for this MakeGoodOrderCredit.
 java.util.Calendar getDate()
          Gets the date value for this MakeGoodOrderCredit.
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 getOrderID()
          Gets the orderID value for this MakeGoodOrderCredit.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
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 MakeGoodOrderCredit.
 void setDate(java.util.Calendar date)
          Sets the date value for this MakeGoodOrderCredit.
 void setOrderID(java.lang.Long orderID)
          Sets the orderID value for this MakeGoodOrderCredit.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amount

private java.lang.Double amount

date

private java.util.Calendar date

orderID

private java.lang.Long orderID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

MakeGoodOrderCredit

public MakeGoodOrderCredit()

MakeGoodOrderCredit

public MakeGoodOrderCredit(java.lang.Double amount,
                           java.util.Calendar date,
                           java.lang.Long orderID)
Method Detail

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getDate

public java.util.Calendar getDate()
Gets the date value for this MakeGoodOrderCredit.

Returns:
date

setDate

public void setDate(java.util.Calendar date)
Sets the date value for this MakeGoodOrderCredit.

Parameters:
date -

getOrderID

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

Returns:
orderID

setOrderID

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

Parameters:
orderID -

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