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.longReturns the company ID of this layout set.Returns the create date of this layout set.getCss()Returns the css of this layout set.longReturns the ct collection ID of this layout set.longReturns the favicon file entry ID of this layout set.longReturns the group ID of this layout set.longReturns the layout set ID of this layout set.booleanReturns the layout set prototype link enabled of this layout set.Returns the layout set prototype uuid of this layout set.longReturns the logo ID of this layout set.Returns the modified date of this layout set.longReturns the mvcc version of this layout set.longReturns the primary key of this layout set.booleanReturns the private layout of this layout set.Returns the settings of this layout set.Returns the theme ID of this layout set.booleanReturnstrueif this layout set is layout set prototype link enabled.booleanReturnstrueif this layout set is private layout.voidsetColorSchemeId(String colorSchemeId) Sets the color scheme ID of this layout set.voidsetCompanyId(long companyId) Sets the company ID of this layout set.voidsetCreateDate(Date createDate) Sets the create date of this layout set.voidSets the css of this layout set.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout set.voidsetFaviconFileEntryId(long faviconFileEntryId) Sets the favicon file entry ID of this layout set.voidsetGroupId(long groupId) Sets the group ID of this layout set.voidsetLayoutSetId(long layoutSetId) Sets the layout set ID of this layout set.voidsetLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) Sets whether this layout set is layout set prototype link enabled.voidsetLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) Sets the layout set prototype uuid of this layout set.voidsetLogoId(long logoId) Sets the logo ID of this layout set.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this layout set.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this layout set.voidsetPrimaryKey(long primaryKey) Sets the primary key of this layout set.voidsetPrivateLayout(boolean privateLayout) Sets whether this layout set is private layout.voidsetSettings(String settings) Sets the settings of this layout set.voidsetThemeId(String themeId) Sets the theme ID of this layout set.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this layout set.- Specified by:
getPrimaryKeyin 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:
setPrimaryKeyin interfaceCTModel<LayoutSet>- Parameters:
primaryKey- the primary key of this layout set
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this layout set.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this layout set
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout set.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this layout set
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this layout set.- Specified by:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this layout set
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this layout set.- Specified by:
setCompanyIdin 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()Returnstrueif this layout set is private layout.- Returns:
trueif this layout set is private layout;falseotherwise
-
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()Returnstrueif this layout set is layout set prototype link enabled.- Returns:
trueif this layout set is layout set prototype link enabled;falseotherwise
-
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:
cloneWithOriginalValuesin interfaceBaseModel<LayoutSet>
-
toXmlString
-