public class RecentLayoutSetBranchWrapper extends BaseModelWrapper<RecentLayoutSetBranch> implements ModelWrapper<RecentLayoutSetBranch>, RecentLayoutSetBranch
This class is a wrapper for RecentLayoutSetBranch.
RecentLayoutSetBranch,
Serialized FormmodelRECENT_LAYOUT_SET_BRANCH_ID_ACCESSOR| Constructor and Description |
|---|
RecentLayoutSetBranchWrapper(RecentLayoutSetBranch recentLayoutSetBranch) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this recent layout set branch.
|
long |
getGroupId()
Returns the group ID of this recent layout set branch.
|
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this recent layout set branch.
|
long |
getLayoutSetId()
Returns the layout set ID of this recent layout set branch.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this recent layout set branch.
|
long |
getPrimaryKey()
Returns the primary key of this recent layout set branch.
|
long |
getRecentLayoutSetBranchId()
Returns the recent layout set branch ID of this recent layout set branch.
|
long |
getUserId()
Returns the user ID of this recent layout set branch.
|
String |
getUserUuid()
Returns the user uuid of this recent layout set 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 set branch.
|
void |
setGroupId(long groupId)
Sets the group ID of this recent layout set branch.
|
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this recent layout set branch.
|
void |
setLayoutSetId(long layoutSetId)
Sets the layout set ID of this recent layout set branch.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this recent layout set branch.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this recent layout set branch.
|
void |
setRecentLayoutSetBranchId(long recentLayoutSetBranchId)
Sets the recent layout set branch ID of this recent layout set branch.
|
void |
setUserId(long userId)
Sets the user ID of this recent layout set branch.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this recent layout set branch.
|
protected RecentLayoutSetBranchWrapper |
wrap(RecentLayoutSetBranch recentLayoutSetBranch) |
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 RecentLayoutSetBranchWrapper(RecentLayoutSetBranch recentLayoutSetBranch)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<RecentLayoutSetBranch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<RecentLayoutSetBranch>public long getCompanyId()
getCompanyId in interface RecentLayoutSetBranchModelgetCompanyId in interface ShardedModelpublic long getGroupId()
getGroupId in interface RecentLayoutSetBranchModelpublic long getLayoutSetBranchId()
getLayoutSetBranchId in interface RecentLayoutSetBranchModelpublic long getLayoutSetId()
getLayoutSetId in interface RecentLayoutSetBranchModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface RecentLayoutSetBranchModelpublic long getPrimaryKey()
getPrimaryKey in interface RecentLayoutSetBranchModelpublic long getRecentLayoutSetBranchId()
getRecentLayoutSetBranchId in interface RecentLayoutSetBranchModelpublic long getUserId()
getUserId in interface RecentLayoutSetBranchModelpublic String getUserUuid()
getUserUuid in interface RecentLayoutSetBranchModelpublic void persist()
RecentLayoutSetBranch interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface RecentLayoutSetBranchModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this recent layout set branchpublic void setGroupId(long groupId)
setGroupId in interface RecentLayoutSetBranchModelgroupId - the group ID of this recent layout set branchpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId in interface RecentLayoutSetBranchModellayoutSetBranchId - the layout set branch ID of this recent layout set branchpublic void setLayoutSetId(long layoutSetId)
setLayoutSetId in interface RecentLayoutSetBranchModellayoutSetId - the layout set ID of this recent layout set branchpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface RecentLayoutSetBranchModelmvccVersion - the mvcc version of this recent layout set branchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface RecentLayoutSetBranchModelprimaryKey - the primary key of this recent layout set branchpublic void setRecentLayoutSetBranchId(long recentLayoutSetBranchId)
setRecentLayoutSetBranchId in interface RecentLayoutSetBranchModelrecentLayoutSetBranchId - the recent layout set branch ID of this recent layout set branchpublic void setUserId(long userId)
setUserId in interface RecentLayoutSetBranchModeluserId - the user ID of this recent layout set branchpublic void setUserUuid(String userUuid)
setUserUuid in interface RecentLayoutSetBranchModeluserUuid - the user uuid of this recent layout set branchprotected RecentLayoutSetBranchWrapper wrap(RecentLayoutSetBranch recentLayoutSetBranch)
wrap in class BaseModelWrapper<RecentLayoutSetBranch>