@ProviderType
public class SCProductScreenshotModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
implements com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModel
This implementation and its corresponding interface SCProductScreenshotModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SCProductScreenshotImpl.
SCProductScreenshotImpl,
SCProductScreenshot,
SCProductScreenshotModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
FULLIMAGEID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PRIORITY_COLUMN_BITMASK |
static long |
PRODUCTENTRYID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static long |
THUMBNAILID_COLUMN_BITMASK |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
SCProductScreenshotModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
long |
getFullImageId() |
long |
getGroupId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getOriginalFullImageId() |
int |
getOriginalPriority() |
long |
getOriginalProductEntryId() |
long |
getOriginalThumbnailId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
int |
getPriority() |
long |
getProductEntryId() |
long |
getProductScreenshotId() |
long |
getThumbnailId() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setFullImageId(long fullImageId) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setPriority(int priority) |
void |
setProductEntryId(long productEntryId) |
void |
setProductScreenshotId(long productScreenshotId) |
void |
setThumbnailId(long thumbnailId) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> |
toCacheModel() |
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long FULLIMAGEID_COLUMN_BITMASK
public static final long PRIORITY_COLUMN_BITMASK
public static final long PRODUCTENTRYID_COLUMN_BITMASK
public static final long THUMBNAILID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public long getProductScreenshotId()
getProductScreenshotId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setProductScreenshotId(long productScreenshotId)
setProductScreenshotId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic long getGroupId()
getGroupId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic long getProductEntryId()
getProductEntryId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setProductEntryId(long productEntryId)
setProductEntryId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic long getOriginalProductEntryId()
public long getThumbnailId()
getThumbnailId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setThumbnailId(long thumbnailId)
setThumbnailId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic long getOriginalThumbnailId()
public long getFullImageId()
getFullImageId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setFullImageId(long fullImageId)
setFullImageId in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic long getOriginalFullImageId()
public int getPriority()
getPriority in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic void setPriority(int priority)
setPriority in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelpublic int getOriginalPriority()
public long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>setExpandoBridgeAttributes in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>toEscapedModel in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>clone in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public int compareTo(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
compareTo in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>toCacheModel in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>public java.lang.String toString()
toString in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>toXmlString in interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModel