com.yahoo.marketing.apt
Class MonthOfYear

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Month month
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.Integer year
           
 
Constructor Summary
MonthOfYear()
           
MonthOfYear(Month month, java.lang.Integer year)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Month getMonth()
          Gets the month value for this MonthOfYear.
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
 java.lang.Integer getYear()
          Gets the year value for this MonthOfYear.
 int hashCode()
           
 void setMonth(Month month)
          Sets the month value for this MonthOfYear.
 void setYear(java.lang.Integer year)
          Sets the year value for this MonthOfYear.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

month

private Month month

year

private java.lang.Integer year

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

MonthOfYear

public MonthOfYear()

MonthOfYear

public MonthOfYear(Month month,
                   java.lang.Integer year)
Method Detail

getMonth

public Month getMonth()
Gets the month value for this MonthOfYear.

Returns:
month

setMonth

public void setMonth(Month month)
Sets the month value for this MonthOfYear.

Parameters:
month -

getYear

public java.lang.Integer getYear()
Gets the year value for this MonthOfYear.

Returns:
year

setYear

public void setYear(java.lang.Integer year)
Sets the year value for this MonthOfYear.

Parameters:
year -

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