Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotCacheModel
All Implemented Interfaces:
CacheModel<SCProductScreenshot>, Externalizable, Serializable

public class SCProductScreenshotCacheModel
extends Object
implements CacheModel<SCProductScreenshot>, Externalizable

The cache model class for representing SCProductScreenshot in entity cache.

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

Field Summary
 long companyId
           
 long fullImageId
           
 long groupId
           
 int priority
           
 long productEntryId
           
 long productScreenshotId
           
 long thumbnailId
           
 
Constructor Summary
SCProductScreenshotCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 SCProductScreenshot toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
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 String toString()
Overrides:
toString in class Object

toEntityModel

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

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5