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

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

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

See Also:
Serialized Form

Constructor Summary
PhoneSoap()
           
PhoneSoap(long classNameId, long classPK, long companyId, java.util.Calendar createDate, java.lang.String extension, java.util.Calendar modifiedDate, java.lang.String number, long phoneId, boolean primary, long primaryKey, int typeId, long userId, java.lang.String userName)
           
 
Method Summary
 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.
 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
 int 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.
 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 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(int 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneSoap

public PhoneSoap()

PhoneSoap

public PhoneSoap(long classNameId,
                 long classPK,
                 long companyId,
                 java.util.Calendar createDate,
                 java.lang.String extension,
                 java.util.Calendar modifiedDate,
                 java.lang.String number,
                 long phoneId,
                 boolean primary,
                 long primaryKey,
                 int typeId,
                 long userId,
                 java.lang.String userName)
Method Detail

getClassNameId

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

Returns:
classNameId

setClassNameId

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

Parameters:
classNameId -

getClassPK

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

Returns:
classPK

setClassPK

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

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getExtension

public java.lang.String getExtension()
Gets the extension value for this PhoneSoap.

Returns:
extension

setExtension

public void setExtension(java.lang.String extension)
Sets the extension value for this PhoneSoap.

Parameters:
extension -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getNumber

public java.lang.String getNumber()
Gets the number value for this PhoneSoap.

Returns:
number

setNumber

public void setNumber(java.lang.String number)
Sets the number value for this PhoneSoap.

Parameters:
number -

getPhoneId

public long getPhoneId()
Gets the phoneId value for this PhoneSoap.

Returns:
phoneId

setPhoneId

public void setPhoneId(long phoneId)
Sets the phoneId value for this PhoneSoap.

Parameters:
phoneId -

isPrimary

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

Returns:
primary

setPrimary

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

Parameters:
primary -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getTypeId

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

Returns:
typeId

setTypeId

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

Parameters:
typeId -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

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