com.yahoo.marketing.apt
Class TimePeriod

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

public class TimePeriod
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.Integer period
           
private  TimePeriodType type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
TimePeriod()
           
TimePeriod(java.lang.Integer period, TimePeriodType type)
           
 
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
 java.lang.Integer getPeriod()
          Gets the period value for this TimePeriod.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TimePeriodType getType()
          Gets the type value for this TimePeriod.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPeriod(java.lang.Integer period)
          Sets the period value for this TimePeriod.
 void setType(TimePeriodType type)
          Sets the type value for this TimePeriod.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

period

private java.lang.Integer period

type

private TimePeriodType type

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

TimePeriod

public TimePeriod()

TimePeriod

public TimePeriod(java.lang.Integer period,
                  TimePeriodType type)
Method Detail

getPeriod

public java.lang.Integer getPeriod()
Gets the period value for this TimePeriod.

Returns:
period

setPeriod

public void setPeriod(java.lang.Integer period)
Sets the period value for this TimePeriod.

Parameters:
period -

getType

public TimePeriodType getType()
Gets the type value for this TimePeriod.

Returns:
type

setType

public void setType(TimePeriodType type)
Sets the type value for this TimePeriod.

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