com.yahoo.marketing.apt
Class User

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

public class User
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.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  UserStatus status
           
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
User()
           
User(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.String lastName, java.lang.String lastNameFurigana, java.util.Calendar lastUpdateTimestamp, Locale locale, java.lang.String middleInitial, java.lang.String mobilePhone, UserStatus status, 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 User.
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 User.
 java.lang.String getFax()
          Gets the fax value for this User.
 java.lang.String getFirstName()
          Gets the firstName value for this User.
 java.lang.String getFirstNameFurigana()
          Gets the firstNameFurigana value for this User.
 java.lang.String getHomePhone()
          Gets the homePhone value for this User.
 java.lang.Long getID()
          Gets the ID value for this User.
 java.lang.String getLastName()
          Gets the lastName value for this User.
 java.lang.String getLastNameFurigana()
          Gets the lastNameFurigana value for this User.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this User.
 Locale getLocale()
          Gets the locale value for this User.
 java.lang.String getMiddleInitial()
          Gets the middleInitial value for this User.
 java.lang.String getMobilePhone()
          Gets the mobilePhone value for this User.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 UserStatus getStatus()
          Gets the status value for this User.
 java.lang.String getTitle()
          Gets the title value for this User.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserName()
          Gets the userName value for this User.
 java.lang.String getWorkPhone()
          Gets the workPhone value for this User.
 int hashCode()
           
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this User.
 void setEmail(java.lang.String email)
          Sets the email value for this User.
 void setFax(java.lang.String fax)
          Sets the fax value for this User.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this User.
 void setFirstNameFurigana(java.lang.String firstNameFurigana)
          Sets the firstNameFurigana value for this User.
 void setHomePhone(java.lang.String homePhone)
          Sets the homePhone value for this User.
 void setID(java.lang.Long ID)
          Sets the ID value for this User.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this User.
 void setLastNameFurigana(java.lang.String lastNameFurigana)
          Sets the lastNameFurigana value for this User.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this User.
 void setLocale(Locale locale)
          Sets the locale value for this User.
 void setMiddleInitial(java.lang.String middleInitial)
          Sets the middleInitial value for this User.
 void setMobilePhone(java.lang.String mobilePhone)
          Sets the mobilePhone value for this User.
 void setStatus(UserStatus status)
          Sets the status value for this User.
 void setTitle(java.lang.String title)
          Sets the title value for this User.
 void setUserName(java.lang.String userName)
          Sets the userName value for this User.
 void setWorkPhone(java.lang.String workPhone)
          Sets the workPhone value for this User.
 
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

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

status

private UserStatus status

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

User

public User()

User

public User(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.String lastName,
            java.lang.String lastNameFurigana,
            java.util.Calendar lastUpdateTimestamp,
            Locale locale,
            java.lang.String middleInitial,
            java.lang.String mobilePhone,
            UserStatus status,
            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 User.

Returns:
ID

setID

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

Parameters:
ID -

getCreateTimestamp

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

Returns:
createTimestamp

setCreateTimestamp

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

Parameters:
createTimestamp -

getEmail

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

Returns:
email

setEmail

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

Parameters:
email -

getFax

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

Returns:
fax

setFax

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

Parameters:
fax -

getFirstName

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

Returns:
firstName

setFirstName

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

Parameters:
firstName -

getFirstNameFurigana

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

Returns:
firstNameFurigana

setFirstNameFurigana

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

Parameters:
firstNameFurigana -

getHomePhone

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

Returns:
homePhone

setHomePhone

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

Parameters:
homePhone -

getLastName

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

Returns:
lastName

setLastName

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

Parameters:
lastName -

getLastNameFurigana

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

Returns:
lastNameFurigana

setLastNameFurigana

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

Parameters:
lastNameFurigana -

getLastUpdateTimestamp

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

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

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

Parameters:
lastUpdateTimestamp -

getLocale

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

Returns:
locale

setLocale

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

Parameters:
locale -

getMiddleInitial

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

Returns:
middleInitial

setMiddleInitial

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

Parameters:
middleInitial -

getMobilePhone

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

Returns:
mobilePhone

setMobilePhone

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

Parameters:
mobilePhone -

getStatus

public UserStatus getStatus()
Gets the status value for this User.

Returns:
status

setStatus

public void setStatus(UserStatus status)
Sets the status value for this User.

Parameters:
status -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getUserName

public java.lang.String getUserName()
Gets the userName value for this User.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this User.

Parameters:
userName -

getWorkPhone

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

Returns:
workPhone

setWorkPhone

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

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