Package com.liferay.portal.kernel.model
Interface RecentLayoutRevision
- All Superinterfaces:
BaseModel<RecentLayoutRevision>
,ClassedModel
,Cloneable
,Comparable<RecentLayoutRevision>
,MVCCModel
,PersistedModel
,RecentLayoutRevisionModel
,Serializable
,ShardedModel
- All Known Implementing Classes:
RecentLayoutRevisionWrapper
@ProviderType
public interface RecentLayoutRevision
extends PersistedModel, RecentLayoutRevisionModel
The extended model interface for the RecentLayoutRevision service. Represents a row in the "RecentLayoutRevision" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
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
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.RecentLayoutRevisionModel
cloneWithOriginalValues, getCompanyId, getGroupId, getLayoutRevisionId, getLayoutSetBranchId, getMvccVersion, getPlid, getPrimaryKey, getRecentLayoutRevisionId, getUserId, getUserUuid, setCompanyId, setGroupId, setLayoutRevisionId, setLayoutSetBranchId, setMvccVersion, setPlid, setPrimaryKey, setRecentLayoutRevisionId, setUserId, setUserUuid, toXmlString
-
Field Details
-
RECENT_LAYOUT_REVISION_ID_ACCESSOR
-