Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.model
Interface DLFileRank

All Superinterfaces:
BaseModel<DLFileRank>, ClassedModel, Cloneable, Comparable<DLFileRank>, DLFileRankModel, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
DLFileRankWrapper

@ProviderType
public interface DLFileRank
extends DLFileRankModel, PersistedModel

The extended model interface for the DLFileRank service. Represents a row in the "DLFileRank" database table, with each column mapped to a property of this class.

See Also:
DLFileRankModel, com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl, com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl

Field Summary
static Accessor<DLFileRank,Long> FILE_RANK_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileRankModel
clone, compareTo, getActive, getCompanyId, getCreateDate, getExpandoBridge, getFileEntryId, getFileRankId, getGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileEntryId, setFileRankId, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, 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

FILE_RANK_ID_ACCESSOR

static final Accessor<DLFileRank,Long> FILE_RANK_ID_ACCESSOR

Liferay 7.0-ce-b4