Package com.liferay.portal.kernel.model
Interface LayoutSetBranchModel
- All Superinterfaces:
AuditedModel,BaseModel<LayoutSetBranch>,ClassedModel,Cloneable,Comparable<LayoutSetBranch>,GroupedModel,MVCCModel,Serializable,ShardedModel
- All Known Subinterfaces:
LayoutSetBranch
- All Known Implementing Classes:
LayoutSetBranchWrapper
@ProviderType
public interface LayoutSetBranchModel
extends BaseModel<LayoutSetBranch>, GroupedModel, MVCCModel, ShardedModel
The base model interface for the LayoutSetBranch service. Represents a row in the "LayoutSetBranch" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.LayoutSetBranchModelImpl 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.LayoutSetBranchImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the color scheme ID of this layout set branch.longReturns the company ID of this layout set branch.Returns the create date of this layout set branch.getCss()Returns the css of this layout set branch.Returns the description of this layout set branch.longReturns the group ID of this layout set branch.longReturns the layout set branch ID of this layout set branch.booleanReturns the layout set prototype link enabled of this layout set branch.Returns the layout set prototype uuid of this layout set branch.longReturns the logo ID of this layout set branch.booleanReturns the master of this layout set branch.Returns the modified date of this layout set branch.longReturns the mvcc version of this layout set branch.getName()Returns the name of this layout set branch.longReturns the primary key of this layout set branch.booleanReturns the private layout of this layout set branch.Returns the settings of this layout set branch.Returns the theme ID of this layout set branch.longReturns the user ID of this layout set branch.Returns the user name of this layout set branch.Returns the user uuid of this layout set branch.booleanReturnstrueif this layout set branch is layout set prototype link enabled.booleanisMaster()Returnstrueif this layout set branch is master.booleanReturnstrueif this layout set branch is private layout.voidsetColorSchemeId(String colorSchemeId) Sets the color scheme ID of this layout set branch.voidsetCompanyId(long companyId) Sets the company ID of this layout set branch.voidsetCreateDate(Date createDate) Sets the create date of this layout set branch.voidSets the css of this layout set branch.voidsetDescription(String description) Sets the description of this layout set branch.voidsetGroupId(long groupId) Sets the group ID of this layout set branch.voidsetLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this layout set branch.voidsetLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) Sets whether this layout set branch is layout set prototype link enabled.voidsetLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) Sets the layout set prototype uuid of this layout set branch.voidsetLogoId(long logoId) Sets the logo ID of this layout set branch.voidsetMaster(boolean master) Sets whether this layout set branch is master.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this layout set branch.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this layout set branch.voidSets the name of this layout set branch.voidsetPrimaryKey(long primaryKey) Sets the primary key of this layout set branch.voidsetPrivateLayout(boolean privateLayout) Sets whether this layout set branch is private layout.voidsetSettings(String settings) Sets the settings of this layout set branch.voidsetThemeId(String themeId) Sets the theme ID of this layout set branch.voidsetUserId(long userId) Sets the user ID of this layout set branch.voidsetUserName(String userName) Sets the user name of this layout set branch.voidsetUserUuid(String userUuid) Sets the user uuid of this layout set branch.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 branch.- Returns:
- the primary key of this layout set branch
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this layout set branch.- Parameters:
primaryKey- the primary key of this layout set branch
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this layout set branch.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this layout set branch
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout set branch.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this layout set branch
-
getLayoutSetBranchId
long getLayoutSetBranchId()Returns the layout set branch ID of this layout set branch.- Returns:
- the layout set branch ID of this layout set branch
-
setLayoutSetBranchId
void setLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this layout set branch.- Parameters:
layoutSetBranchId- the layout set branch ID of this layout set branch
-
getGroupId
long getGroupId()Returns the group ID of this layout set branch.- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this layout set branch
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this layout set branch.- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this layout set branch
-
getCompanyId
long getCompanyId()Returns the company ID of this layout set branch.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this layout set branch
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this layout set branch.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this layout set branch
-
getUserId
long getUserId()Returns the user ID of this layout set branch.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this layout set branch
-
setUserId
void setUserId(long userId) Sets the user ID of this layout set branch.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this layout set branch
-
getUserUuid
String getUserUuid()Returns the user uuid of this layout set branch.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this layout set branch
-
setUserUuid
Sets the user uuid of this layout set branch.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this layout set branch
-
getUserName
Returns the user name of this layout set branch.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this layout set branch
-
setUserName
Sets the user name of this layout set branch.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this layout set branch
-
getCreateDate
Date getCreateDate()Returns the create date of this layout set branch.- Specified by:
getCreateDatein interfaceAuditedModel- Returns:
- the create date of this layout set branch
-
setCreateDate
Sets the create date of this layout set branch.- Specified by:
setCreateDatein interfaceAuditedModel- Parameters:
createDate- the create date of this layout set branch
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this layout set branch.- Specified by:
getModifiedDatein interfaceAuditedModel- Returns:
- the modified date of this layout set branch
-
setModifiedDate
Sets the modified date of this layout set branch.- Specified by:
setModifiedDatein interfaceAuditedModel- Parameters:
modifiedDate- the modified date of this layout set branch
-
getPrivateLayout
boolean getPrivateLayout()Returns the private layout of this layout set branch.- Returns:
- the private layout of this layout set branch
-
isPrivateLayout
boolean isPrivateLayout()Returnstrueif this layout set branch is private layout.- Returns:
trueif this layout set branch is private layout;falseotherwise
-
setPrivateLayout
void setPrivateLayout(boolean privateLayout) Sets whether this layout set branch is private layout.- Parameters:
privateLayout- the private layout of this layout set branch
-
getName
Returns the name of this layout set branch.- Returns:
- the name of this layout set branch
-
setName
Sets the name of this layout set branch.- Parameters:
name- the name of this layout set branch
-
getDescription
Returns the description of this layout set branch.- Returns:
- the description of this layout set branch
-
setDescription
Sets the description of this layout set branch.- Parameters:
description- the description of this layout set branch
-
getMaster
boolean getMaster()Returns the master of this layout set branch.- Returns:
- the master of this layout set branch
-
isMaster
boolean isMaster()Returnstrueif this layout set branch is master.- Returns:
trueif this layout set branch is master;falseotherwise
-
setMaster
void setMaster(boolean master) Sets whether this layout set branch is master.- Parameters:
master- the master of this layout set branch
-
getLogoId
long getLogoId()Returns the logo ID of this layout set branch.- Returns:
- the logo ID of this layout set branch
-
setLogoId
void setLogoId(long logoId) Sets the logo ID of this layout set branch.- Parameters:
logoId- the logo ID of this layout set branch
-
getThemeId
Returns the theme ID of this layout set branch.- Returns:
- the theme ID of this layout set branch
-
setThemeId
Sets the theme ID of this layout set branch.- Parameters:
themeId- the theme ID of this layout set branch
-
getColorSchemeId
Returns the color scheme ID of this layout set branch.- Returns:
- the color scheme ID of this layout set branch
-
setColorSchemeId
Sets the color scheme ID of this layout set branch.- Parameters:
colorSchemeId- the color scheme ID of this layout set branch
-
getCss
Returns the css of this layout set branch.- Returns:
- the css of this layout set branch
-
setCss
Sets the css of this layout set branch.- Parameters:
css- the css of this layout set branch
-
getSettings
Returns the settings of this layout set branch.- Returns:
- the settings of this layout set branch
-
setSettings
Sets the settings of this layout set branch.- Parameters:
settings- the settings of this layout set branch
-
getLayoutSetPrototypeUuid
Returns the layout set prototype uuid of this layout set branch.- Returns:
- the layout set prototype uuid of this layout set branch
-
setLayoutSetPrototypeUuid
Sets the layout set prototype uuid of this layout set branch.- Parameters:
layoutSetPrototypeUuid- the layout set prototype uuid of this layout set branch
-
getLayoutSetPrototypeLinkEnabled
boolean getLayoutSetPrototypeLinkEnabled()Returns the layout set prototype link enabled of this layout set branch.- Returns:
- the layout set prototype link enabled of this layout set branch
-
isLayoutSetPrototypeLinkEnabled
boolean isLayoutSetPrototypeLinkEnabled()Returnstrueif this layout set branch is layout set prototype link enabled.- Returns:
trueif this layout set branch is layout set prototype link enabled;falseotherwise
-
setLayoutSetPrototypeLinkEnabled
void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) Sets whether this layout set branch is layout set prototype link enabled.- Parameters:
layoutSetPrototypeLinkEnabled- the layout set prototype link enabled of this layout set branch
-
cloneWithOriginalValues
LayoutSetBranch cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<LayoutSetBranch>
-
toXmlString
-