com.liferay.portlet.documentlibrary.model
Interface DLFileRankModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- DLFileRank
- public interface DLFileRankModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.documentlibrary.service.model.DLFileRank
,
com.liferay.portlet.documentlibrary.service.model.impl.DLFileRankImpl
,
com.liferay.portlet.documentlibrary.service.model.impl.DLFileRankModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getFileRankId
public long getFileRankId()
setFileRankId
public void setFileRankId(long fileRankId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getCreateDate
public java.util.Date getCreateDate()
setCreateDate
public void setCreateDate(java.util.Date createDate)
getFolderId
public long getFolderId()
setFolderId
public void setFolderId(long folderId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)