com.liferay.portlet.documentlibrary.model.impl
Class DLContentCacheModel
java.lang.Object
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:
|
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 |
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
DLContentCacheModel
public DLContentCacheModel()
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>