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 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
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
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.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCompanyId
in 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:
setCompanyId
in 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:
cloneWithOriginalValues
in interfaceBaseModel<RecentLayoutRevision>
-
toXmlString
-