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

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

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

The cache model class for representing DLContent in entity cache.

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

Field Summary
 long companyId
           
 long contentId
           
 long groupId
           
 java.lang.String path
           
 long repositoryId
           
 long size
           
 java.lang.String version
           
 
Constructor Summary
DLContentCacheModel()
           
 
Method Summary
 com.liferay.portlet.documentlibrary.model.DLContent toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

contentId

public long contentId

groupId

public long groupId

companyId

public long companyId

repositoryId

public long repositoryId

path

public java.lang.String path

version

public java.lang.String version

size

public long size
Constructor Detail

DLContentCacheModel

public DLContentCacheModel()
Method Detail

toString

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

toEntityModel

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