public class RecentLayoutBranchWrapper extends BaseModelWrapper<RecentLayoutBranch> implements ModelWrapper<RecentLayoutBranch>, RecentLayoutBranch
This class is a wrapper for RecentLayoutBranch.
RecentLayoutBranch,
Serialized FormmodelRECENT_LAYOUT_BRANCH_ID_ACCESSOR| Constructor and Description |
|---|
RecentLayoutBranchWrapper(RecentLayoutBranch recentLayoutBranch) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this recent layout branch.
|
long |
getGroupId()
Returns the group ID of this recent layout branch.
|
long |
getLayoutBranchId()
Returns the layout branch ID of this recent layout branch.
|
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this recent layout branch.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this recent layout branch.
|
long |
getPlid()
Returns the plid of this recent layout branch.
|
long |
getPrimaryKey()
Returns the primary key of this recent layout branch.
|
long |
getRecentLayoutBranchId()
Returns the recent layout branch ID of this recent layout branch.
|
long |
getUserId()
Returns the user ID of this recent layout branch.
|
String |
getUserUuid()
Returns the user uuid of this recent layout branch.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setCompanyId(long companyId)
Sets the company ID of this recent layout branch.
|
void |
setGroupId(long groupId)
Sets the group ID of this recent layout branch.
|
void |
setLayoutBranchId(long layoutBranchId)
Sets the layout branch ID of this recent layout branch.
|
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this recent layout branch.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this recent layout branch.
|
void |
setPlid(long plid)
Sets the plid of this recent layout branch.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this recent layout branch.
|
void |
setRecentLayoutBranchId(long recentLayoutBranchId)
Sets the recent layout branch ID of this recent layout branch.
|
void |
setUserId(long userId)
Sets the user ID of this recent layout branch.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this recent layout branch.
|
protected RecentLayoutBranchWrapper |
wrap(RecentLayoutBranch recentLayoutBranch) |
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, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic RecentLayoutBranchWrapper(RecentLayoutBranch recentLayoutBranch)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<RecentLayoutBranch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<RecentLayoutBranch>public long getCompanyId()
getCompanyId in interface RecentLayoutBranchModelgetCompanyId in interface ShardedModelpublic long getGroupId()
getGroupId in interface RecentLayoutBranchModelpublic long getLayoutBranchId()
getLayoutBranchId in interface RecentLayoutBranchModelpublic long getLayoutSetBranchId()
getLayoutSetBranchId in interface RecentLayoutBranchModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface RecentLayoutBranchModelpublic long getPlid()
getPlid in interface RecentLayoutBranchModelpublic long getPrimaryKey()
getPrimaryKey in interface RecentLayoutBranchModelpublic long getRecentLayoutBranchId()
getRecentLayoutBranchId in interface RecentLayoutBranchModelpublic long getUserId()
getUserId in interface RecentLayoutBranchModelpublic String getUserUuid()
getUserUuid in interface RecentLayoutBranchModelpublic void persist()
RecentLayoutBranch interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface RecentLayoutBranchModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this recent layout branchpublic void setGroupId(long groupId)
setGroupId in interface RecentLayoutBranchModelgroupId - the group ID of this recent layout branchpublic void setLayoutBranchId(long layoutBranchId)
setLayoutBranchId in interface RecentLayoutBranchModellayoutBranchId - the layout branch ID of this recent layout branchpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId in interface RecentLayoutBranchModellayoutSetBranchId - the layout set branch ID of this recent layout branchpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface RecentLayoutBranchModelmvccVersion - the mvcc version of this recent layout branchpublic void setPlid(long plid)
setPlid in interface RecentLayoutBranchModelplid - the plid of this recent layout branchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface RecentLayoutBranchModelprimaryKey - the primary key of this recent layout branchpublic void setRecentLayoutBranchId(long recentLayoutBranchId)
setRecentLayoutBranchId in interface RecentLayoutBranchModelrecentLayoutBranchId - the recent layout branch ID of this recent layout branchpublic void setUserId(long userId)
setUserId in interface RecentLayoutBranchModeluserId - the user ID of this recent layout branchpublic void setUserUuid(String userUuid)
setUserUuid in interface RecentLayoutBranchModeluserUuid - the user uuid of this recent layout branchprotected RecentLayoutBranchWrapper wrap(RecentLayoutBranch recentLayoutBranch)
wrap in class BaseModelWrapper<RecentLayoutBranch>