Package com.liferay.portal.kernel.model
Interface RecentLayoutRevisionModel
- All Superinterfaces:
BaseModel<RecentLayoutRevision>,ClassedModel,Cloneable,Comparable<RecentLayoutRevision>,MVCCModel,Serializable,ShardedModel
- All Known Subinterfaces:
RecentLayoutRevision
- All Known Implementing Classes:
RecentLayoutRevisionWrapper
@ProviderType
public interface RecentLayoutRevisionModel
extends BaseModel<RecentLayoutRevision>, MVCCModel, ShardedModel
The base model interface for the RecentLayoutRevision service. Represents a row in the "RecentLayoutRevision" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.RecentLayoutRevisionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.RecentLayoutRevisionImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this recent layout revision.- Returns:
- the primary key of this recent layout revision
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this recent layout revision.- Parameters:
primaryKey- the primary key of this recent layout revision
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this recent layout revision.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this recent layout revision
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this recent layout revision.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this recent layout revision
-
getRecentLayoutRevisionId
long getRecentLayoutRevisionId()Returns the recent layout revision ID of this recent layout revision.- Returns:
- the recent layout revision ID of this recent layout revision
-
setRecentLayoutRevisionId
void setRecentLayoutRevisionId(long recentLayoutRevisionId) Sets the recent layout revision ID of this recent layout revision.- Parameters:
recentLayoutRevisionId- the recent layout revision ID of this recent layout revision
-
getGroupId
long getGroupId()Returns the group ID of this recent layout revision.- Returns:
- the group ID of this recent layout revision
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this recent layout revision.- Parameters:
groupId- the group ID of this recent layout revision
-
getCompanyId
long getCompanyId()Returns the company ID of this recent layout revision.- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this recent layout revision
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this recent layout revision.- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this recent layout revision
-
getUserId
long getUserId()Returns the user ID of this recent layout revision.- Returns:
- the user ID of this recent layout revision
-
setUserId
void setUserId(long userId) Sets the user ID of this recent layout revision.- Parameters:
userId- the user ID of this recent layout revision
-
getUserUuid
String getUserUuid()Returns the user uuid of this recent layout revision.- Returns:
- the user uuid of this recent layout revision
-
setUserUuid
Sets the user uuid of this recent layout revision.- Parameters:
userUuid- the user uuid of this recent layout revision
-
getLayoutRevisionId
long getLayoutRevisionId()Returns the layout revision ID of this recent layout revision.- Returns:
- the layout revision ID of this recent layout revision
-
setLayoutRevisionId
void setLayoutRevisionId(long layoutRevisionId) Sets the layout revision ID of this recent layout revision.- Parameters:
layoutRevisionId- the layout revision ID of this recent layout revision
-
getLayoutSetBranchId
long getLayoutSetBranchId()Returns the layout set branch ID of this recent layout revision.- Returns:
- the layout set branch ID of this recent layout revision
-
setLayoutSetBranchId
void setLayoutSetBranchId(long layoutSetBranchId) Sets the layout set branch ID of this recent layout revision.- Parameters:
layoutSetBranchId- the layout set branch ID of this recent layout revision
-
getPlid
long getPlid()Returns the plid of this recent layout revision.- Returns:
- the plid of this recent layout revision
-
setPlid
void setPlid(long plid) Sets the plid of this recent layout revision.- Parameters:
plid- the plid of this recent layout revision
-
cloneWithOriginalValues
RecentLayoutRevision cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<RecentLayoutRevision>
-
toXmlString
-