public class RecentLayoutRevisionWrapper extends BaseModelWrapper<RecentLayoutRevision> implements ModelWrapper<RecentLayoutRevision>, RecentLayoutRevision
This class is a wrapper for RecentLayoutRevision
.
RecentLayoutRevision
,
Serialized Formmodel
RECENT_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, toXmlString
getWrappedModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
public 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 RecentLayoutRevisionModel
getCompanyId
in interface ShardedModel
public long getGroupId()
getGroupId
in interface RecentLayoutRevisionModel
public long getLayoutRevisionId()
getLayoutRevisionId
in interface RecentLayoutRevisionModel
public long getLayoutSetBranchId()
getLayoutSetBranchId
in interface RecentLayoutRevisionModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface RecentLayoutRevisionModel
public long getPlid()
getPlid
in interface RecentLayoutRevisionModel
public long getPrimaryKey()
getPrimaryKey
in interface RecentLayoutRevisionModel
public long getRecentLayoutRevisionId()
getRecentLayoutRevisionId
in interface RecentLayoutRevisionModel
public long getUserId()
getUserId
in interface RecentLayoutRevisionModel
public String getUserUuid()
getUserUuid
in interface RecentLayoutRevisionModel
public void persist()
RecentLayoutRevision
interface instead.persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface RecentLayoutRevisionModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this recent layout revisionpublic void setGroupId(long groupId)
setGroupId
in interface RecentLayoutRevisionModel
groupId
- the group ID of this recent layout revisionpublic void setLayoutRevisionId(long layoutRevisionId)
setLayoutRevisionId
in interface RecentLayoutRevisionModel
layoutRevisionId
- the layout revision ID of this recent layout revisionpublic void setLayoutSetBranchId(long layoutSetBranchId)
setLayoutSetBranchId
in interface RecentLayoutRevisionModel
layoutSetBranchId
- the layout set branch ID of this recent layout revisionpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface RecentLayoutRevisionModel
mvccVersion
- the mvcc version of this recent layout revisionpublic void setPlid(long plid)
setPlid
in interface RecentLayoutRevisionModel
plid
- the plid of this recent layout revisionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface RecentLayoutRevisionModel
primaryKey
- the primary key of this recent layout revisionpublic void setRecentLayoutRevisionId(long recentLayoutRevisionId)
setRecentLayoutRevisionId
in interface RecentLayoutRevisionModel
recentLayoutRevisionId
- the recent layout revision ID of this recent layout revisionpublic void setUserId(long userId)
setUserId
in interface RecentLayoutRevisionModel
userId
- the user ID of this recent layout revisionpublic void setUserUuid(String userUuid)
setUserUuid
in interface RecentLayoutRevisionModel
userUuid
- the user uuid of this recent layout revisionprotected RecentLayoutRevisionWrapper wrap(RecentLayoutRevision recentLayoutRevision)
wrap
in class BaseModelWrapper<RecentLayoutRevision>