Package com.liferay.portal.kernel.model
Class RecentLayoutRevisionWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<RecentLayoutRevision>
com.liferay.portal.kernel.model.RecentLayoutRevisionWrapper
- All Implemented Interfaces:
BaseModel<RecentLayoutRevision>
,ClassedModel
,ModelWrapper<RecentLayoutRevision>
,MVCCModel
,PersistedModel
,RecentLayoutRevision
,RecentLayoutRevisionModel
,ShardedModel
,Serializable
,Cloneable
,Comparable<RecentLayoutRevision>
public class RecentLayoutRevisionWrapper
extends BaseModelWrapper<RecentLayoutRevision>
implements ModelWrapper<RecentLayoutRevision>, RecentLayoutRevision
This class is a wrapper for RecentLayoutRevision
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.kernel.model.RecentLayoutRevision
RECENT_LAYOUT_REVISION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this recent layout revision.long
Returns the group ID of this recent layout revision.long
Returns the layout revision ID of this recent layout revision.long
Returns the layout set branch ID of this recent layout revision.long
Returns the mvcc version of this recent layout revision.long
getPlid()
Returns the plid of this recent layout revision.long
Returns the primary key of this recent layout revision.long
Returns the recent layout revision ID of this recent layout revision.long
Returns the user ID of this recent layout revision.Returns the user uuid of this recent layout revision.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 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) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
RecentLayoutRevisionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<RecentLayoutRevision>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<RecentLayoutRevision>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<RecentLayoutRevision>
- Specified by:
cloneWithOriginalValues
in interfaceRecentLayoutRevisionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this recent layout revision.- Specified by:
getCompanyId
in interfaceRecentLayoutRevisionModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this recent layout revision
-
getGroupId
public long getGroupId()Returns the group ID of this recent layout revision.- Specified by:
getGroupId
in interfaceRecentLayoutRevisionModel
- Returns:
- the group ID of this recent layout revision
-
getLayoutRevisionId
public long getLayoutRevisionId()Returns the layout revision ID of this recent layout revision.- Specified by:
getLayoutRevisionId
in interfaceRecentLayoutRevisionModel
- Returns:
- the layout revision ID of this recent layout revision
-
getLayoutSetBranchId
public long getLayoutSetBranchId()Returns the layout set branch ID of this recent layout revision.- Specified by:
getLayoutSetBranchId
in interfaceRecentLayoutRevisionModel
- Returns:
- the layout set branch ID of this recent layout revision
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this recent layout revision.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceRecentLayoutRevisionModel
- Returns:
- the mvcc version of this recent layout revision
-
getPlid
public long getPlid()Returns the plid of this recent layout revision.- Specified by:
getPlid
in interfaceRecentLayoutRevisionModel
- Returns:
- the plid of this recent layout revision
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this recent layout revision.- Specified by:
getPrimaryKey
in interfaceRecentLayoutRevisionModel
- Returns:
- the primary key of this recent layout revision
-
getRecentLayoutRevisionId
public long getRecentLayoutRevisionId()Returns the recent layout revision ID of this recent layout revision.- Specified by:
getRecentLayoutRevisionId
in interfaceRecentLayoutRevisionModel
- Returns:
- the recent layout revision ID of this recent layout revision
-
getUserId
public long getUserId()Returns the user ID of this recent layout revision.- Specified by:
getUserId
in interfaceRecentLayoutRevisionModel
- Returns:
- the user ID of this recent layout revision
-
getUserUuid
Returns the user uuid of this recent layout revision.- Specified by:
getUserUuid
in interfaceRecentLayoutRevisionModel
- Returns:
- the user uuid of this recent layout revision
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this recent layout revision.- Specified by:
setCompanyId
in interfaceRecentLayoutRevisionModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this recent layout revision
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this recent layout revision.- Specified by:
setGroupId
in interfaceRecentLayoutRevisionModel
- Parameters:
groupId
- the group ID of this recent layout revision
-
setLayoutRevisionId
public void setLayoutRevisionId(long layoutRevisionId) Sets the layout revision ID of this recent layout revision.- Specified by:
setLayoutRevisionId
in interfaceRecentLayoutRevisionModel
- Parameters:
layoutRevisionId
- the layout revision ID of this recent layout revision
-
setLayoutSetBranchId
public void setLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout revision.- Specified by:
setLayoutSetBranchId
in interfaceRecentLayoutRevisionModel
- Parameters:
layoutSetBranchId
- the layout set branch ID of this recent layout revision
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout revision.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceRecentLayoutRevisionModel
- Parameters:
mvccVersion
- the mvcc version of this recent layout revision
-
setPlid
public void setPlid(long plid) Sets the plid of this recent layout revision.- Specified by:
setPlid
in interfaceRecentLayoutRevisionModel
- Parameters:
plid
- the plid of this recent layout revision
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this recent layout revision.- Specified by:
setPrimaryKey
in interfaceRecentLayoutRevisionModel
- Parameters:
primaryKey
- the primary key of this recent layout revision
-
setRecentLayoutRevisionId
public void setRecentLayoutRevisionId(long recentLayoutRevisionId) Sets the recent layout revision ID of this recent layout revision.- Specified by:
setRecentLayoutRevisionId
in interfaceRecentLayoutRevisionModel
- Parameters:
recentLayoutRevisionId
- the recent layout revision ID of this recent layout revision
-
setUserId
public void setUserId(long userId) Sets the user ID of this recent layout revision.- Specified by:
setUserId
in interfaceRecentLayoutRevisionModel
- Parameters:
userId
- the user ID of this recent layout revision
-
setUserUuid
Sets the user uuid of this recent layout revision.- Specified by:
setUserUuid
in interfaceRecentLayoutRevisionModel
- Parameters:
userUuid
- the user uuid of this recent layout revision
-
toXmlString
- Specified by:
toXmlString
in interfaceRecentLayoutRevisionModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<RecentLayoutRevision>
-