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

Method Summary
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getFileRankId()
           
 long getFolderId()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setFileRankId(long fileRankId)
           
 void setFolderId(long folderId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)