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.long
Returns 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.long
Returns the group ID of this layout set branch.long
Returns the layout set branch ID of this layout set branch.boolean
Returns the layout set prototype link enabled of this layout set branch.Returns the layout set prototype uuid of this layout set branch.long
Returns the logo ID of this layout set branch.boolean
Returns the master of this layout set branch.Returns the modified date of this layout set branch.long
Returns the mvcc version of this layout set branch.getName()
Returns the name of this layout set branch.long
Returns the primary key of this layout set branch.boolean
Returns 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.long
Returns 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.boolean
Returnstrue
if this layout set branch is layout set prototype link enabled.boolean
isMaster()
Returnstrue
if this layout set branch is master.boolean
Returnstrue
if this layout set branch is private layout.void
setColorSchemeId
(String colorSchemeId) Sets the color scheme ID of this layout set branch.void
setCompanyId
(long companyId) Sets the company ID of this layout set branch.void
setCreateDate
(Date createDate) Sets the create date of this layout set branch.void
Sets the css of this layout set branch.void
setDescription
(String description) Sets the description of this layout set branch.void
setGroupId
(long groupId) Sets the group ID of this layout set branch.void
setLayoutSetBranchId
(long layoutSetBranchId) Sets the layout set branch ID of this layout set branch.void
setLayoutSetPrototypeLinkEnabled
(boolean layoutSetPrototypeLinkEnabled) Sets whether this layout set branch is layout set prototype link enabled.void
setLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid) Sets the layout set prototype uuid of this layout set branch.void
setLogoId
(long logoId) Sets the logo ID of this layout set branch.void
setMaster
(boolean master) Sets whether this layout set branch is master.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this layout set branch.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this layout set branch.void
Sets the name of this layout set branch.void
setPrimaryKey
(long primaryKey) Sets the primary key of this layout set branch.void
setPrivateLayout
(boolean privateLayout) Sets whether this layout set branch is private layout.void
setSettings
(String settings) Sets the settings of this layout set branch.void
setThemeId
(String themeId) Sets the theme ID of this layout set branch.void
setUserId
(long userId) Sets the user ID of this layout set branch.void
setUserName
(String userName) Sets the user name of this layout set branch.void
setUserUuid
(String userUuid) Sets the user uuid of this layout set branch.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 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getGroupId
in 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:
setGroupId
in 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:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in 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:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in 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:
getUserId
in 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:
setUserId
in 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:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this layout set branch
-
setUserUuid
Sets the user uuid of this layout set branch.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this layout set branch
-
getUserName
Returns the user name of this layout set branch.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this layout set branch
-
setUserName
Sets the user name of this layout set branch.- Specified by:
setUserName
in 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:
getCreateDate
in interfaceAuditedModel
- Returns:
- the create date of this layout set branch
-
setCreateDate
Sets the create date of this layout set branch.- Specified by:
setCreateDate
in 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:
getModifiedDate
in interfaceAuditedModel
- Returns:
- the modified date of this layout set branch
-
setModifiedDate
Sets the modified date of this layout set branch.- Specified by:
setModifiedDate
in 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()Returnstrue
if this layout set branch is private layout.- Returns:
true
if this layout set branch is private layout;false
otherwise
-
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()Returnstrue
if this layout set branch is master.- Returns:
true
if this layout set branch is master;false
otherwise
-
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()Returnstrue
if this layout set branch is layout set prototype link enabled.- Returns:
true
if this layout set branch is layout set prototype link enabled;false
otherwise
-
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:
cloneWithOriginalValues
in interfaceBaseModel<LayoutSetBranch>
-
toXmlString
-