|
Liferay 6.0.3 | |||||||||
| 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()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFullImageId()
|
long |
getGroupId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getPriority()
|
long |
getProductEntryId()
|
long |
getProductScreenshotId()
|
long |
getThumbnailId()
|
SCProductScreenshot |
getWrappedSCProductScreenshot()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setGroupId(long groupId)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setPriority(int priority)
|
void |
setProductEntryId(long productEntryId)
|
void |
setProductScreenshotId(long productScreenshotId)
|
void |
setThumbnailId(long thumbnailId)
|
SCProductScreenshot |
toEscapedModel()
|
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()
getPrimaryKey in interface SCProductScreenshotModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SCProductScreenshotModelpublic long getProductScreenshotId()
getProductScreenshotId in interface SCProductScreenshotModelpublic void setProductScreenshotId(long productScreenshotId)
setProductScreenshotId in interface SCProductScreenshotModelpublic long getCompanyId()
getCompanyId in interface SCProductScreenshotModelpublic void setCompanyId(long companyId)
setCompanyId in interface SCProductScreenshotModelpublic long getGroupId()
getGroupId in interface SCProductScreenshotModelpublic void setGroupId(long groupId)
setGroupId in interface SCProductScreenshotModelpublic long getProductEntryId()
getProductEntryId in interface SCProductScreenshotModelpublic void setProductEntryId(long productEntryId)
setProductEntryId in interface SCProductScreenshotModelpublic long getThumbnailId()
getThumbnailId in interface SCProductScreenshotModelpublic void setThumbnailId(long thumbnailId)
setThumbnailId in interface SCProductScreenshotModelpublic long getFullImageId()
getFullImageId in interface SCProductScreenshotModelpublic void setFullImageId(long fullImageId)
setFullImageId in interface SCProductScreenshotModelpublic int getPriority()
getPriority in interface SCProductScreenshotModelpublic void setPriority(int priority)
setPriority in interface SCProductScreenshotModelpublic SCProductScreenshot toEscapedModel()
toEscapedModel in interface SCProductScreenshotModelpublic 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 has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped 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 has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||