Liferay 6.1.2-ce-ga3

com.liferay.portlet.softwarecatalog.model
Interface SCProductScreenshot

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

public interface SCProductScreenshot
extends SCProductScreenshotModel, PersistedModel

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

See Also:
SCProductScreenshotModel, SCProductScreenshotImpl, SCProductScreenshotModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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, setExpandoBridgeAttributes, setFullImageId, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setProductEntryId, setProductScreenshotId, setThumbnailId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3