Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.model
Interface SCProductScreenshot

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

@ProviderType
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.

Field Summary
static Accessor<SCProductScreenshot,Long> PRODUCT_SCREENSHOT_ID_ACCESSOR
           
 
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, setExpandoBridgeAttributes, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

PRODUCT_SCREENSHOT_ID_ACCESSOR

static final Accessor<SCProductScreenshot,Long> PRODUCT_SCREENSHOT_ID_ACCESSOR

Liferay 7.0-ce-a3