Liferay 7.0-ce-b4

com.liferay.portal.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 RecentLayoutRevisionModel, PersistedModel

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.

See Also:
RecentLayoutRevisionModel, RecentLayoutRevisionImpl, RecentLayoutRevisionModelImpl

Field Summary
static Accessor<RecentLayoutRevision,Long> RECENT_LAYOUT_REVISION_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.RecentLayoutRevisionModel
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getLayoutRevisionId, getLayoutSetBranchId, getMvccVersion, getPlid, getPrimaryKey, getPrimaryKeyObj, getRecentLayoutRevisionId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLayoutRevisionId, setLayoutSetBranchId, setMvccVersion, setNew, setPlid, setPrimaryKey, setPrimaryKeyObj, setRecentLayoutRevisionId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

RECENT_LAYOUT_REVISION_ID_ACCESSOR

static final Accessor<RecentLayoutRevision,Long> RECENT_LAYOUT_REVISION_ID_ACCESSOR

Liferay 7.0-ce-b4