com.liferay.portlet.softwarecatalog.model.impl
Class SCProductScreenshotCacheModel

java.lang.Object
  extended by 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:

Field Summary
 long companyId
           
 long fullImageId
           
 long groupId
           
 int priority
           
 long productEntryId
           
 long productScreenshotId
           
 long thumbnailId
           
 
Constructor Summary
SCProductScreenshotCacheModel()
           
 
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
 

Field Detail

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
Constructor Detail

SCProductScreenshotCacheModel

public SCProductScreenshotCacheModel()
Method Detail

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>