com.yahoo.marketing.apt
Class RegionProbability

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

public class RegionProbability
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 extendedName
           
private  java.lang.Double probability
           
private  Region region
           
private  java.lang.Long regionParentWOEID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
RegionProbability()
           
RegionProbability(java.lang.String extendedName, java.lang.Double probability, Region region, java.lang.Long regionParentWOEID)
           
 
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.String getExtendedName()
          Gets the extendedName value for this RegionProbability.
 java.lang.Double getProbability()
          Gets the probability value for this RegionProbability.
 Region getRegion()
          Gets the region value for this RegionProbability.
 java.lang.Long getRegionParentWOEID()
          Gets the regionParentWOEID value for this RegionProbability.
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 setExtendedName(java.lang.String extendedName)
          Sets the extendedName value for this RegionProbability.
 void setProbability(java.lang.Double probability)
          Sets the probability value for this RegionProbability.
 void setRegion(Region region)
          Sets the region value for this RegionProbability.
 void setRegionParentWOEID(java.lang.Long regionParentWOEID)
          Sets the regionParentWOEID value for this RegionProbability.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extendedName

private java.lang.String extendedName

probability

private java.lang.Double probability

region

private Region region

regionParentWOEID

private java.lang.Long regionParentWOEID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

RegionProbability

public RegionProbability()

RegionProbability

public RegionProbability(java.lang.String extendedName,
                         java.lang.Double probability,
                         Region region,
                         java.lang.Long regionParentWOEID)
Method Detail

getExtendedName

public java.lang.String getExtendedName()
Gets the extendedName value for this RegionProbability.

Returns:
extendedName

setExtendedName

public void setExtendedName(java.lang.String extendedName)
Sets the extendedName value for this RegionProbability.

Parameters:
extendedName -

getProbability

public java.lang.Double getProbability()
Gets the probability value for this RegionProbability.

Returns:
probability

setProbability

public void setProbability(java.lang.Double probability)
Sets the probability value for this RegionProbability.

Parameters:
probability -

getRegion

public Region getRegion()
Gets the region value for this RegionProbability.

Returns:
region

setRegion

public void setRegion(Region region)
Sets the region value for this RegionProbability.

Parameters:
region -

getRegionParentWOEID

public java.lang.Long getRegionParentWOEID()
Gets the regionParentWOEID value for this RegionProbability.

Returns:
regionParentWOEID

setRegionParentWOEID

public void setRegionParentWOEID(java.lang.Long regionParentWOEID)
Sets the regionParentWOEID value for this RegionProbability.

Parameters:
regionParentWOEID -

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