com.yahoo.marketing.apt
Class SalesTeamMember

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

public class SalesTeamMember
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.Double commissionPercentage
           
private  java.lang.Boolean orderCreator
           
private  java.lang.Boolean primary
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.Long userID
           
 
Constructor Summary
SalesTeamMember()
           
SalesTeamMember(java.lang.Double commissionPercentage, java.lang.Boolean orderCreator, java.lang.Boolean primary, java.lang.Long userID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Double getCommissionPercentage()
          Gets the commissionPercentage value for this SalesTeamMember.
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 getOrderCreator()
          Gets the orderCreator value for this SalesTeamMember.
 java.lang.Boolean getPrimary()
          Gets the primary value for this SalesTeamMember.
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 SalesTeamMember.
 int hashCode()
           
 void setCommissionPercentage(java.lang.Double commissionPercentage)
          Sets the commissionPercentage value for this SalesTeamMember.
 void setOrderCreator(java.lang.Boolean orderCreator)
          Sets the orderCreator value for this SalesTeamMember.
 void setPrimary(java.lang.Boolean primary)
          Sets the primary value for this SalesTeamMember.
 void setUserID(java.lang.Long userID)
          Sets the userID value for this SalesTeamMember.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commissionPercentage

private java.lang.Double commissionPercentage

orderCreator

private java.lang.Boolean orderCreator

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

SalesTeamMember

public SalesTeamMember()

SalesTeamMember

public SalesTeamMember(java.lang.Double commissionPercentage,
                       java.lang.Boolean orderCreator,
                       java.lang.Boolean primary,
                       java.lang.Long userID)
Method Detail

getCommissionPercentage

public java.lang.Double getCommissionPercentage()
Gets the commissionPercentage value for this SalesTeamMember.

Returns:
commissionPercentage

setCommissionPercentage

public void setCommissionPercentage(java.lang.Double commissionPercentage)
Sets the commissionPercentage value for this SalesTeamMember.

Parameters:
commissionPercentage -

getOrderCreator

public java.lang.Boolean getOrderCreator()
Gets the orderCreator value for this SalesTeamMember.

Returns:
orderCreator

setOrderCreator

public void setOrderCreator(java.lang.Boolean orderCreator)
Sets the orderCreator value for this SalesTeamMember.

Parameters:
orderCreator -

getPrimary

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

Returns:
primary

setPrimary

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

Parameters:
primary -

getUserID

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

Returns:
userID

setUserID

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

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