public class RecentLayoutRevisionWrapper extends BaseModelWrapper<RecentLayoutRevision> implements ModelWrapper<RecentLayoutRevision>, RecentLayoutRevision
This class is a wrapper for RecentLayoutRevision.
RecentLayoutRevision,
Serialized FormmodelRECENT_LAYOUT_REVISION_ID_ACCESSOR| Constructor and Description |
|---|
RecentLayoutRevisionWrapper(RecentLayoutRevision recentLayoutRevision) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this recent layout revision.
|
long |
getGroupId()
Returns the group ID of this recent layout revision.
|
long |
getLayoutRevisionId()
Returns the layout revision ID of this recent layout revision.
|
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this recent layout revision.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this recent layout revision.
|
long |
getPlid()
Returns the plid of this recent layout revision.
|
long |
getPrimaryKey()
Returns the primary key of this recent layout revision.
|
long |
getRecentLayoutRevisionId()
Returns the recent layout revision ID of this recent layout revision.
|
long |
getUserId()
Returns the user ID of this recent layout revision.
|
String |
getUserUuid()
Returns the user uuid of this recent layout revision.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setCompanyId(long companyId)
Sets the company ID of this recent layout revision.
|
void |
setGroupId(long groupId)
Sets the group ID of this recent layout revision.
|
void |
setLayoutRevisionId(long layoutRevisionId)
Sets the layout revision ID of this recent layout revision.
|
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this recent layout revision.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this recent layout revision.
|
void |
setPlid(long plid)
Sets the plid of this recent layout revision.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this recent layout revision.
|
void |
setRecentLayoutRevisionId(long recentLayoutRevisionId)
Sets the recent layout revision ID of this recent layout revision.
|
void |
setUserId(long userId)
Sets the user ID of this recent layout revision.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this recent layout revision.
|
protected RecentLayoutRevisionWrapper |
wrap(RecentLayoutRevision recentLayoutRevision) |
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 RecentLayoutRevisionWrapper(RecentLayoutRevision recentLayoutRevision)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<RecentLayoutRevision>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<RecentLayoutRevision>public long getCompanyId()
getCompanyId in interface RecentLayoutRevisionModelgetCompanyId in interface ShardedModelpublic long getGroupId()
getGroupId in interface RecentLayoutRevisionModelpublic long getLayoutRevisionId()
getLayoutRevisionId in interface RecentLayoutRevisionModelpublic long getLayoutSetBranchId()
getLayoutSetBranchId in interface RecentLayoutRevisionModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface RecentLayoutRevisionModelpublic long getPlid()
getPlid in interface RecentLayoutRevisionModelpublic long getPrimaryKey()
getPrimaryKey in interface RecentLayoutRevisionModelpublic long getRecentLayoutRevisionId()
getRecentLayoutRevisionId in interface RecentLayoutRevisionModelpublic long getUserId()
getUserId in interface RecentLayoutRevisionModelpublic String getUserUuid()
getUserUuid in interface RecentLayoutRevisionModelpublic void persist()
RecentLayoutRevision interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface RecentLayoutRevisionModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this recent layout revisionpublic void setGroupId(long groupId)
setGroupId in interface RecentLayoutRevisionModelgroupId - the group ID of this recent layout revisionpublic void setLayoutRevisionId(long layoutRevisionId)
setLayoutRevisionId in interface RecentLayoutRevisionModellayoutRevisionId - the layout revision ID of this recent layout revisionpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId in interface RecentLayoutRevisionModellayoutSetBranchId - the layout set branch ID of this recent layout revisionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface RecentLayoutRevisionModelmvccVersion - the mvcc version of this recent layout revisionpublic void setPlid(long plid)
setPlid in interface RecentLayoutRevisionModelplid - the plid of this recent layout revisionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface RecentLayoutRevisionModelprimaryKey - the primary key of this recent layout revisionpublic void setRecentLayoutRevisionId(long recentLayoutRevisionId)
setRecentLayoutRevisionId in interface RecentLayoutRevisionModelrecentLayoutRevisionId - the recent layout revision ID of this recent layout revisionpublic void setUserId(long userId)
setUserId in interface RecentLayoutRevisionModeluserId - the user ID of this recent layout revisionpublic void setUserUuid(String userUuid)
setUserUuid in interface RecentLayoutRevisionModeluserUuid - the user uuid of this recent layout revisionprotected RecentLayoutRevisionWrapper wrap(RecentLayoutRevision recentLayoutRevision)
wrap in class BaseModelWrapper<RecentLayoutRevision>