com.yahoo.marketing.apt
Class ProfileContact

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

public class ProfileContact
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 email
           
private  java.lang.String name
           
private  java.lang.String phoneNumber
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ProfileContact()
           
ProfileContact(java.lang.String email, java.lang.String name, java.lang.String phoneNumber)
           
 
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 getEmail()
          Gets the email value for this ProfileContact.
 java.lang.String getName()
          Gets the name value for this ProfileContact.
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this ProfileContact.
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 setEmail(java.lang.String email)
          Sets the email value for this ProfileContact.
 void setName(java.lang.String name)
          Sets the name value for this ProfileContact.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this ProfileContact.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

email

private java.lang.String email

name

private java.lang.String name

phoneNumber

private java.lang.String phoneNumber

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ProfileContact

public ProfileContact()

ProfileContact

public ProfileContact(java.lang.String email,
                      java.lang.String name,
                      java.lang.String phoneNumber)
Method Detail

getEmail

public java.lang.String getEmail()
Gets the email value for this ProfileContact.

Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this ProfileContact.

Parameters:
email -

getName

public java.lang.String getName()
Gets the name value for this ProfileContact.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ProfileContact.

Parameters:
name -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this ProfileContact.

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this ProfileContact.

Parameters:
phoneNumber -

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