@ProviderType public interface LayoutSetVersionModel extends BaseModel<LayoutSetVersion>, ShardedModel, VersionModel<LayoutSet>
This interface and its corresponding implementation com.liferay.portal.model.impl.LayoutSetVersionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.LayoutSetVersionImpl.
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.
|
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.
|
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 |
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 |
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.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetVersionedModelId, populateVersionedModel, setVersionedModelId, toVersionedModellong getPrimaryKey()
getPrimaryKey in interface VersionModel<LayoutSet>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface VersionModel<LayoutSet>primaryKey - the primary key of this layout set versionlong getLayoutSetVersionId()
void setLayoutSetVersionId(long layoutSetVersionId)
layoutSetVersionId - the layout set version ID of this layout set versionint getVersion()
getVersion in interface VersionModel<LayoutSet>void setVersion(int version)
setVersion in interface VersionModel<LayoutSet>version - the version of this layout set versionlong getLayoutSetId()
void setLayoutSetId(long layoutSetId)
layoutSetId - the layout set ID of this layout set versionlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this layout set versionlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this layout set versionDate getCreateDate()
void setCreateDate(Date createDate)
createDate - the create date of this layout set versionDate getModifiedDate()
void setModifiedDate(Date modifiedDate)
modifiedDate - the modified date of this layout set versionboolean getPrivateLayout()
boolean isPrivateLayout()
true if this layout set version is private layout.true if this layout set version is private layout; false otherwisevoid setPrivateLayout(boolean privateLayout)
privateLayout - the private layout of this layout set versionlong getLogoId()
void setLogoId(long logoId)
logoId - the logo ID of this layout set version@AutoEscape String getThemeId()
void setThemeId(String themeId)
themeId - the theme ID of this layout set version@AutoEscape String getColorSchemeId()
void setColorSchemeId(String colorSchemeId)
colorSchemeId - the color scheme ID of this layout set version@AutoEscape String getCss()
void setCss(String css)
css - the css of this layout set versionint getPageCount()
void setPageCount(int pageCount)
pageCount - the page count of this layout set version@AutoEscape String getSettings()
void setSettings(String settings)
settings - the settings of this layout set version@AutoEscape String getLayoutSetPrototypeUuid()
void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
layoutSetPrototypeUuid - the layout set prototype uuid of this layout set versionboolean getLayoutSetPrototypeLinkEnabled()
boolean isLayoutSetPrototypeLinkEnabled()
true if this layout set version is layout set prototype link enabled.true if this layout set version is layout set prototype link enabled; false otherwisevoid setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
layoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout set version