public class RecentLayoutBranchWrapper extends BaseModelWrapper<RecentLayoutBranch> implements ModelWrapper<RecentLayoutBranch>, RecentLayoutBranch
This class is a wrapper for RecentLayoutBranch
.
RecentLayoutBranch
,
Serialized Formmodel
RECENT_LAYOUT_BRANCH_ID_ACCESSOR
Constructor and Description |
---|
RecentLayoutBranchWrapper(RecentLayoutBranch recentLayoutBranch) |
Modifier and Type | Method and Description |
---|---|
RecentLayoutBranch |
cloneWithOriginalValues() |
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()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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.
|
String |
toXmlString() |
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
getWrappedModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
public 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 RecentLayoutBranch cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<RecentLayoutBranch>
cloneWithOriginalValues
in interface RecentLayoutBranchModel
public long getCompanyId()
getCompanyId
in interface RecentLayoutBranchModel
getCompanyId
in interface ShardedModel
public long getGroupId()
getGroupId
in interface RecentLayoutBranchModel
public long getLayoutBranchId()
getLayoutBranchId
in interface RecentLayoutBranchModel
public long getLayoutSetBranchId()
getLayoutSetBranchId
in interface RecentLayoutBranchModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface RecentLayoutBranchModel
public long getPlid()
getPlid
in interface RecentLayoutBranchModel
public long getPrimaryKey()
getPrimaryKey
in interface RecentLayoutBranchModel
public long getRecentLayoutBranchId()
getRecentLayoutBranchId
in interface RecentLayoutBranchModel
public long getUserId()
getUserId
in interface RecentLayoutBranchModel
public String getUserUuid()
getUserUuid
in interface RecentLayoutBranchModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface RecentLayoutBranchModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this recent layout branchpublic void setGroupId(long groupId)
setGroupId
in interface RecentLayoutBranchModel
groupId
- the group ID of this recent layout branchpublic void setLayoutBranchId(long layoutBranchId)
setLayoutBranchId
in interface RecentLayoutBranchModel
layoutBranchId
- the layout branch ID of this recent layout branchpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId
in interface RecentLayoutBranchModel
layoutSetBranchId
- the layout set branch ID of this recent layout branchpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface RecentLayoutBranchModel
mvccVersion
- the mvcc version of this recent layout branchpublic void setPlid(long plid)
setPlid
in interface RecentLayoutBranchModel
plid
- the plid of this recent layout branchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface RecentLayoutBranchModel
primaryKey
- the primary key of this recent layout branchpublic void setRecentLayoutBranchId(long recentLayoutBranchId)
setRecentLayoutBranchId
in interface RecentLayoutBranchModel
recentLayoutBranchId
- the recent layout branch ID of this recent layout branchpublic void setUserId(long userId)
setUserId
in interface RecentLayoutBranchModel
userId
- the user ID of this recent layout branchpublic void setUserUuid(String userUuid)
setUserUuid
in interface RecentLayoutBranchModel
userUuid
- the user uuid of this recent layout branchpublic String toXmlString()
toXmlString
in interface RecentLayoutBranchModel
protected RecentLayoutBranchWrapper wrap(RecentLayoutBranch recentLayoutBranch)
wrap
in class BaseModelWrapper<RecentLayoutBranch>