|
Liferay 6.0.4 | |||||||||
| 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()
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 |
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. |
SCProductScreenshot |
getWrappedSCProductScreenshot()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SCProductScreenshotWrapper(SCProductScreenshot scProductScreenshot)
| 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 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 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 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 int getPriority()
SCProductScreenshotModel
getPriority in interface SCProductScreenshotModelpublic void setPriority(int priority)
SCProductScreenshotModel
setPriority in interface SCProductScreenshotModelpriority - the priority of this s c product screenshotpublic SCProductScreenshot toEscapedModel()
SCProductScreenshotModelAutoEscapeBeanHandler.
toEscapedModel in interface SCProductScreenshotModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
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()
BaseModel
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()
BaseModel
isEscapedModel in interface BaseModel<SCProductScreenshot>isEscapedModel in interface SCProductScreenshotModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<SCProductScreenshot>setEscapedModel in interface SCProductScreenshotModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductScreenshot>getPrimaryKeyObj in interface SCProductScreenshotModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductScreenshot>getExpandoBridge in interface SCProductScreenshotModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>setExpandoBridgeAttributes in interface SCProductScreenshotModelserviceContext - 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 Objectpublic int compareTo(SCProductScreenshot scProductScreenshot)
compareTo in interface SCProductScreenshotModelcompareTo in interface Comparable<SCProductScreenshot>public 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 SCProductScreenshotModelpublic SCProductScreenshot getWrappedSCProductScreenshot()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||