com.liferay.client.soap.portal.model
Class EmailAddressSoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.EmailAddressSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
EmailAddressSoap()
           
EmailAddressSoap(java.lang.String address, long classNameId, long classPK, long companyId, java.util.Calendar createDate, long emailAddressId, java.util.Calendar modifiedDate, boolean primary, long primaryKey, int typeId, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddress()
          Gets the address value for this EmailAddressSoap.
 long getClassNameId()
          Gets the classNameId value for this EmailAddressSoap.
 long getClassPK()
          Gets the classPK value for this EmailAddressSoap.
 long getCompanyId()
          Gets the companyId value for this EmailAddressSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this EmailAddressSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getEmailAddressId()
          Gets the emailAddressId value for this EmailAddressSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this EmailAddressSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this EmailAddressSoap.
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 getTypeId()
          Gets the typeId value for this EmailAddressSoap.
 long getUserId()
          Gets the userId value for this EmailAddressSoap.
 java.lang.String getUserName()
          Gets the userName value for this EmailAddressSoap.
 int hashCode()
           
 boolean isPrimary()
          Gets the primary value for this EmailAddressSoap.
 void setAddress(java.lang.String address)
          Sets the address value for this EmailAddressSoap.
 void setClassNameId(long classNameId)
          Sets the classNameId value for this EmailAddressSoap.
 void setClassPK(long classPK)
          Sets the classPK value for this EmailAddressSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this EmailAddressSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this EmailAddressSoap.
 void setEmailAddressId(long emailAddressId)
          Sets the emailAddressId value for this EmailAddressSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this EmailAddressSoap.
 void setPrimary(boolean primary)
          Sets the primary value for this EmailAddressSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this EmailAddressSoap.
 void setTypeId(int typeId)
          Sets the typeId value for this EmailAddressSoap.
 void setUserId(long userId)
          Sets the userId value for this EmailAddressSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this EmailAddressSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddressSoap

public EmailAddressSoap()

EmailAddressSoap

public EmailAddressSoap(java.lang.String address,
                        long classNameId,
                        long classPK,
                        long companyId,
                        java.util.Calendar createDate,
                        long emailAddressId,
                        java.util.Calendar modifiedDate,
                        boolean primary,
                        long primaryKey,
                        int typeId,
                        long userId,
                        java.lang.String userName)
Method Detail

getAddress

public java.lang.String getAddress()
Gets the address value for this EmailAddressSoap.

Returns:
address

setAddress

public void setAddress(java.lang.String address)
Sets the address value for this EmailAddressSoap.

Parameters:
address -

getClassNameId

public long getClassNameId()
Gets the classNameId value for this EmailAddressSoap.

Returns:
classNameId

setClassNameId

public void setClassNameId(long classNameId)
Sets the classNameId value for this EmailAddressSoap.

Parameters:
classNameId -

getClassPK

public long getClassPK()
Gets the classPK value for this EmailAddressSoap.

Returns:
classPK

setClassPK

public void setClassPK(long classPK)
Sets the classPK value for this EmailAddressSoap.

Parameters:
classPK -

getCompanyId

public long getCompanyId()
Gets the companyId value for this EmailAddressSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this EmailAddressSoap.

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this EmailAddressSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this EmailAddressSoap.

Parameters:
createDate -

getEmailAddressId

public long getEmailAddressId()
Gets the emailAddressId value for this EmailAddressSoap.

Returns:
emailAddressId

setEmailAddressId

public void setEmailAddressId(long emailAddressId)
Sets the emailAddressId value for this EmailAddressSoap.

Parameters:
emailAddressId -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this EmailAddressSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this EmailAddressSoap.

Parameters:
modifiedDate -

isPrimary

public boolean isPrimary()
Gets the primary value for this EmailAddressSoap.

Returns:
primary

setPrimary

public void setPrimary(boolean primary)
Sets the primary value for this EmailAddressSoap.

Parameters:
primary -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this EmailAddressSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this EmailAddressSoap.

Parameters:
primaryKey -

getTypeId

public int getTypeId()
Gets the typeId value for this EmailAddressSoap.

Returns:
typeId

setTypeId

public void setTypeId(int typeId)
Sets the typeId value for this EmailAddressSoap.

Parameters:
typeId -

getUserId

public long getUserId()
Gets the userId value for this EmailAddressSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this EmailAddressSoap.

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

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