com.yahoo.marketing.apt
Class OrderContact

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

public class OrderContact
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.Long contactID
           
private  java.lang.Boolean primary
           
private  OrderContactType type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
OrderContact()
           
OrderContact(java.lang.Long contactID, java.lang.Boolean primary, OrderContactType type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getContactID()
          Gets the contactID value for this OrderContact.
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 OrderContact.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 OrderContactType getType()
          Gets the type value for this OrderContact.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContactID(java.lang.Long contactID)
          Sets the contactID value for this OrderContact.
 void setPrimary(java.lang.Boolean primary)
          Sets the primary value for this OrderContact.
 void setType(OrderContactType type)
          Sets the type value for this OrderContact.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contactID

private java.lang.Long contactID

primary

private java.lang.Boolean primary

type

private OrderContactType type

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

OrderContact

public OrderContact()

OrderContact

public OrderContact(java.lang.Long contactID,
                    java.lang.Boolean primary,
                    OrderContactType type)
Method Detail

getContactID

public java.lang.Long getContactID()
Gets the contactID value for this OrderContact.

Returns:
contactID

setContactID

public void setContactID(java.lang.Long contactID)
Sets the contactID value for this OrderContact.

Parameters:
contactID -

getPrimary

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

Returns:
primary

setPrimary

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

Parameters:
primary -

getType

public OrderContactType getType()
Gets the type value for this OrderContact.

Returns:
type

setType

public void setType(OrderContactType type)
Sets the type value for this OrderContact.

Parameters:
type -

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