com.liferay.portlet.softwarecatalog.model.impl
Class SCProductScreenshotCacheModel
java.lang.Object
com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>, java.io.Serializable
public class SCProductScreenshotCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>, java.io.Serializable
The cache model class for representing SCProductScreenshot in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductScreenshot,
Serialized Form- Generated:
|
Method Summary |
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
toEntityModel()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
productScreenshotId
public long productScreenshotId
companyId
public long companyId
groupId
public long groupId
productEntryId
public long productEntryId
thumbnailId
public long thumbnailId
fullImageId
public long fullImageId
priority
public int priority
SCProductScreenshotCacheModel
public SCProductScreenshotCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>