public class WebsiteWrapper extends BaseModelWrapper<Website> implements ModelWrapper<Website>, Website
This class is a wrapper for Website.
Website,
Serialized FormmodelWEBSITE_ID_ACCESSOR| Constructor and Description |
|---|
WebsiteWrapper(Website website) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the fully qualified class name of this website.
|
long |
getClassNameId()
Returns the class name ID of this website.
|
long |
getClassPK()
Returns the class pk of this website.
|
long |
getCompanyId()
Returns the company ID of this website.
|
Date |
getCreateDate()
Returns the create date of this website.
|
Date |
getLastPublishDate()
Returns the last publish date of this website.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this website.
|
long |
getMvccVersion()
Returns the mvcc version of this website.
|
boolean |
getPrimary()
Returns the primary of this website.
|
long |
getPrimaryKey()
Returns the primary key of this website.
|
StagedModelType |
getStagedModelType() |
ListType |
getType() |
long |
getTypeId()
Returns the type ID of this website.
|
String |
getUrl()
Returns the url of this website.
|
long |
getUserId()
Returns the user ID of this website.
|
String |
getUserName()
Returns the user name of this website.
|
String |
getUserUuid()
Returns the user uuid of this website.
|
String |
getUuid()
Returns the uuid of this website.
|
long |
getWebsiteId()
Returns the website ID of this website.
|
boolean |
isPrimary()
Returns
true if this website is primary. |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this website.
|
void |
setClassPK(long classPK)
Sets the class pk of this website.
|
void |
setCompanyId(long companyId)
Sets the company ID of this website.
|
void |
setCreateDate(Date createDate)
Sets the create date of this website.
|
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this website.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this website.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this website.
|
void |
setPrimary(boolean primary)
Sets whether this website is primary.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this website.
|
void |
setTypeId(long typeId)
Sets the type ID of this website.
|
void |
setUrl(String url)
Sets the url of this website.
|
void |
setUserId(long userId)
Sets the user ID of this website.
|
void |
setUserName(String userName)
Sets the user name of this website.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this website.
|
void |
setUuid(String uuid)
Sets the uuid of this website.
|
void |
setWebsiteId(long websiteId)
Sets the website ID of this website.
|
protected WebsiteWrapper |
wrap(Website website) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamepublic WebsiteWrapper(Website website)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<Website>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<Website>public String getClassName()
getClassName in interface TypedModelgetClassName in interface WebsiteModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface WebsiteModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface WebsiteModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface WebsiteModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface WebsiteModelpublic Date getLastPublishDate()
getLastPublishDate in interface WebsiteModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface WebsiteModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface WebsiteModelpublic boolean getPrimary()
getPrimary in interface WebsiteModelpublic long getPrimaryKey()
getPrimaryKey in interface WebsiteModelpublic ListType getType() throws PortalException
getType in interface WebsitePortalExceptionpublic long getTypeId()
getTypeId in interface WebsiteModelpublic String getUrl()
getUrl in interface WebsiteModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface WebsiteModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface WebsiteModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface WebsiteModelpublic String getUuid()
getUuid in interface StagedModelgetUuid in interface WebsiteModelpublic long getWebsiteId()
getWebsiteId in interface WebsiteModelpublic boolean isPrimary()
true if this website is primary.isPrimary in interface WebsiteModeltrue if this website is primary; false otherwisepublic void persist()
Website interface instead.persist in interface PersistedModelpublic void setClassName(String className)
setClassName in interface WebsiteModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface WebsiteModelclassNameId - the class name ID of this websitepublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface WebsiteModelclassPK - the class pk of this websitepublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface WebsiteModelcompanyId - the company ID of this websitepublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface WebsiteModelcreateDate - the create date of this websitepublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface WebsiteModellastPublishDate - the last publish date of this websitepublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface WebsiteModelmodifiedDate - the modified date of this websitepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface WebsiteModelmvccVersion - the mvcc version of this websitepublic void setPrimary(boolean primary)
setPrimary in interface WebsiteModelprimary - the primary of this websitepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface WebsiteModelprimaryKey - the primary key of this websitepublic void setTypeId(long typeId)
setTypeId in interface WebsiteModeltypeId - the type ID of this websitepublic void setUrl(String url)
setUrl in interface WebsiteModelurl - the url of this websitepublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface WebsiteModeluserId - the user ID of this websitepublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface WebsiteModeluserName - the user name of this websitepublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface WebsiteModeluserUuid - the user uuid of this websitepublic void setUuid(String uuid)
setUuid in interface StagedModelsetUuid in interface WebsiteModeluuid - the uuid of this websitepublic void setWebsiteId(long websiteId)
setWebsiteId in interface WebsiteModelwebsiteId - the website ID of this websitepublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected WebsiteWrapper wrap(Website website)
wrap in class BaseModelWrapper<Website>