|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<SCProductScreenshot>
com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl
@ProviderType public class SCProductScreenshotModelImpl
The base model implementation for the SCProductScreenshot service. Represents a row in the "SCProductScreenshot" database table, with each column mapped to a property of this class.
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| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
FULLIMAGEID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PRIORITY_COLUMN_BITMASK
|
static long |
PRODUCTENTRYID_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static long |
THUMBNAILID_COLUMN_BITMASK
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
SCProductScreenshotModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCProductScreenshot scProductScreenshot)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this s c product screenshot. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getFullImageId()
Returns the full image ID of this s c product screenshot. |
long |
getGroupId()
Returns the group ID of this s c product screenshot. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalFullImageId()
|
int |
getOriginalPriority()
|
long |
getOriginalProductEntryId()
|
long |
getOriginalThumbnailId()
|
long |
getPrimaryKey()
Returns the primary key of this s c product screenshot. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getPriority()
Returns the priority of this s c product screenshot. |
long |
getProductEntryId()
Returns the product entry ID of this s c product screenshot. |
long |
getProductScreenshotId()
Returns the product screenshot ID of this s c product screenshot. |
long |
getThumbnailId()
Returns the thumbnail ID of this s c product screenshot. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this s c product screenshot. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFullImageId(long fullImageId)
Sets the full image ID of this s c product screenshot. |
void |
setGroupId(long groupId)
Sets the group ID of this s c product screenshot. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this s c product screenshot. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPriority(int priority)
Sets the priority of this s c product screenshot. |
void |
setProductEntryId(long productEntryId)
Sets the product entry ID of this s c product screenshot. |
void |
setProductScreenshotId(long productScreenshotId)
Sets the product screenshot ID of this s c product screenshot. |
void |
setThumbnailId(long thumbnailId)
Sets the thumbnail ID of this s c product screenshot. |
CacheModel<SCProductScreenshot> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SCProductScreenshot |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| 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 |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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
| Constructor Detail |
|---|
public SCProductScreenshotModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
SCProductScreenshotModel
getPrimaryKey in interface SCProductScreenshotModelpublic void setPrimaryKey(long primaryKey)
SCProductScreenshotModel
setPrimaryKey in interface SCProductScreenshotModelprimaryKey - the primary key of this s c product screenshotpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductScreenshot>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SCProductScreenshotModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SCProductScreenshot>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SCProductScreenshotModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SCProductScreenshot>getModelAttributes in class BaseModelImpl<SCProductScreenshot>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SCProductScreenshot>setModelAttributes in class BaseModelImpl<SCProductScreenshot>public long getProductScreenshotId()
SCProductScreenshotModel
getProductScreenshotId in interface SCProductScreenshotModelpublic void setProductScreenshotId(long productScreenshotId)
SCProductScreenshotModel
setProductScreenshotId in interface SCProductScreenshotModelproductScreenshotId - the product screenshot ID of this s c product screenshotpublic long getCompanyId()
SCProductScreenshotModel
getCompanyId in interface SCProductScreenshotModelpublic void setCompanyId(long companyId)
SCProductScreenshotModel
setCompanyId in interface SCProductScreenshotModelcompanyId - the company ID of this s c product screenshotpublic long getGroupId()
SCProductScreenshotModel
getGroupId in interface SCProductScreenshotModelpublic void setGroupId(long groupId)
SCProductScreenshotModel
setGroupId in interface SCProductScreenshotModelgroupId - the group ID of this s c product screenshotpublic long getProductEntryId()
SCProductScreenshotModel
getProductEntryId in interface SCProductScreenshotModelpublic void setProductEntryId(long productEntryId)
SCProductScreenshotModel
setProductEntryId in interface SCProductScreenshotModelproductEntryId - the product entry ID of this s c product screenshotpublic long getOriginalProductEntryId()
public long getThumbnailId()
SCProductScreenshotModel
getThumbnailId in interface SCProductScreenshotModelpublic void setThumbnailId(long thumbnailId)
SCProductScreenshotModel
setThumbnailId in interface SCProductScreenshotModelthumbnailId - the thumbnail ID of this s c product screenshotpublic long getOriginalThumbnailId()
public long getFullImageId()
SCProductScreenshotModel
getFullImageId in interface SCProductScreenshotModelpublic void setFullImageId(long fullImageId)
SCProductScreenshotModel
setFullImageId in interface SCProductScreenshotModelfullImageId - the full image ID of this s c product screenshotpublic long getOriginalFullImageId()
public int getPriority()
SCProductScreenshotModel
getPriority in interface SCProductScreenshotModelpublic void setPriority(int priority)
SCProductScreenshotModel
setPriority in interface SCProductScreenshotModelpriority - the priority of this s c product screenshotpublic int getOriginalPriority()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductScreenshot>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SCProductScreenshotModelgetExpandoBridge in class BaseModelImpl<SCProductScreenshot>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>setExpandoBridgeAttributes in interface SCProductScreenshotModelsetExpandoBridgeAttributes in class BaseModelImpl<SCProductScreenshot>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public SCProductScreenshot toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SCProductScreenshot>toEscapedModel in interface SCProductScreenshotModeltoEscapedModel in class BaseModelImpl<SCProductScreenshot>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<SCProductScreenshot>clone in interface SCProductScreenshotModelclone in class BaseModelImpl<SCProductScreenshot>public int compareTo(SCProductScreenshot scProductScreenshot)
compareTo in interface SCProductScreenshotModelcompareTo in interface Comparable<SCProductScreenshot>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface SCProductScreenshotModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<SCProductScreenshot>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<SCProductScreenshot>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SCProductScreenshot>resetOriginalValues in class BaseModelImpl<SCProductScreenshot>public CacheModel<SCProductScreenshot> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SCProductScreenshot>toCacheModel in interface SCProductScreenshotModeltoCacheModel in class BaseModelImpl<SCProductScreenshot>public String toString()
toString in interface SCProductScreenshotModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCProductScreenshot>toXmlString in interface SCProductScreenshotModel
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||