com.yahoo.marketing.apt
Class AdOperationsTeamMember

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

public class AdOperationsTeamMember
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.Boolean primary
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.Long userID
           
 
Constructor Summary
AdOperationsTeamMember()
           
AdOperationsTeamMember(java.lang.Boolean primary, java.lang.Long userID)
           
 
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.Boolean getPrimary()
          Gets the primary value for this AdOperationsTeamMember.
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 getUserID()
          Gets the userID value for this AdOperationsTeamMember.
 int hashCode()
           
 void setPrimary(java.lang.Boolean primary)
          Sets the primary value for this AdOperationsTeamMember.
 void setUserID(java.lang.Long userID)
          Sets the userID value for this AdOperationsTeamMember.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primary

private java.lang.Boolean primary

userID

private java.lang.Long userID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

AdOperationsTeamMember

public AdOperationsTeamMember()

AdOperationsTeamMember

public AdOperationsTeamMember(java.lang.Boolean primary,
                              java.lang.Long userID)
Method Detail

getPrimary

public java.lang.Boolean getPrimary()
Gets the primary value for this AdOperationsTeamMember.

Returns:
primary

setPrimary

public void setPrimary(java.lang.Boolean primary)
Sets the primary value for this AdOperationsTeamMember.

Parameters:
primary -

getUserID

public java.lang.Long getUserID()
Gets the userID value for this AdOperationsTeamMember.

Returns:
userID

setUserID

public void setUserID(java.lang.Long userID)
Sets the userID value for this AdOperationsTeamMember.

Parameters:
userID -

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