|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.model.SCProductScreenshotWrapper
public class SCProductScreenshotWrapper
This class is a wrapper for SCProductScreenshot.
SCProductScreenshot,
Serialized Form| Constructor Summary | |
|---|---|
SCProductScreenshotWrapper(SCProductScreenshot scProductScreenshot)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCProductScreenshot scProductScreenshot)
|
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 |
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. |
SCProductScreenshot |
getWrappedModel()
|
SCProductScreenshot |
getWrappedSCProductScreenshot()
Deprecated. Renamed to getWrappedModel() |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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()
|
SCProductScreenshot |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SCProductScreenshotWrapper(SCProductScreenshot scProductScreenshot)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SCProductScreenshot>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SCProductScreenshot>public long getPrimaryKey()
getPrimaryKey in interface SCProductScreenshotModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SCProductScreenshotModelprimaryKey - the primary key of this s c product screenshotpublic long getProductScreenshotId()
getProductScreenshotId in interface SCProductScreenshotModelpublic void setProductScreenshotId(long productScreenshotId)
setProductScreenshotId in interface SCProductScreenshotModelproductScreenshotId - the product screenshot ID of this s c product screenshotpublic long getCompanyId()
getCompanyId in interface SCProductScreenshotModelpublic void setCompanyId(long companyId)
setCompanyId in interface SCProductScreenshotModelcompanyId - the company ID of this s c product screenshotpublic long getGroupId()
getGroupId in interface SCProductScreenshotModelpublic void setGroupId(long groupId)
setGroupId in interface SCProductScreenshotModelgroupId - the group ID of this s c product screenshotpublic long getProductEntryId()
getProductEntryId in interface SCProductScreenshotModelpublic void setProductEntryId(long productEntryId)
setProductEntryId in interface SCProductScreenshotModelproductEntryId - the product entry ID of this s c product screenshotpublic long getThumbnailId()
getThumbnailId in interface SCProductScreenshotModelpublic void setThumbnailId(long thumbnailId)
setThumbnailId in interface SCProductScreenshotModelthumbnailId - the thumbnail ID of this s c product screenshotpublic long getFullImageId()
getFullImageId in interface SCProductScreenshotModelpublic void setFullImageId(long fullImageId)
setFullImageId in interface SCProductScreenshotModelfullImageId - the full image ID of this s c product screenshotpublic int getPriority()
getPriority in interface SCProductScreenshotModelpublic void setPriority(int priority)
setPriority in interface SCProductScreenshotModelpriority - the priority of this s c product screenshotpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SCProductScreenshot>isNew in interface SCProductScreenshotModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SCProductScreenshot>setNew in interface SCProductScreenshotModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SCProductScreenshot>isCachedModel in interface SCProductScreenshotModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SCProductScreenshot>setCachedModel in interface SCProductScreenshotModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SCProductScreenshot>isEscapedModel in interface SCProductScreenshotModeltrue if this model instance is escaped;
false otherwisepublic 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductScreenshot>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SCProductScreenshotModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>setExpandoBridgeAttributes in interface SCProductScreenshotModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCProductScreenshot>clone in interface SCProductScreenshotModelclone in class Objectpublic int compareTo(SCProductScreenshot scProductScreenshot)
compareTo in interface SCProductScreenshotModelcompareTo in interface Comparable<SCProductScreenshot>public int hashCode()
hashCode in interface SCProductScreenshotModelhashCode in class Objectpublic CacheModel<SCProductScreenshot> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SCProductScreenshot>toCacheModel in interface SCProductScreenshotModelpublic SCProductScreenshot toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SCProductScreenshot>toEscapedModel in interface SCProductScreenshotModelAutoEscapeBeanHandlerpublic SCProductScreenshot toUnescapedModel()
toUnescapedModel in interface BaseModel<SCProductScreenshot>toUnescapedModel in interface SCProductScreenshotModelpublic String toString()
toString in interface SCProductScreenshotModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCProductScreenshot>toXmlString in interface SCProductScreenshotModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic SCProductScreenshot getWrappedSCProductScreenshot()
getWrappedModel()
public SCProductScreenshot getWrappedModel()
getWrappedModel in interface ModelWrapper<SCProductScreenshot>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SCProductScreenshot>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||