public class EmailAddressSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
EmailAddressSoap() |
EmailAddressSoap(java.lang.String address,
long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
long emailAddressId,
java.util.Calendar modifiedDate,
long mvccVersion,
boolean primary,
long primaryKey,
long typeId,
long userId,
java.lang.String userName,
java.lang.String uuid) |
| Modifier and Type | Method and Description |
|---|---|
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 |
getMvccVersion()
Gets the mvccVersion 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
|
long |
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.
|
java.lang.String |
getUuid()
Gets the uuid 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 |
setMvccVersion(long mvccVersion)
Sets the mvccVersion 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(long 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.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid value for this EmailAddressSoap.
|
public EmailAddressSoap()
public EmailAddressSoap(java.lang.String address,
long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
long emailAddressId,
java.util.Calendar modifiedDate,
long mvccVersion,
boolean primary,
long primaryKey,
long typeId,
long userId,
java.lang.String userName,
java.lang.String uuid)
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address - public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getClassPK()
public void setClassPK(long classPK)
classPK - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public long getEmailAddressId()
public void setEmailAddressId(long emailAddressId)
emailAddressId - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public boolean isPrimary()
public void setPrimary(boolean primary)
primary - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public long getTypeId()
public void setTypeId(long typeId)
typeId - public long getUserId()
public void setUserId(long userId)
userId - public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)