Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class WebsiteSoap

java.lang.Object
  extended by 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

Constructor Summary
WebsiteSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 Date getModifiedDate()
           
 boolean getPrimary()
           
 long getPrimaryKey()
           
 int getTypeId()
           
 String getUrl()
           
 long getUserId()
           
 String getUserName()
           
 long getWebsiteId()
           
 boolean isPrimary()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimary(boolean primary)
           
 void setPrimaryKey(long pk)
           
 void setTypeId(int typeId)
           
 void setUrl(String url)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setWebsiteId(long websiteId)
           
static WebsiteSoap toSoapModel(Website model)
           
static WebsiteSoap[] toSoapModels(List<Website> models)
           
static WebsiteSoap[] toSoapModels(Website[] models)
           
static WebsiteSoap[][] toSoapModels(Website[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebsiteSoap

public WebsiteSoap()
Method Detail

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)

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)

Liferay 6.1.2-ce-ga3