com.liferay.portlet.documentlibrary.model
Interface DLFileRank
- All Superinterfaces:
- BaseModel<DLFileRank>, java.lang.Cloneable, java.lang.Comparable<DLFileRank>, 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.model.impl.DLFileRankImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileRankModel
,
com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl
,
com.liferay.portlet.documentlibrary.model.impl.DLFileRankModelImpl
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileRankModel |
getCompanyId, getCreateDate, getFileRankId, getFolderId, getGroupId, getName, getPrimaryKey, getUserId, getUserUuid, setCompanyId, setCreateDate, setFileRankId, setFolderId, setGroupId, setName, setPrimaryKey, setUserId, setUserUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |