com.liferay.portal.model
Class WebsiteSoap
java.lang.Object
com.liferay.portal.model.WebsiteSoap
- All Implemented Interfaces:
- Serializable
public class WebsiteSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portal.service.http.WebsiteServiceSoap
.
- See Also:
com.liferay.portal.service.http.WebsiteServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebsiteSoap
public WebsiteSoap()
toSoapModel
public static WebsiteSoap toSoapModel(Website model)
toSoapModels
public static WebsiteSoap[] toSoapModels(Website[] models)
toSoapModels
public static WebsiteSoap[][] toSoapModels(Website[][] models)
toSoapModels
public static WebsiteSoap[] toSoapModels(List<Website> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getWebsiteId
public long getWebsiteId()
setWebsiteId
public void setWebsiteId(long websiteId)
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)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getTypeId
public int getTypeId()
setTypeId
public void setTypeId(int typeId)
getPrimary
public boolean getPrimary()
isPrimary
public boolean isPrimary()
setPrimary
public void setPrimary(boolean primary)