com.liferay.portal.model
Class PhoneSoap
java.lang.Object
com.liferay.portal.model.PhoneSoap
- All Implemented Interfaces:
- Serializable
public class PhoneSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portal.service.http.PhoneServiceSoap
.
- See Also:
com.liferay.portal.service.http.PhoneServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhoneSoap
public PhoneSoap()
toSoapModel
public static PhoneSoap toSoapModel(Phone model)
toSoapModels
public static PhoneSoap[] toSoapModels(Phone[] models)
toSoapModels
public static PhoneSoap[][] toSoapModels(Phone[][] models)
toSoapModels
public static PhoneSoap[] toSoapModels(List<Phone> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getPhoneId
public long getPhoneId()
setPhoneId
public void setPhoneId(long phoneId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getNumber
public String getNumber()
setNumber
public void setNumber(String number)
getExtension
public String getExtension()
setExtension
public void setExtension(String extension)
getTypeId
public int getTypeId()
setTypeId
public void setTypeId(int typeId)
getPrimary
public boolean getPrimary()
isPrimary
public boolean isPrimary()
setPrimary
public void setPrimary(boolean primary)