|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.ImageWrapper
public class ImageWrapper
This class is a wrapper for Image.
Image,
Serialized Form| Constructor Summary | |
|---|---|
ImageWrapper(Image image)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Image image)
|
boolean |
equals(Object obj)
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
int |
getHeight()
Returns the height of this image. |
long |
getImageId()
Returns the image ID of this image. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this image. |
long |
getPrimaryKey()
Returns the primary key of this image. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getSize()
Returns the size of this image. |
String |
getText()
Returns the text of this image. |
byte[] |
getTextObj()
|
String |
getType()
Returns the type of this image. |
int |
getWidth()
Returns the width of this image. |
Image |
getWrappedImage()
Deprecated. Renamed to getWrappedModel() |
Image |
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 |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setHeight(int height)
Sets the height of this image. |
void |
setImageId(long imageId)
Sets the image ID of this image. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this image. |
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 image. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setSize(int size)
Sets the size of this image. |
void |
setText(String text)
Sets the text of this image. |
void |
setTextObj(byte[] textObj)
|
void |
setType(String type)
Sets the type of this image. |
void |
setWidth(int width)
Sets the width of this image. |
CacheModel<Image> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
Image |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
Image |
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 ImageWrapper(Image image)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<Image>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<Image>public long getPrimaryKey()
getPrimaryKey in interface ImageModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ImageModelprimaryKey - the primary key of this imagepublic long getImageId()
getImageId in interface ImageModelpublic void setImageId(long imageId)
setImageId in interface ImageModelimageId - the image ID of this imagepublic Date getModifiedDate()
getModifiedDate in interface ImageModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface ImageModelmodifiedDate - the modified date of this imagepublic String getText()
getText in interface ImageModelpublic void setText(String text)
setText in interface ImageModeltext - the text of this imagepublic String getType()
getType in interface ImageModelpublic void setType(String type)
setType in interface ImageModeltype - the type of this imagepublic int getHeight()
getHeight in interface ImageModelpublic void setHeight(int height)
setHeight in interface ImageModelheight - the height of this imagepublic int getWidth()
getWidth in interface ImageModelpublic void setWidth(int width)
setWidth in interface ImageModelwidth - the width of this imagepublic int getSize()
getSize in interface ImageModelpublic void setSize(int size)
setSize in interface ImageModelsize - the size of this imagepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<Image>isNew in interface ImageModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<Image>setNew in interface ImageModeln - 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<Image>isCachedModel in interface ImageModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Image>setCachedModel in interface ImageModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<Image>isEscapedModel in interface ImageModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Image>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface ImageModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<Image>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface ImageModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Image>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface ImageModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Image>setExpandoBridgeAttributes in interface ImageModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Image>clone in interface ImageModelclone in class Objectpublic int compareTo(Image image)
compareTo in interface ImageModelcompareTo in interface Comparable<Image>public int hashCode()
hashCode in interface ImageModelhashCode in class Objectpublic CacheModel<Image> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<Image>toCacheModel in interface ImageModelpublic Image toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<Image>toEscapedModel in interface ImageModelAutoEscapeBeanHandlerpublic Image toUnescapedModel()
toUnescapedModel in interface BaseModel<Image>toUnescapedModel in interface ImageModelpublic String toString()
toString in interface ImageModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Image>toXmlString in interface ImageModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic byte[] getTextObj()
getTextObj in interface Imagepublic void setTextObj(byte[] textObj)
setTextObj in interface Imagepublic boolean equals(Object obj)
equals in class Objectpublic Image getWrappedImage()
getWrappedModel()
public Image getWrappedModel()
getWrappedModel in interface ModelWrapper<Image>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<Image>
|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||