Liferay 6.0.5

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.

Never reference this interface directly. All methods that expect a s c product screenshot model instance should use the SCProductScreenshot interface instead.

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