|
Liferay 6.0.4 | |||||||||
| 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
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.
Never modify or reference this class directly. All methods that expect a s c product screenshot model instance should use the SCProductScreenshot interface instead.
SCProductScreenshotImpl,
SCProductScreenshot,
SCProductScreenshotModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
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 |
getCompanyId()
Gets the company id of this s c product screenshot. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFullImageId()
Gets the full image id of this s c product screenshot. |
long |
getGroupId()
Gets the group id of this s c product screenshot. |
long |
getOriginalFullImageId()
|
int |
getOriginalPriority()
|
long |
getOriginalProductEntryId()
|
long |
getOriginalThumbnailId()
|
long |
getPrimaryKey()
Gets the primary key of this s c product screenshot. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getPriority()
Gets the priority of this s c product screenshot. |
long |
getProductEntryId()
Gets the product entry id of this s c product screenshot. |
long |
getProductScreenshotId()
Gets the product screenshot id of this s c product screenshot. |
long |
getThumbnailId()
Gets the thumbnail id of this s c product screenshot. |
int |
hashCode()
|
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 |
setPrimaryKey(long pk)
Sets the primary key of this s c product screenshot |
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. |
SCProductScreenshot |
toEscapedModel()
Gets a copy of this s c product screenshot as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| 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, setEscapedModel, setNew |
| 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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public SCProductScreenshotModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
SCProductScreenshotModel
getPrimaryKey in interface SCProductScreenshotModelpublic void setPrimaryKey(long pk)
SCProductScreenshotModel
setPrimaryKey in interface SCProductScreenshotModelpk - the primary key of this s c product screenshotpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductScreenshot>getPrimaryKeyObj in interface SCProductScreenshotModelpublic 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 SCProductScreenshot toEscapedModel()
SCProductScreenshotModelAutoEscapeBeanHandler.
toEscapedModel in interface SCProductScreenshotModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductScreenshot>getExpandoBridge 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 retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public 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 String toString()
toString in interface SCProductScreenshotModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCProductScreenshot>toXmlString in interface SCProductScreenshotModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||