Liferay 6.0.3

com.liferay.portlet.softwarecatalog.model
Interface SCProductScreenshot

All Superinterfaces:
BaseModel<SCProductScreenshot>, Cloneable, Comparable<SCProductScreenshot>, SCProductScreenshotModel, Serializable
All Known Implementing Classes:
SCProductScreenshotImpl, SCProductScreenshotWrapper

public interface SCProductScreenshot
extends SCProductScreenshotModel

This interface is a model that represents the SCProductScreenshot table in the database.

Customize SCProductScreenshotImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
SCProductScreenshotModel, SCProductScreenshotImpl, SCProductScreenshotModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModel
clone, compareTo, getCompanyId, getExpandoBridge, getFullImageId, getGroupId, getPrimaryKey, getPrimaryKeyObj, getPriority, getProductEntryId, getProductScreenshotId, getThumbnailId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setFullImageId, setGroupId, setNew, setPrimaryKey, setPriority, setProductEntryId, setProductScreenshotId, setThumbnailId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3