@ProviderType
public class SCProductScreenshotCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>, java.io.Externalizable
SCProductScreenshot,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
companyId |
long |
fullImageId |
long |
groupId |
int |
priority |
long |
productEntryId |
long |
productScreenshotId |
long |
thumbnailId |
| Constructor and Description |
|---|
SCProductScreenshotCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long productScreenshotId
public long companyId
public long groupId
public long productEntryId
public long thumbnailId
public long fullImageId
public int priority
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portlet.softwarecatalog.model.SCProductScreenshot toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException