Liferay 6.0.4

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

The model interface for the SCProductScreenshot service. Represents a row in the "SCProductScreenshot" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to SCProductScreenshotImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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.4