com.liferay.portal.model
Class WebsiteWrapper
java.lang.Object
com.liferay.portal.model.WebsiteWrapper
- All Implemented Interfaces:
- BaseModel<Website>, Website, WebsiteModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Website>
public class WebsiteWrapper
- extends java.lang.Object
- implements Website
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for Website
.
- Author:
- Brian Wing Shun Chan
- See Also:
Website
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
WebsiteWrapper
public WebsiteWrapper(Website website)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface WebsiteModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface WebsiteModel
getWebsiteId
public long getWebsiteId()
- Specified by:
getWebsiteId
in interface WebsiteModel
setWebsiteId
public void setWebsiteId(long websiteId)
- Specified by:
setWebsiteId
in interface WebsiteModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface WebsiteModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId
in interface WebsiteModel
getUserId
public long getUserId()
- Specified by:
getUserId
in interface WebsiteModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId
in interface WebsiteModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Specified by:
getUserUuid
in interface WebsiteModel
- Throws:
com.liferay.portal.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid
in interface WebsiteModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName
in interface WebsiteModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName
in interface WebsiteModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate
in interface WebsiteModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate
in interface WebsiteModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate
in interface WebsiteModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate
in interface WebsiteModel
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in interface WebsiteModel
getClassNameId
public long getClassNameId()
- Specified by:
getClassNameId
in interface WebsiteModel
setClassNameId
public void setClassNameId(long classNameId)
- Specified by:
setClassNameId
in interface WebsiteModel
getClassPK
public long getClassPK()
- Specified by:
getClassPK
in interface WebsiteModel
setClassPK
public void setClassPK(long classPK)
- Specified by:
setClassPK
in interface WebsiteModel
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl
in interface WebsiteModel
setUrl
public void setUrl(java.lang.String url)
- Specified by:
setUrl
in interface WebsiteModel
getTypeId
public int getTypeId()
- Specified by:
getTypeId
in interface WebsiteModel
setTypeId
public void setTypeId(int typeId)
- Specified by:
setTypeId
in interface WebsiteModel
getPrimary
public boolean getPrimary()
- Specified by:
getPrimary
in interface WebsiteModel
isPrimary
public boolean isPrimary()
- Specified by:
isPrimary
in interface WebsiteModel
setPrimary
public void setPrimary(boolean primary)
- Specified by:
setPrimary
in interface WebsiteModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<Website>
- Specified by:
isNew
in interface WebsiteModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<Website>
- Specified by:
setNew
in interface WebsiteModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<Website>
- Specified by:
isCachedModel
in interface WebsiteModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<Website>
- Specified by:
setCachedModel
in interface WebsiteModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<Website>
- Specified by:
isEscapedModel
in interface WebsiteModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<Website>
- Specified by:
setEscapedModel
in interface WebsiteModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<Website>
- Specified by:
getPrimaryKeyObj
in interface WebsiteModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<Website>
- Specified by:
getExpandoBridge
in interface WebsiteModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<Website>
- Specified by:
setExpandoBridgeAttributes
in interface WebsiteModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<Website>
- Specified by:
clone
in interface WebsiteModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(Website website)
- Specified by:
compareTo
in interface WebsiteModel
- Specified by:
compareTo
in interface java.lang.Comparable<Website>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface WebsiteModel
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
public Website toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<Website>
- Specified by:
toEscapedModel
in interface WebsiteModel
toString
public java.lang.String toString()
- Specified by:
toString
in interface WebsiteModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<Website>
- Specified by:
toXmlString
in interface WebsiteModel
getType
public ListType getType()
- Specified by:
getType
in interface Website
getWrappedWebsite
public Website getWrappedWebsite()