public class RecentLayoutSetBranchWrapper extends BaseModelWrapper<RecentLayoutSetBranch> implements ModelWrapper<RecentLayoutSetBranch>, RecentLayoutSetBranch
This class is a wrapper for RecentLayoutSetBranch
.
RecentLayoutSetBranch
,
Serialized Formmodel
RECENT_LAYOUT_SET_BRANCH_ID_ACCESSOR
Constructor and Description |
---|
RecentLayoutSetBranchWrapper(RecentLayoutSetBranch recentLayoutSetBranch) |
Modifier and Type | Method and Description |
---|---|
RecentLayoutSetBranch |
cloneWithOriginalValues() |
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()
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 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.
|
String |
toXmlString() |
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
getWrappedModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
public 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 RecentLayoutSetBranch cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<RecentLayoutSetBranch>
cloneWithOriginalValues
in interface RecentLayoutSetBranchModel
public long getCompanyId()
getCompanyId
in interface RecentLayoutSetBranchModel
getCompanyId
in interface ShardedModel
public long getGroupId()
getGroupId
in interface RecentLayoutSetBranchModel
public long getLayoutSetBranchId()
getLayoutSetBranchId
in interface RecentLayoutSetBranchModel
public long getLayoutSetId()
getLayoutSetId
in interface RecentLayoutSetBranchModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface RecentLayoutSetBranchModel
public long getPrimaryKey()
getPrimaryKey
in interface RecentLayoutSetBranchModel
public long getRecentLayoutSetBranchId()
getRecentLayoutSetBranchId
in interface RecentLayoutSetBranchModel
public long getUserId()
getUserId
in interface RecentLayoutSetBranchModel
public String getUserUuid()
getUserUuid
in interface RecentLayoutSetBranchModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface RecentLayoutSetBranchModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this recent layout set branchpublic void setGroupId(long groupId)
setGroupId
in interface RecentLayoutSetBranchModel
groupId
- the group ID of this recent layout set branchpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId
in interface RecentLayoutSetBranchModel
layoutSetBranchId
- the layout set branch ID of this recent layout set branchpublic void setLayoutSetId(long layoutSetId)
setLayoutSetId
in interface RecentLayoutSetBranchModel
layoutSetId
- the layout set ID of this recent layout set branchpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface RecentLayoutSetBranchModel
mvccVersion
- the mvcc version of this recent layout set branchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface RecentLayoutSetBranchModel
primaryKey
- the primary key of this recent layout set branchpublic void setRecentLayoutSetBranchId(long recentLayoutSetBranchId)
setRecentLayoutSetBranchId
in interface RecentLayoutSetBranchModel
recentLayoutSetBranchId
- the recent layout set branch ID of this recent layout set branchpublic void setUserId(long userId)
setUserId
in interface RecentLayoutSetBranchModel
userId
- the user ID of this recent layout set branchpublic void setUserUuid(String userUuid)
setUserUuid
in interface RecentLayoutSetBranchModel
userUuid
- the user uuid of this recent layout set branchpublic String toXmlString()
toXmlString
in interface RecentLayoutSetBranchModel
protected RecentLayoutSetBranchWrapper wrap(RecentLayoutSetBranch recentLayoutSetBranch)
wrap
in class BaseModelWrapper<RecentLayoutSetBranch>