Liferay 6.0.5

com.liferay.portlet.documentlibrary.model
Interface DLFileRank

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

public interface DLFileRank
extends DLFileRankModel

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

Never modify this interface directly. Add methods to DLFileRankImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a d l file rank model instance should use the DLFileRank interface instead.

See Also:
DLFileRankModel, DLFileRankImpl, DLFileRankModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileRankModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFileRankId, getFolderId, getGroupId, getName, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFileRankId, setFolderId, setGroupId, setName, setNew, setPrimaryKey, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5