Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Interface DLFileRank

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

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, DLFileRankImpl, DLFileRankModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileRankModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFileEntryId, getFileRankId, getGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFileEntryId, setFileRankId, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3