public class LayoutBranchWrapper extends BaseModelWrapper<LayoutBranch> implements LayoutBranch, ModelWrapper<LayoutBranch>
This class is a wrapper for LayoutBranch.
LayoutBranch,
Serialized FormmodelLAYOUT_BRANCH_ID_ACCESSOR| Constructor and Description |
|---|
LayoutBranchWrapper(LayoutBranch layoutBranch) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this layout branch.
|
String |
getDescription()
Returns the description of this layout branch.
|
long |
getGroupId()
Returns the group ID of this layout branch.
|
long |
getLayoutBranchId()
Returns the layout branch ID of this layout branch.
|
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this layout branch.
|
boolean |
getMaster()
Returns the master of this layout branch.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this layout branch.
|
String |
getName()
Returns the name of this layout branch.
|
long |
getPlid()
Returns the plid of this layout branch.
|
long |
getPrimaryKey()
Returns the primary key of this layout branch.
|
long |
getUserId()
Returns the user ID of this layout branch.
|
String |
getUserName()
Returns the user name of this layout branch.
|
String |
getUserUuid()
Returns the user uuid of this layout branch.
|
boolean |
isMaster()
Returns
true if this layout branch is master. |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setCompanyId(long companyId)
Sets the company ID of this layout branch.
|
void |
setDescription(String description)
Sets the description of this layout branch.
|
void |
setGroupId(long groupId)
Sets the group ID of this layout branch.
|
void |
setLayoutBranchId(long layoutBranchId)
Sets the layout branch ID of this layout branch.
|
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this layout branch.
|
void |
setMaster(boolean master)
Sets whether this layout branch is master.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout branch.
|
void |
setName(String name)
Sets the name of this layout branch.
|
void |
setPlid(long plid)
Sets the plid of this layout branch.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout branch.
|
void |
setUserId(long userId)
Sets the user ID of this layout branch.
|
void |
setUserName(String userName)
Sets the user name of this layout branch.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout branch.
|
protected LayoutBranchWrapper |
wrap(LayoutBranch layoutBranch) |
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, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic LayoutBranchWrapper(LayoutBranch layoutBranch)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutBranch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutBranch>public long getCompanyId()
getCompanyId in interface LayoutBranchModelgetCompanyId in interface ShardedModelpublic String getDescription()
getDescription in interface LayoutBranchModelpublic long getGroupId()
getGroupId in interface LayoutBranchModelpublic long getLayoutBranchId()
getLayoutBranchId in interface LayoutBranchModelpublic long getLayoutSetBranchId()
getLayoutSetBranchId in interface LayoutBranchModelpublic boolean getMaster()
getMaster in interface LayoutBranchModelpublic long getMvccVersion()
getMvccVersion in interface LayoutBranchModelgetMvccVersion in interface MVCCModelpublic String getName()
getName in interface LayoutBranchModelpublic long getPlid()
getPlid in interface LayoutBranchModelpublic long getPrimaryKey()
getPrimaryKey in interface LayoutBranchModelpublic long getUserId()
getUserId in interface LayoutBranchModelpublic String getUserName()
getUserName in interface LayoutBranchModelpublic String getUserUuid()
getUserUuid in interface LayoutBranchModelpublic boolean isMaster()
true if this layout branch is master.isMaster in interface LayoutBranchModeltrue if this layout branch is master; false otherwisepublic void persist()
LayoutBranch interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutBranchModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this layout branchpublic void setDescription(String description)
setDescription in interface LayoutBranchModeldescription - the description of this layout branchpublic void setGroupId(long groupId)
setGroupId in interface LayoutBranchModelgroupId - the group ID of this layout branchpublic void setLayoutBranchId(long layoutBranchId)
setLayoutBranchId in interface LayoutBranchModellayoutBranchId - the layout branch ID of this layout branchpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId in interface LayoutBranchModellayoutSetBranchId - the layout set branch ID of this layout branchpublic void setMaster(boolean master)
setMaster in interface LayoutBranchModelmaster - the master of this layout branchpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface LayoutBranchModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout branchpublic void setName(String name)
setName in interface LayoutBranchModelname - the name of this layout branchpublic void setPlid(long plid)
setPlid in interface LayoutBranchModelplid - the plid of this layout branchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutBranchModelprimaryKey - the primary key of this layout branchpublic void setUserId(long userId)
setUserId in interface LayoutBranchModeluserId - the user ID of this layout branchpublic void setUserName(String userName)
setUserName in interface LayoutBranchModeluserName - the user name of this layout branchpublic void setUserUuid(String userUuid)
setUserUuid in interface LayoutBranchModeluserUuid - the user uuid of this layout branchprotected LayoutBranchWrapper wrap(LayoutBranch layoutBranch)
wrap in class BaseModelWrapper<LayoutBranch>