@ProviderType public class ImageWrapper extends Object implements Image, ModelWrapper<Image>
This class is a wrapper for Image
.
Image
,
Serialized FormIMAGE_ID_ACCESSOR
Constructor and Description |
---|
ImageWrapper(Image image) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(Image image) |
boolean |
equals(Object obj) |
long |
getCompanyId()
Returns the company ID of this image.
|
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 |
getMvccVersion()
Returns the mvcc version 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.
|
byte[] |
getTextObj() |
String |
getType()
Returns the type of this image.
|
int |
getWidth()
Returns the width of this image.
|
Image |
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 image.
|
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 |
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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version 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 |
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.
|
public ImageWrapper(Image image)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<Image>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<Image>
public Object clone()
BaseModel
clone
in interface BaseModel<Image>
clone
in interface ImageModel
clone
in class Object
public int compareTo(Image image)
compareTo
in interface ImageModel
compareTo
in interface Comparable<Image>
public long getCompanyId()
getCompanyId
in interface ImageModel
getCompanyId
in interface ShardedModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<Image>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface ImageModel
public int getHeight()
getHeight
in interface ImageModel
public long getImageId()
getImageId
in interface ImageModel
public Date getModifiedDate()
getModifiedDate
in interface ImageModel
public long getMvccVersion()
getMvccVersion
in interface ImageModel
getMvccVersion
in interface MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface ImageModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<Image>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface ImageModel
public int getSize()
getSize
in interface ImageModel
public byte[] getTextObj()
getTextObj
in interface Image
public String getType()
getType
in interface ImageModel
public int getWidth()
getWidth
in interface ImageModel
public int hashCode()
hashCode
in interface ImageModel
hashCode
in class Object
public boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<Image>
isCachedModel
in interface ImageModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<Image>
isEscapedModel
in interface ImageModel
true
if this model instance is escaped;
false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<Image>
isNew
in interface ImageModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void persist()
PersistedModel
persist
in interface PersistedModel
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<Image>
setCachedModel
in interface ImageModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setCompanyId(long companyId)
setCompanyId
in interface ImageModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this imagepublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<Image>
setExpandoBridgeAttributes
in interface ImageModel
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<Image>
setExpandoBridgeAttributes
in interface ImageModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<Image>
setExpandoBridgeAttributes
in interface ImageModel
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setHeight(int height)
setHeight
in interface ImageModel
height
- the height of this imagepublic void setImageId(long imageId)
setImageId
in interface ImageModel
imageId
- the image ID of this imagepublic void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface ImageModel
modifiedDate
- the modified date of this imagepublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface ImageModel
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this imagepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<Image>
setNew
in interface ImageModel
n
- whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface ImageModel
primaryKey
- the primary key of this imagepublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<Image>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface ImageModel
primaryKeyObj
- the primary key of this model instancepublic void setSize(int size)
setSize
in interface ImageModel
size
- the size of this imagepublic void setTextObj(byte[] textObj)
setTextObj
in interface Image
public void setType(String type)
setType
in interface ImageModel
type
- the type of this imagepublic void setWidth(int width)
setWidth
in interface ImageModel
width
- the width of this imagepublic CacheModel<Image> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<Image>
toCacheModel
in interface ImageModel
public Image toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<Image>
toEscapedModel
in interface ImageModel
AutoEscapeBeanHandler
public String toString()
toString
in interface ImageModel
toString
in class Object
public Image toUnescapedModel()
toUnescapedModel
in interface BaseModel<Image>
toUnescapedModel
in interface ImageModel
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<Image>
toXmlString
in interface ImageModel
public boolean equals(Object obj)
equals
in class Object
public Image getWrappedModel()
getWrappedModel
in interface ModelWrapper<Image>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<Image>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<Image>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<Image>