public class LayoutSetVersionWrapper extends BaseModelWrapper<LayoutSetVersion> implements LayoutSetVersion, ModelWrapper<LayoutSetVersion>
This class is a wrapper for LayoutSetVersion.
LayoutSetVersion,
Serialized FormmodelLAYOUT_SET_VERSION_ID_ACCESSOR| Constructor and Description |
|---|
LayoutSetVersionWrapper(LayoutSetVersion layoutSetVersion) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorSchemeId()
Returns the color scheme ID of this layout set version.
|
long |
getCompanyId()
Returns the company ID of this layout set version.
|
Date |
getCreateDate()
Returns the create date of this layout set version.
|
String |
getCss()
Returns the css of this layout set version.
|
long |
getGroupId()
Returns the group ID of this layout set version.
|
long |
getLayoutSetId()
Returns the layout set ID of this layout set version.
|
boolean |
getLayoutSetPrototypeLinkEnabled()
Returns the layout set prototype link enabled of this layout set version.
|
String |
getLayoutSetPrototypeUuid()
Returns the layout set prototype uuid of this layout set version.
|
long |
getLayoutSetVersionId()
Returns the layout set version ID of this layout set version.
|
long |
getLogoId()
Returns the logo ID of this layout set version.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this layout set version.
|
int |
getPageCount()
Returns the page count of this layout set version.
|
long |
getPrimaryKey()
Returns the primary key of this layout set version.
|
boolean |
getPrivateLayout()
Returns the private layout of this layout set version.
|
String |
getSettings()
Returns the settings of this layout set version.
|
String |
getThemeId()
Returns the theme ID of this layout set version.
|
int |
getVersion()
Returns the version of this layout set version.
|
long |
getVersionedModelId() |
boolean |
isLayoutSetPrototypeLinkEnabled()
Returns
true if this layout set version is layout set prototype link enabled. |
boolean |
isPrivateLayout()
Returns
true if this layout set version is private layout. |
void |
populateVersionedModel(LayoutSet layoutSet) |
void |
setColorSchemeId(String colorSchemeId)
Sets the color scheme ID of this layout set version.
|
void |
setCompanyId(long companyId)
Sets the company ID of this layout set version.
|
void |
setCreateDate(Date createDate)
Sets the create date of this layout set version.
|
void |
setCss(String css)
Sets the css of this layout set version.
|
void |
setGroupId(long groupId)
Sets the group ID of this layout set version.
|
void |
setLayoutSetId(long layoutSetId)
Sets the layout set ID of this layout set version.
|
void |
setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
Sets whether this layout set version is layout set prototype link enabled.
|
void |
setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Sets the layout set prototype uuid of this layout set version.
|
void |
setLayoutSetVersionId(long layoutSetVersionId)
Sets the layout set version ID of this layout set version.
|
void |
setLogoId(long logoId)
Sets the logo ID of this layout set version.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout set version.
|
void |
setPageCount(int pageCount)
Sets the page count of this layout set version.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout set version.
|
void |
setPrivateLayout(boolean privateLayout)
Sets whether this layout set version is private layout.
|
void |
setSettings(String settings)
Sets the settings of this layout set version.
|
void |
setThemeId(String themeId)
Sets the theme ID of this layout set version.
|
void |
setVersion(int version)
Sets the version of this layout set version.
|
void |
setVersionedModelId(long id) |
LayoutSet |
toVersionedModel() |
protected LayoutSetVersionWrapper |
wrap(LayoutSetVersion layoutSetVersion) |
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, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic LayoutSetVersionWrapper(LayoutSetVersion layoutSetVersion)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutSetVersion>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutSetVersion>public String getColorSchemeId()
getColorSchemeId in interface LayoutSetVersionModelpublic long getCompanyId()
getCompanyId in interface LayoutSetVersionModelgetCompanyId in interface ShardedModelpublic Date getCreateDate()
getCreateDate in interface LayoutSetVersionModelpublic String getCss()
getCss in interface LayoutSetVersionModelpublic long getGroupId()
getGroupId in interface LayoutSetVersionModelpublic long getLayoutSetId()
getLayoutSetId in interface LayoutSetVersionModelpublic boolean getLayoutSetPrototypeLinkEnabled()
getLayoutSetPrototypeLinkEnabled in interface LayoutSetVersionModelpublic String getLayoutSetPrototypeUuid()
getLayoutSetPrototypeUuid in interface LayoutSetVersionModelpublic long getLayoutSetVersionId()
getLayoutSetVersionId in interface LayoutSetVersionModelpublic long getLogoId()
getLogoId in interface LayoutSetVersionModelpublic Date getModifiedDate()
getModifiedDate in interface LayoutSetVersionModelpublic int getPageCount()
getPageCount in interface LayoutSetVersionModelpublic long getPrimaryKey()
getPrimaryKey in interface LayoutSetVersionModelgetPrimaryKey in interface VersionModel<LayoutSet>public boolean getPrivateLayout()
getPrivateLayout in interface LayoutSetVersionModelpublic String getSettings()
getSettings in interface LayoutSetVersionModelpublic String getThemeId()
getThemeId in interface LayoutSetVersionModelpublic int getVersion()
getVersion in interface LayoutSetVersionModelgetVersion in interface VersionModel<LayoutSet>public boolean isLayoutSetPrototypeLinkEnabled()
true if this layout set version is layout set prototype link enabled.isLayoutSetPrototypeLinkEnabled in interface LayoutSetVersionModeltrue if this layout set version is layout set prototype link enabled; false otherwisepublic boolean isPrivateLayout()
true if this layout set version is private layout.isPrivateLayout in interface LayoutSetVersionModeltrue if this layout set version is private layout; false otherwisepublic void setColorSchemeId(String colorSchemeId)
setColorSchemeId in interface LayoutSetVersionModelcolorSchemeId - the color scheme ID of this layout set versionpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutSetVersionModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this layout set versionpublic void setCreateDate(Date createDate)
setCreateDate in interface LayoutSetVersionModelcreateDate - the create date of this layout set versionpublic void setCss(String css)
setCss in interface LayoutSetVersionModelcss - the css of this layout set versionpublic void setGroupId(long groupId)
setGroupId in interface LayoutSetVersionModelgroupId - the group ID of this layout set versionpublic void setLayoutSetId(long layoutSetId)
setLayoutSetId in interface LayoutSetVersionModellayoutSetId - the layout set ID of this layout set versionpublic void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
setLayoutSetPrototypeLinkEnabled in interface LayoutSetVersionModellayoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout set versionpublic void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
setLayoutSetPrototypeUuid in interface LayoutSetVersionModellayoutSetPrototypeUuid - the layout set prototype uuid of this layout set versionpublic void setLayoutSetVersionId(long layoutSetVersionId)
setLayoutSetVersionId in interface LayoutSetVersionModellayoutSetVersionId - the layout set version ID of this layout set versionpublic void setLogoId(long logoId)
setLogoId in interface LayoutSetVersionModellogoId - the logo ID of this layout set versionpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface LayoutSetVersionModelmodifiedDate - the modified date of this layout set versionpublic void setPageCount(int pageCount)
setPageCount in interface LayoutSetVersionModelpageCount - the page count of this layout set versionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutSetVersionModelsetPrimaryKey in interface VersionModel<LayoutSet>primaryKey - the primary key of this layout set versionpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface LayoutSetVersionModelprivateLayout - the private layout of this layout set versionpublic void setSettings(String settings)
setSettings in interface LayoutSetVersionModelsettings - the settings of this layout set versionpublic void setThemeId(String themeId)
setThemeId in interface LayoutSetVersionModelthemeId - the theme ID of this layout set versionpublic void setVersion(int version)
setVersion in interface LayoutSetVersionModelsetVersion in interface VersionModel<LayoutSet>version - the version of this layout set versionpublic long getVersionedModelId()
getVersionedModelId in interface VersionModel<LayoutSet>public void setVersionedModelId(long id)
setVersionedModelId in interface VersionModel<LayoutSet>public void populateVersionedModel(LayoutSet layoutSet)
populateVersionedModel in interface VersionModel<LayoutSet>public LayoutSet toVersionedModel()
toVersionedModel in interface VersionModel<LayoutSet>protected LayoutSetVersionWrapper wrap(LayoutSetVersion layoutSetVersion)
wrap in class BaseModelWrapper<LayoutSetVersion>