com.yahoo.marketing.apt
Class Region

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

public class Region
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.String code
           
private  java.lang.Long level
           
private  java.lang.String name
           
private  java.lang.Long parentWOEID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.Long WOEID
           
 
Constructor Summary
Region()
           
Region(java.lang.Long WOEID, java.lang.String code, java.lang.Long level, java.lang.String name, java.lang.Long parentWOEID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this Region.
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 getLevel()
          Gets the level value for this Region.
 java.lang.String getName()
          Gets the name value for this Region.
 java.lang.Long getParentWOEID()
          Gets the parentWOEID value for this Region.
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.Long getWOEID()
          Gets the WOEID value for this Region.
 int hashCode()
           
 void setCode(java.lang.String code)
          Sets the code value for this Region.
 void setLevel(java.lang.Long level)
          Sets the level value for this Region.
 void setName(java.lang.String name)
          Sets the name value for this Region.
 void setParentWOEID(java.lang.Long parentWOEID)
          Sets the parentWOEID value for this Region.
 void setWOEID(java.lang.Long WOEID)
          Sets the WOEID value for this Region.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WOEID

private java.lang.Long WOEID

code

private java.lang.String code

level

private java.lang.Long level

name

private java.lang.String name

parentWOEID

private java.lang.Long parentWOEID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Region

public Region()

Region

public Region(java.lang.Long WOEID,
              java.lang.String code,
              java.lang.Long level,
              java.lang.String name,
              java.lang.Long parentWOEID)
Method Detail

getWOEID

public java.lang.Long getWOEID()
Gets the WOEID value for this Region.

Returns:
WOEID

setWOEID

public void setWOEID(java.lang.Long WOEID)
Sets the WOEID value for this Region.

Parameters:
WOEID -

getCode

public java.lang.String getCode()
Gets the code value for this Region.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this Region.

Parameters:
code -

getLevel

public java.lang.Long getLevel()
Gets the level value for this Region.

Returns:
level

setLevel

public void setLevel(java.lang.Long level)
Sets the level value for this Region.

Parameters:
level -

getName

public java.lang.String getName()
Gets the name value for this Region.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Region.

Parameters:
name -

getParentWOEID

public java.lang.Long getParentWOEID()
Gets the parentWOEID value for this Region.

Returns:
parentWOEID

setParentWOEID

public void setParentWOEID(java.lang.Long parentWOEID)
Sets the parentWOEID value for this Region.

Parameters:
parentWOEID -

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