Package com.liferay.portal.kernel.model
Interface LayoutSetModel
- All Superinterfaces:
BaseModel<LayoutSet>
,ClassedModel
,Cloneable
,Comparable<LayoutSet>
,CTModel<LayoutSet>
,MVCCModel
,Serializable
,ShardedModel
- All Known Subinterfaces:
LayoutSet
- All Known Implementing Classes:
LayoutSetWrapper
@ProviderType
public interface LayoutSetModel
extends BaseModel<LayoutSet>, CTModel<LayoutSet>, MVCCModel, ShardedModel
The base model interface for the LayoutSet service. Represents a row in the "LayoutSet" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.LayoutSetModelImpl
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.LayoutSetImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the color scheme ID of this layout set.long
Returns the company ID of this layout set.Returns the create date of this layout set.getCss()
Returns the css of this layout set.long
Returns the ct collection ID of this layout set.long
Returns the favicon file entry ID of this layout set.long
Returns the group ID of this layout set.long
Returns the layout set ID of this layout set.boolean
Returns the layout set prototype link enabled of this layout set.Returns the layout set prototype uuid of this layout set.long
Returns the logo ID of this layout set.Returns the modified date of this layout set.long
Returns the mvcc version of this layout set.long
Returns the primary key of this layout set.boolean
Returns the private layout of this layout set.Returns the settings of this layout set.Returns the theme ID of this layout set.boolean
Returnstrue
if this layout set is layout set prototype link enabled.boolean
Returnstrue
if this layout set is private layout.void
setColorSchemeId
(String colorSchemeId) Sets the color scheme ID of this layout set.void
setCompanyId
(long companyId) Sets the company ID of this layout set.void
setCreateDate
(Date createDate) Sets the create date of this layout set.void
Sets the css of this layout set.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this layout set.void
setFaviconFileEntryId
(long faviconFileEntryId) Sets the favicon file entry ID of this layout set.void
setGroupId
(long groupId) Sets the group ID of this layout set.void
setLayoutSetId
(long layoutSetId) Sets the layout set ID of this layout set.void
setLayoutSetPrototypeLinkEnabled
(boolean layoutSetPrototypeLinkEnabled) Sets whether this layout set is layout set prototype link enabled.void
setLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid) Sets the layout set prototype uuid of this layout set.void
setLogoId
(long logoId) Sets the logo ID of this layout set.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this layout set.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this layout set.void
setPrimaryKey
(long primaryKey) Sets the primary key of this layout set.void
setPrivateLayout
(boolean privateLayout) Sets whether this layout set is private layout.void
setSettings
(String settings) Sets the settings of this layout set.void
setThemeId
(String themeId) Sets the theme ID of this layout set.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this layout set.- Specified by:
getPrimaryKey
in interfaceCTModel<LayoutSet>
- Returns:
- the primary key of this layout set
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this layout set.- Specified by:
setPrimaryKey
in interfaceCTModel<LayoutSet>
- Parameters:
primaryKey
- the primary key of this layout set
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this layout set.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this layout set
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout set.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this layout set
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this layout set.- Specified by:
getCtCollectionId
in interfaceCTModel<LayoutSet>
- Returns:
- the ct collection ID of this layout set
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout set.- Specified by:
setCtCollectionId
in interfaceCTModel<LayoutSet>
- Parameters:
ctCollectionId
- the ct collection ID of this layout set
-
getLayoutSetId
long getLayoutSetId()Returns the layout set ID of this layout set.- Returns:
- the layout set ID of this layout set
-
setLayoutSetId
void setLayoutSetId(long layoutSetId) Sets the layout set ID of this layout set.- Parameters:
layoutSetId
- the layout set ID of this layout set
-
getGroupId
long getGroupId()Returns the group ID of this layout set.- Returns:
- the group ID of this layout set
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this layout set.- Parameters:
groupId
- the group ID of this layout set
-
getCompanyId
long getCompanyId()Returns the company ID of this layout set.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this layout set
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this layout set.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this layout set
-
getCreateDate
Date getCreateDate()Returns the create date of this layout set.- Returns:
- the create date of this layout set
-
setCreateDate
Sets the create date of this layout set.- Parameters:
createDate
- the create date of this layout set
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this layout set.- Returns:
- the modified date of this layout set
-
setModifiedDate
Sets the modified date of this layout set.- Parameters:
modifiedDate
- the modified date of this layout set
-
getPrivateLayout
boolean getPrivateLayout()Returns the private layout of this layout set.- Returns:
- the private layout of this layout set
-
isPrivateLayout
boolean isPrivateLayout()Returnstrue
if this layout set is private layout.- Returns:
true
if this layout set is private layout;false
otherwise
-
setPrivateLayout
void setPrivateLayout(boolean privateLayout) Sets whether this layout set is private layout.- Parameters:
privateLayout
- the private layout of this layout set
-
getLogoId
long getLogoId()Returns the logo ID of this layout set.- Returns:
- the logo ID of this layout set
-
setLogoId
void setLogoId(long logoId) Sets the logo ID of this layout set.- Parameters:
logoId
- the logo ID of this layout set
-
getThemeId
Returns the theme ID of this layout set.- Returns:
- the theme ID of this layout set
-
setThemeId
Sets the theme ID of this layout set.- Parameters:
themeId
- the theme ID of this layout set
-
getColorSchemeId
Returns the color scheme ID of this layout set.- Returns:
- the color scheme ID of this layout set
-
setColorSchemeId
Sets the color scheme ID of this layout set.- Parameters:
colorSchemeId
- the color scheme ID of this layout set
-
getFaviconFileEntryId
long getFaviconFileEntryId()Returns the favicon file entry ID of this layout set.- Returns:
- the favicon file entry ID of this layout set
-
setFaviconFileEntryId
void setFaviconFileEntryId(long faviconFileEntryId) Sets the favicon file entry ID of this layout set.- Parameters:
faviconFileEntryId
- the favicon file entry ID of this layout set
-
getCss
Returns the css of this layout set.- Returns:
- the css of this layout set
-
setCss
Sets the css of this layout set.- Parameters:
css
- the css of this layout set
-
getSettings
Returns the settings of this layout set.- Returns:
- the settings of this layout set
-
setSettings
Sets the settings of this layout set.- Parameters:
settings
- the settings of this layout set
-
getLayoutSetPrototypeUuid
Returns the layout set prototype uuid of this layout set.- Returns:
- the layout set prototype uuid of this layout set
-
setLayoutSetPrototypeUuid
Sets the layout set prototype uuid of this layout set.- Parameters:
layoutSetPrototypeUuid
- the layout set prototype uuid of this layout set
-
getLayoutSetPrototypeLinkEnabled
boolean getLayoutSetPrototypeLinkEnabled()Returns the layout set prototype link enabled of this layout set.- Returns:
- the layout set prototype link enabled of this layout set
-
isLayoutSetPrototypeLinkEnabled
boolean isLayoutSetPrototypeLinkEnabled()Returnstrue
if this layout set is layout set prototype link enabled.- Returns:
true
if this layout set is layout set prototype link enabled;false
otherwise
-
setLayoutSetPrototypeLinkEnabled
void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) Sets whether this layout set is layout set prototype link enabled.- Parameters:
layoutSetPrototypeLinkEnabled
- the layout set prototype link enabled of this layout set
-
cloneWithOriginalValues
LayoutSet cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<LayoutSet>
-
toXmlString
-