|
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.portlet.softwarecatalog.model.SCProductScreenshotWrapper
@ProviderType 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)
|
boolean |
equals(Object obj)
|
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. As of 6.1.0, replaced by getWrappedModel() |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
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(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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 |
|---|
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 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 long getCompanyId()
getCompanyId in interface SCProductScreenshotModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductScreenshot>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SCProductScreenshotModelpublic long getFullImageId()
getFullImageId in interface SCProductScreenshotModelpublic long getGroupId()
getGroupId in interface SCProductScreenshotModelpublic long getPrimaryKey()
getPrimaryKey in interface SCProductScreenshotModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductScreenshot>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SCProductScreenshotModelpublic int getPriority()
getPriority in interface SCProductScreenshotModelpublic long getProductEntryId()
getProductEntryId in interface SCProductScreenshotModelpublic long getProductScreenshotId()
getProductScreenshotId in interface SCProductScreenshotModelpublic long getThumbnailId()
getThumbnailId in interface SCProductScreenshotModelpublic int hashCode()
hashCode in interface SCProductScreenshotModelhashCode in class Objectpublic 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 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 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 persist()
PersistedModel
persist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SCProductScreenshot>setCachedModel in interface SCProductScreenshotModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface SCProductScreenshotModelcompanyId - the company ID of this s c product screenshotpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>setExpandoBridgeAttributes in interface SCProductScreenshotModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>setExpandoBridgeAttributes in interface SCProductScreenshotModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>setExpandoBridgeAttributes in interface SCProductScreenshotModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setFullImageId(long fullImageId)
setFullImageId in interface SCProductScreenshotModelfullImageId - the full image ID of this s c product screenshotpublic void setGroupId(long groupId)
setGroupId in interface SCProductScreenshotModelgroupId - the group ID of this s c product screenshotpublic 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 void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SCProductScreenshotModelprimaryKey - the primary key of this s c product screenshotpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SCProductScreenshot>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SCProductScreenshotModelprimaryKeyObj - the primary key of this model instancepublic void setPriority(int priority)
setPriority in interface SCProductScreenshotModelpriority - the priority of this s c product screenshotpublic void setProductEntryId(long productEntryId)
setProductEntryId in interface SCProductScreenshotModelproductEntryId - the product entry ID of this s c product screenshotpublic void setProductScreenshotId(long productScreenshotId)
setProductScreenshotId in interface SCProductScreenshotModelproductScreenshotId - the product screenshot ID of this s c product screenshotpublic void setThumbnailId(long thumbnailId)
setThumbnailId in interface SCProductScreenshotModelthumbnailId - the thumbnail ID of this s c product screenshotpublic 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 String toString()
toString in interface SCProductScreenshotModeltoString in class Objectpublic SCProductScreenshot toUnescapedModel()
toUnescapedModel in interface BaseModel<SCProductScreenshot>toUnescapedModel in interface SCProductScreenshotModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCProductScreenshot>toXmlString in interface SCProductScreenshotModelpublic boolean equals(Object obj)
equals in class Object@Deprecated public SCProductScreenshot getWrappedSCProductScreenshot()
getWrappedModel()
public SCProductScreenshot getWrappedModel()
getWrappedModel in interface ModelWrapper<SCProductScreenshot>public 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>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||