com.yahoo.marketing.apt
Class OrderCredit

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

public class OrderCredit
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  MonthOfYear billingMonth
           
private  java.util.Calendar date
           
private  java.lang.Long orderID
           
private  java.lang.Long placementID
           
private  java.lang.String reason
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
OrderCredit()
           
OrderCredit(java.lang.Double amount, MonthOfYear billingMonth, java.util.Calendar date, java.lang.Long orderID, java.lang.Long placementID, java.lang.String reason)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Double getAmount()
          Gets the amount value for this OrderCredit.
 MonthOfYear getBillingMonth()
          Gets the billingMonth value for this OrderCredit.
 java.util.Calendar getDate()
          Gets the date value for this OrderCredit.
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 OrderCredit.
 java.lang.Long getPlacementID()
          Gets the placementID value for this OrderCredit.
 java.lang.String getReason()
          Gets the reason value for this OrderCredit.
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 OrderCredit.
 void setBillingMonth(MonthOfYear billingMonth)
          Sets the billingMonth value for this OrderCredit.
 void setDate(java.util.Calendar date)
          Sets the date value for this OrderCredit.
 void setOrderID(java.lang.Long orderID)
          Sets the orderID value for this OrderCredit.
 void setPlacementID(java.lang.Long placementID)
          Sets the placementID value for this OrderCredit.
 void setReason(java.lang.String reason)
          Sets the reason value for this OrderCredit.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amount

private java.lang.Double amount

billingMonth

private MonthOfYear billingMonth

date

private java.util.Calendar date

orderID

private java.lang.Long orderID

placementID

private java.lang.Long placementID

reason

private java.lang.String reason

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

OrderCredit

public OrderCredit()

OrderCredit

public OrderCredit(java.lang.Double amount,
                   MonthOfYear billingMonth,
                   java.util.Calendar date,
                   java.lang.Long orderID,
                   java.lang.Long placementID,
                   java.lang.String reason)
Method Detail

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getBillingMonth

public MonthOfYear getBillingMonth()
Gets the billingMonth value for this OrderCredit.

Returns:
billingMonth

setBillingMonth

public void setBillingMonth(MonthOfYear billingMonth)
Sets the billingMonth value for this OrderCredit.

Parameters:
billingMonth -

getDate

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

Returns:
date

setDate

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

Parameters:
date -

getOrderID

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

Returns:
orderID

setOrderID

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

Parameters:
orderID -

getPlacementID

public java.lang.Long getPlacementID()
Gets the placementID value for this OrderCredit.

Returns:
placementID

setPlacementID

public void setPlacementID(java.lang.Long placementID)
Sets the placementID value for this OrderCredit.

Parameters:
placementID -

getReason

public java.lang.String getReason()
Gets the reason value for this OrderCredit.

Returns:
reason

setReason

public void setReason(java.lang.String reason)
Sets the reason value for this OrderCredit.

Parameters:
reason -

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