public class PhoneSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PhoneSoap() |
PhoneSoap(long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
java.lang.String extension,
java.util.Calendar modifiedDate,
long mvccVersion,
java.lang.String number,
long phoneId,
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) |
long |
getClassNameId()
Gets the classNameId value for this PhoneSoap.
|
long |
getClassPK()
Gets the classPK value for this PhoneSoap.
|
long |
getCompanyId()
Gets the companyId value for this PhoneSoap.
|
java.util.Calendar |
getCreateDate()
Gets the createDate value for this PhoneSoap.
|
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 |
getExtension()
Gets the extension value for this PhoneSoap.
|
java.util.Calendar |
getModifiedDate()
Gets the modifiedDate value for this PhoneSoap.
|
long |
getMvccVersion()
Gets the mvccVersion value for this PhoneSoap.
|
java.lang.String |
getNumber()
Gets the number value for this PhoneSoap.
|
long |
getPhoneId()
Gets the phoneId value for this PhoneSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this PhoneSoap.
|
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 PhoneSoap.
|
long |
getUserId()
Gets the userId value for this PhoneSoap.
|
java.lang.String |
getUserName()
Gets the userName value for this PhoneSoap.
|
java.lang.String |
getUuid()
Gets the uuid value for this PhoneSoap.
|
int |
hashCode() |
boolean |
isPrimary()
Gets the primary value for this PhoneSoap.
|
void |
setClassNameId(long classNameId)
Sets the classNameId value for this PhoneSoap.
|
void |
setClassPK(long classPK)
Sets the classPK value for this PhoneSoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this PhoneSoap.
|
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this PhoneSoap.
|
void |
setExtension(java.lang.String extension)
Sets the extension value for this PhoneSoap.
|
void |
setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this PhoneSoap.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvccVersion value for this PhoneSoap.
|
void |
setNumber(java.lang.String number)
Sets the number value for this PhoneSoap.
|
void |
setPhoneId(long phoneId)
Sets the phoneId value for this PhoneSoap.
|
void |
setPrimary(boolean primary)
Sets the primary value for this PhoneSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this PhoneSoap.
|
void |
setTypeId(long typeId)
Sets the typeId value for this PhoneSoap.
|
void |
setUserId(long userId)
Sets the userId value for this PhoneSoap.
|
void |
setUserName(java.lang.String userName)
Sets the userName value for this PhoneSoap.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid value for this PhoneSoap.
|
public PhoneSoap()
public PhoneSoap(long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
java.lang.String extension,
java.util.Calendar modifiedDate,
long mvccVersion,
java.lang.String number,
long phoneId,
boolean primary,
long primaryKey,
long typeId,
long userId,
java.lang.String userName,
java.lang.String uuid)
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 java.lang.String getExtension()
public void setExtension(java.lang.String extension)
extension - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public java.lang.String getNumber()
public void setNumber(java.lang.String number)
number - public long getPhoneId()
public void setPhoneId(long phoneId)
phoneId - 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)