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
modelFields inherited from interface com.liferay.portal.kernel.model.RecentLayoutRevision
RECENT_LAYOUT_REVISION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this recent layout revision.longReturns the group ID of this recent layout revision.longReturns the layout revision ID of this recent layout revision.longReturns the layout set branch ID of this recent layout revision.longReturns the mvcc version of this recent layout revision.longgetPlid()Returns the plid of this recent layout revision.longReturns the primary key of this recent layout revision.longReturns the recent layout revision ID of this recent layout revision.longReturns the user ID of this recent layout revision.Returns the user uuid of this recent layout revision.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this recent layout revision.voidsetGroupId(long groupId) Sets the group ID of this recent layout revision.voidsetLayoutRevisionId(long layoutRevisionId) Sets the layout revision ID of this recent layout revision.voidsetLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout revision.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout revision.voidsetPlid(long plid) Sets the plid of this recent layout revision.voidsetPrimaryKey(long primaryKey) Sets the primary key of this recent layout revision.voidsetRecentLayoutRevisionId(long recentLayoutRevisionId) Sets the recent layout revision ID of this recent layout revision.voidsetUserId(long userId) Sets the user ID of this recent layout revision.voidsetUserUuid(String userUuid) Sets the user uuid of this recent layout revision.protected RecentLayoutRevisionWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
RecentLayoutRevisionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<RecentLayoutRevision>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<RecentLayoutRevision>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<RecentLayoutRevision>- Specified by:
cloneWithOriginalValuesin interfaceRecentLayoutRevisionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this recent layout revision.- Specified by:
getCompanyIdin interfaceRecentLayoutRevisionModel- Specified by:
getCompanyIdin 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:
getGroupIdin 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:
getLayoutRevisionIdin 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:
getLayoutSetBranchIdin 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:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceRecentLayoutRevisionModel- Returns:
- the mvcc version of this recent layout revision
-
getPlid
public long getPlid()Returns the plid of this recent layout revision.- Specified by:
getPlidin interfaceRecentLayoutRevisionModel- Returns:
- the plid of this recent layout revision
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this recent layout revision.- Specified by:
getPrimaryKeyin 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:
getRecentLayoutRevisionIdin 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:
getUserIdin interfaceRecentLayoutRevisionModel- Returns:
- the user ID of this recent layout revision
-
getUserUuid
Returns the user uuid of this recent layout revision.- Specified by:
getUserUuidin interfaceRecentLayoutRevisionModel- Returns:
- the user uuid of this recent layout revision
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this recent layout revision.- Specified by:
setCompanyIdin interfaceRecentLayoutRevisionModel- Specified by:
setCompanyIdin 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:
setGroupIdin 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:
setLayoutRevisionIdin 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:
setLayoutSetBranchIdin 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:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin 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:
setPlidin 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:
setPrimaryKeyin 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:
setRecentLayoutRevisionIdin 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:
setUserIdin interfaceRecentLayoutRevisionModel- Parameters:
userId- the user ID of this recent layout revision
-
setUserUuid
Sets the user uuid of this recent layout revision.- Specified by:
setUserUuidin interfaceRecentLayoutRevisionModel- Parameters:
userUuid- the user uuid of this recent layout revision
-
toXmlString
- Specified by:
toXmlStringin interfaceRecentLayoutRevisionModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<RecentLayoutRevision>
-