com.liferay.portlet.documentlibrary.model.impl
Class DLFileRankCacheModel

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.impl.DLFileRankCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLFileRank>, java.io.Serializable

public class DLFileRankCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLFileRank>, java.io.Serializable

The cache model class for representing DLFileRank in entity cache.

Author:
Brian Wing Shun Chan
See Also:
DLFileRank, Serialized Form
Generated:

Field Summary
 long companyId
           
 long createDate
           
 long fileEntryId
           
 long fileRankId
           
 long groupId
           
 long userId
           
 
Constructor Summary
DLFileRankCacheModel()
           
 
Method Summary
 com.liferay.portlet.documentlibrary.model.DLFileRank toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileRankId

public long fileRankId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

createDate

public long createDate

fileEntryId

public long fileEntryId
Constructor Detail

DLFileRankCacheModel

public DLFileRankCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.documentlibrary.model.DLFileRank toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLFileRank>