Liferay 6.2-ce-ga5

com.liferay.portlet.softwarecatalog.model.impl
Class SCProductScreenshotImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SCProductScreenshot>
      extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl
          extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotBaseImpl
              extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl
All Implemented Interfaces:
BaseModel<SCProductScreenshot>, ClassedModel, PersistedModel, SCProductScreenshot, SCProductScreenshotModel, Serializable, Cloneable, Comparable<SCProductScreenshot>

public class SCProductScreenshotImpl
extends SCProductScreenshotBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FULLIMAGEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PRIORITY_COLUMN_BITMASK, PRODUCTENTRYID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, THUMBNAILID_COLUMN_BITMASK, TX_MANAGER
 
Constructor Summary
SCProductScreenshotImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getExpandoBridge, getFullImageId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalFullImageId, getOriginalPriority, getOriginalProductEntryId, getOriginalThumbnailId, getPrimaryKey, getPrimaryKeyObj, getPriority, getProductEntryId, getProductScreenshotId, getThumbnailId, hashCode, resetOriginalValues, setCompanyId, setExpandoBridgeAttributes, setFullImageId, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setPriority, setProductEntryId, setProductScreenshotId, setThumbnailId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SCProductScreenshotImpl

public SCProductScreenshotImpl()

Liferay 6.2-ce-ga5