Liferay 6.1.2-ce-ga3

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

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

public class DLContentCacheModel
extends Object
implements CacheModel<DLContent>, Serializable

The cache model class for representing DLContent in entity cache.

See Also:
DLContent, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long companyId
           
 long contentId
           
 long groupId
           
 String path
           
 long repositoryId
           
 long size
           
 String version
           
 
Constructor Summary
DLContentCacheModel()
           
 
Method Summary
 DLContent toEntityModel()
           
 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 String path

version

public String version

size

public long size
Constructor Detail

DLContentCacheModel

public DLContentCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public DLContent toEntityModel()
Specified by:
toEntityModel in interface CacheModel<DLContent>

Liferay 6.1.2-ce-ga3