com.liferay.portlet.documentlibrary.model
Interface DLFileRank

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, DLFileRankModel, java.io.Serializable

public interface DLFileRank
extends DLFileRankModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the DLFileRank table in the database.

Customize com.liferay.portlet.documentlibrary.service.model.impl.DLFileRankImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.documentlibrary.service.model.DLFileRankModel, com.liferay.portlet.documentlibrary.service.model.impl.DLFileRankImpl, com.liferay.portlet.documentlibrary.service.model.impl.DLFileRankModelImpl

Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileRankModel
getCompanyId, getCreateDate, getFileRankId, getFolderId, getName, getPrimaryKey, getUserId, setCompanyId, setCreateDate, setFileRankId, setFolderId, setName, setPrimaryKey, setUserId
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo