com.liferay.portlet.documentlibrary.model.impl
Class DLContentCacheModel
java.lang.Object
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.
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
DLContentCacheModel
public DLContentCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public DLContent toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<DLContent>