com.yahoo.marketing.apt
Class Contact

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

public class Contact
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.util.Calendar createTimestamp
           
private  java.lang.String email
           
private  java.lang.String fax
           
private  java.lang.String firstName
           
private  java.lang.String firstNameFurigana
           
private  java.lang.String homePhone
           
private  java.lang.Long ID
           
private  java.lang.Boolean isActive
           
private  java.lang.Boolean isPrimary
           
private  java.lang.String lastName
           
private  java.lang.String lastNameFurigana
           
private  java.util.Calendar lastUpdateTimestamp
           
private  Locale locale
           
private  java.lang.String middleInitial
           
private  java.lang.String mobilePhone
           
private  java.lang.String title
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String username
           
private  java.lang.String workPhone
           
 
Constructor Summary
Contact()
           
Contact(java.lang.Long ID, java.util.Calendar createTimestamp, java.lang.String email, java.lang.String fax, java.lang.String firstName, java.lang.String firstNameFurigana, java.lang.String homePhone, java.lang.Boolean isActive, java.lang.Boolean isPrimary, java.lang.String lastName, java.lang.String lastNameFurigana, java.util.Calendar lastUpdateTimestamp, Locale locale, java.lang.String middleInitial, java.lang.String mobilePhone, java.lang.String title, java.lang.String username, java.lang.String workPhone)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this Contact.
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 Contact.
 java.lang.String getFax()
          Gets the fax value for this Contact.
 java.lang.String getFirstName()
          Gets the firstName value for this Contact.
 java.lang.String getFirstNameFurigana()
          Gets the firstNameFurigana value for this Contact.
 java.lang.String getHomePhone()
          Gets the homePhone value for this Contact.
 java.lang.Long getID()
          Gets the ID value for this Contact.
 java.lang.Boolean getIsActive()
          Gets the isActive value for this Contact.
 java.lang.Boolean getIsPrimary()
          Gets the isPrimary value for this Contact.
 java.lang.String getLastName()
          Gets the lastName value for this Contact.
 java.lang.String getLastNameFurigana()
          Gets the lastNameFurigana value for this Contact.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this Contact.
 Locale getLocale()
          Gets the locale value for this Contact.
 java.lang.String getMiddleInitial()
          Gets the middleInitial value for this Contact.
 java.lang.String getMobilePhone()
          Gets the mobilePhone value for this Contact.
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 getTitle()
          Gets the title value for this Contact.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUsername()
          Gets the username value for this Contact.
 java.lang.String getWorkPhone()
          Gets the workPhone value for this Contact.
 int hashCode()
           
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this Contact.
 void setEmail(java.lang.String email)
          Sets the email value for this Contact.
 void setFax(java.lang.String fax)
          Sets the fax value for this Contact.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this Contact.
 void setFirstNameFurigana(java.lang.String firstNameFurigana)
          Sets the firstNameFurigana value for this Contact.
 void setHomePhone(java.lang.String homePhone)
          Sets the homePhone value for this Contact.
 void setID(java.lang.Long ID)
          Sets the ID value for this Contact.
 void setIsActive(java.lang.Boolean isActive)
          Sets the isActive value for this Contact.
 void setIsPrimary(java.lang.Boolean isPrimary)
          Sets the isPrimary value for this Contact.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this Contact.
 void setLastNameFurigana(java.lang.String lastNameFurigana)
          Sets the lastNameFurigana value for this Contact.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this Contact.
 void setLocale(Locale locale)
          Sets the locale value for this Contact.
 void setMiddleInitial(java.lang.String middleInitial)
          Sets the middleInitial value for this Contact.
 void setMobilePhone(java.lang.String mobilePhone)
          Sets the mobilePhone value for this Contact.
 void setTitle(java.lang.String title)
          Sets the title value for this Contact.
 void setUsername(java.lang.String username)
          Sets the username value for this Contact.
 void setWorkPhone(java.lang.String workPhone)
          Sets the workPhone value for this Contact.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.Long ID

createTimestamp

private java.util.Calendar createTimestamp

email

private java.lang.String email

fax

private java.lang.String fax

firstName

private java.lang.String firstName

firstNameFurigana

private java.lang.String firstNameFurigana

homePhone

private java.lang.String homePhone

isActive

private java.lang.Boolean isActive

isPrimary

private java.lang.Boolean isPrimary

lastName

private java.lang.String lastName

lastNameFurigana

private java.lang.String lastNameFurigana

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

locale

private Locale locale

middleInitial

private java.lang.String middleInitial

mobilePhone

private java.lang.String mobilePhone

title

private java.lang.String title

username

private java.lang.String username

workPhone

private java.lang.String workPhone

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Contact

public Contact()

Contact

public Contact(java.lang.Long ID,
               java.util.Calendar createTimestamp,
               java.lang.String email,
               java.lang.String fax,
               java.lang.String firstName,
               java.lang.String firstNameFurigana,
               java.lang.String homePhone,
               java.lang.Boolean isActive,
               java.lang.Boolean isPrimary,
               java.lang.String lastName,
               java.lang.String lastNameFurigana,
               java.util.Calendar lastUpdateTimestamp,
               Locale locale,
               java.lang.String middleInitial,
               java.lang.String mobilePhone,
               java.lang.String title,
               java.lang.String username,
               java.lang.String workPhone)
Method Detail

getID

public java.lang.Long getID()
Gets the ID value for this Contact.

Returns:
ID

setID

public void setID(java.lang.Long ID)
Sets the ID value for this Contact.

Parameters:
ID -

getCreateTimestamp

public java.util.Calendar getCreateTimestamp()
Gets the createTimestamp value for this Contact.

Returns:
createTimestamp

setCreateTimestamp

public void setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this Contact.

Parameters:
createTimestamp -

getEmail

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

Returns:
email

setEmail

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

Parameters:
email -

getFax

public java.lang.String getFax()
Gets the fax value for this Contact.

Returns:
fax

setFax

public void setFax(java.lang.String fax)
Sets the fax value for this Contact.

Parameters:
fax -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this Contact.

Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this Contact.

Parameters:
firstName -

getFirstNameFurigana

public java.lang.String getFirstNameFurigana()
Gets the firstNameFurigana value for this Contact.

Returns:
firstNameFurigana

setFirstNameFurigana

public void setFirstNameFurigana(java.lang.String firstNameFurigana)
Sets the firstNameFurigana value for this Contact.

Parameters:
firstNameFurigana -

getHomePhone

public java.lang.String getHomePhone()
Gets the homePhone value for this Contact.

Returns:
homePhone

setHomePhone

public void setHomePhone(java.lang.String homePhone)
Sets the homePhone value for this Contact.

Parameters:
homePhone -

getIsActive

public java.lang.Boolean getIsActive()
Gets the isActive value for this Contact.

Returns:
isActive

setIsActive

public void setIsActive(java.lang.Boolean isActive)
Sets the isActive value for this Contact.

Parameters:
isActive -

getIsPrimary

public java.lang.Boolean getIsPrimary()
Gets the isPrimary value for this Contact.

Returns:
isPrimary

setIsPrimary

public void setIsPrimary(java.lang.Boolean isPrimary)
Sets the isPrimary value for this Contact.

Parameters:
isPrimary -

getLastName

public java.lang.String getLastName()
Gets the lastName value for this Contact.

Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this Contact.

Parameters:
lastName -

getLastNameFurigana

public java.lang.String getLastNameFurigana()
Gets the lastNameFurigana value for this Contact.

Returns:
lastNameFurigana

setLastNameFurigana

public void setLastNameFurigana(java.lang.String lastNameFurigana)
Sets the lastNameFurigana value for this Contact.

Parameters:
lastNameFurigana -

getLastUpdateTimestamp

public java.util.Calendar getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this Contact.

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this Contact.

Parameters:
lastUpdateTimestamp -

getLocale

public Locale getLocale()
Gets the locale value for this Contact.

Returns:
locale

setLocale

public void setLocale(Locale locale)
Sets the locale value for this Contact.

Parameters:
locale -

getMiddleInitial

public java.lang.String getMiddleInitial()
Gets the middleInitial value for this Contact.

Returns:
middleInitial

setMiddleInitial

public void setMiddleInitial(java.lang.String middleInitial)
Sets the middleInitial value for this Contact.

Parameters:
middleInitial -

getMobilePhone

public java.lang.String getMobilePhone()
Gets the mobilePhone value for this Contact.

Returns:
mobilePhone

setMobilePhone

public void setMobilePhone(java.lang.String mobilePhone)
Sets the mobilePhone value for this Contact.

Parameters:
mobilePhone -

getTitle

public java.lang.String getTitle()
Gets the title value for this Contact.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this Contact.

Parameters:
title -

getUsername

public java.lang.String getUsername()
Gets the username value for this Contact.

Returns:
username

setUsername

public void setUsername(java.lang.String username)
Sets the username value for this Contact.

Parameters:
username -

getWorkPhone

public java.lang.String getWorkPhone()
Gets the workPhone value for this Contact.

Returns:
workPhone

setWorkPhone

public void setWorkPhone(java.lang.String workPhone)
Sets the workPhone value for this Contact.

Parameters:
workPhone -

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