com.yahoo.marketing.apt
Class SourceOwner

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

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

Field Detail

sourceOwnerID

private java.lang.String sourceOwnerID

sourceOwnerType

private SourceOwnerType sourceOwnerType

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

SourceOwner

public SourceOwner()

SourceOwner

public SourceOwner(java.lang.String sourceOwnerID,
                   SourceOwnerType sourceOwnerType)
Method Detail

getSourceOwnerID

public java.lang.String getSourceOwnerID()
Gets the sourceOwnerID value for this SourceOwner.

Returns:
sourceOwnerID

setSourceOwnerID

public void setSourceOwnerID(java.lang.String sourceOwnerID)
Sets the sourceOwnerID value for this SourceOwner.

Parameters:
sourceOwnerID -

getSourceOwnerType

public SourceOwnerType getSourceOwnerType()
Gets the sourceOwnerType value for this SourceOwner.

Returns:
sourceOwnerType

setSourceOwnerType

public void setSourceOwnerType(SourceOwnerType sourceOwnerType)
Sets the sourceOwnerType value for this SourceOwner.

Parameters:
sourceOwnerType -

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