public class LayoutSetBranchWrapper extends BaseModelWrapper<LayoutSetBranch> implements LayoutSetBranch, ModelWrapper<LayoutSetBranch>
This class is a wrapper for LayoutSetBranch.
LayoutSetBranch,
Serialized FormmodelLAYOUT_SET_BRANCH_ID_ACCESSOR| Constructor and Description |
|---|
LayoutSetBranchWrapper(LayoutSetBranch layoutSetBranch) |
| Modifier and Type | Method and Description |
|---|---|
LayoutSetBranch |
cloneWithOriginalValues() |
ColorScheme |
getColorScheme() |
String |
getColorSchemeId()
Returns the color scheme ID of this layout set branch.
|
long |
getCompanyId()
Returns the company ID of this layout set branch.
|
Date |
getCreateDate()
Returns the create date of this layout set branch.
|
String |
getCss()
Returns the css of this layout set branch.
|
String |
getDescription()
Returns the description of this layout set branch.
|
Group |
getGroup() |
long |
getGroupId()
Returns the group ID of this layout set branch.
|
LayoutSet |
getLayoutSet() |
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this layout set branch.
|
boolean |
getLayoutSetPrototypeLinkEnabled()
Returns the layout set prototype link enabled of this layout set branch.
|
String |
getLayoutSetPrototypeUuid()
Returns the layout set prototype uuid of this layout set branch.
|
long |
getLiveLogoId() |
boolean |
getLogo() |
long |
getLogoId()
Returns the logo ID of this layout set branch.
|
boolean |
getMaster()
Returns the master of this layout set branch.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this layout set branch.
|
long |
getMvccVersion()
Returns the mvcc version of this layout set branch.
|
String |
getName()
Returns the name of this layout set branch.
|
long |
getPrimaryKey()
Returns the primary key of this layout set branch.
|
boolean |
getPrivateLayout()
Returns the private layout of this layout set branch.
|
String |
getSettings()
Returns the settings of this layout set branch.
|
UnicodeProperties |
getSettingsProperties() |
String |
getSettingsProperty(String key) |
Theme |
getTheme() |
String |
getThemeId()
Returns the theme ID of this layout set branch.
|
String |
getThemeSetting(String key,
String device) |
long |
getUserId()
Returns the user ID of this layout set branch.
|
String |
getUserName()
Returns the user name of this layout set branch.
|
String |
getUserUuid()
Returns the user uuid of this layout set branch.
|
boolean |
isLayoutSetPrototypeLinkActive() |
boolean |
isLayoutSetPrototypeLinkEnabled()
Returns
true if this layout set branch is layout set prototype link enabled. |
boolean |
isLogo() |
boolean |
isMaster()
Returns
true if this layout set branch is master. |
boolean |
isPrivateLayout()
Returns
true if this layout set branch is private layout. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
setCss(String css)
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 |
setModelAttributes(Map<String,Object> attributes) |
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 |
setName(String name)
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 |
setSettingsProperties(UnicodeProperties settingsUnicodeProperties) |
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.
|
protected LayoutSetBranchWrapper |
wrap(LayoutSetBranch layoutSetBranch) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic LayoutSetBranchWrapper(LayoutSetBranch layoutSetBranch)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutSetBranch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutSetBranch>public LayoutSetBranch cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<LayoutSetBranch>cloneWithOriginalValues in interface LayoutSetBranchModelpublic ColorScheme getColorScheme()
getColorScheme in interface LayoutSetBranchpublic String getColorSchemeId()
getColorSchemeId in interface LayoutSetBranchModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutSetBranchModelgetCompanyId in interface ShardedModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutSetBranchModelpublic String getCss()
getCss in interface LayoutSetBranchModelpublic String getDescription()
getDescription in interface LayoutSetBranchModelpublic Group getGroup() throws PortalException
getGroup in interface LayoutSetBranchPortalExceptionpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface LayoutSetBranchModelpublic LayoutSet getLayoutSet()
getLayoutSet in interface LayoutSetBranchpublic long getLayoutSetBranchId()
getLayoutSetBranchId in interface LayoutSetBranchModelpublic boolean getLayoutSetPrototypeLinkEnabled()
getLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModelpublic String getLayoutSetPrototypeUuid()
getLayoutSetPrototypeUuid in interface LayoutSetBranchModelpublic long getLiveLogoId()
getLiveLogoId in interface LayoutSetBranchpublic boolean getLogo()
getLogo in interface LayoutSetBranchpublic long getLogoId()
getLogoId in interface LayoutSetBranchModelpublic boolean getMaster()
getMaster in interface LayoutSetBranchModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutSetBranchModelpublic long getMvccVersion()
getMvccVersion in interface LayoutSetBranchModelgetMvccVersion in interface MVCCModelpublic String getName()
getName in interface LayoutSetBranchModelpublic long getPrimaryKey()
getPrimaryKey in interface LayoutSetBranchModelpublic boolean getPrivateLayout()
getPrivateLayout in interface LayoutSetBranchModelpublic String getSettings()
getSettings in interface LayoutSetBranchModelpublic UnicodeProperties getSettingsProperties()
getSettingsProperties in interface LayoutSetBranchpublic String getSettingsProperty(String key)
getSettingsProperty in interface LayoutSetBranchpublic Theme getTheme()
getTheme in interface LayoutSetBranchpublic String getThemeId()
getThemeId in interface LayoutSetBranchModelpublic String getThemeSetting(String key,
String device)
getThemeSetting in interface LayoutSetBranchpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface LayoutSetBranchModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface LayoutSetBranchModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutSetBranchModelpublic boolean isLayoutSetPrototypeLinkActive()
isLayoutSetPrototypeLinkActive in interface LayoutSetBranchpublic boolean isLayoutSetPrototypeLinkEnabled()
true if this layout set branch is layout set prototype link enabled.isLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModeltrue if this layout set branch is layout set prototype link enabled; false otherwisepublic boolean isLogo()
isLogo in interface LayoutSetBranchpublic boolean isMaster()
true if this layout set branch is master.isMaster in interface LayoutSetBranchModeltrue if this layout set branch is master; false otherwisepublic boolean isPrivateLayout()
true if this layout set branch is private layout.isPrivateLayout in interface LayoutSetBranchModeltrue if this layout set branch is private layout; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setColorSchemeId(String colorSchemeId)
setColorSchemeId in interface LayoutSetBranchModelcolorSchemeId - the color scheme ID of this layout set branchpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutSetBranchModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this layout set branchpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutSetBranchModelcreateDate - the create date of this layout set branchpublic void setCss(String css)
setCss in interface LayoutSetBranchModelcss - the css of this layout set branchpublic void setDescription(String description)
setDescription in interface LayoutSetBranchModeldescription - the description of this layout set branchpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface LayoutSetBranchModelgroupId - the group ID of this layout set branchpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId in interface LayoutSetBranchModellayoutSetBranchId - the layout set branch ID of this layout set branchpublic void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
setLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModellayoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout set branchpublic void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
setLayoutSetPrototypeUuid in interface LayoutSetBranchModellayoutSetPrototypeUuid - the layout set prototype uuid of this layout set branchpublic void setLogoId(long logoId)
setLogoId in interface LayoutSetBranchModellogoId - the logo ID of this layout set branchpublic void setMaster(boolean master)
setMaster in interface LayoutSetBranchModelmaster - the master of this layout set branchpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutSetBranchModelmodifiedDate - the modified date of this layout set branchpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface LayoutSetBranchModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout set branchpublic void setName(String name)
setName in interface LayoutSetBranchModelname - the name of this layout set branchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutSetBranchModelprimaryKey - the primary key of this layout set branchpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface LayoutSetBranchModelprivateLayout - the private layout of this layout set branchpublic void setSettings(String settings)
setSettings in interface LayoutSetBranchModelsettings - the settings of this layout set branchpublic void setSettingsProperties(UnicodeProperties settingsUnicodeProperties)
setSettingsProperties in interface LayoutSetBranchpublic void setThemeId(String themeId)
setThemeId in interface LayoutSetBranchModelthemeId - the theme ID of this layout set branchpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface LayoutSetBranchModeluserId - the user ID of this layout set branchpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface LayoutSetBranchModeluserName - the user name of this layout set branchpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutSetBranchModeluserUuid - the user uuid of this layout set branchprotected LayoutSetBranchWrapper wrap(LayoutSetBranch layoutSetBranch)
wrap in class BaseModelWrapper<LayoutSetBranch>