@ProviderType public class JournalArticleImageWrapper extends java.lang.Object implements JournalArticleImage, ModelWrapper<JournalArticleImage>
This class is a wrapper for JournalArticleImage.
JournalArticleImage,
Serialized Form| Constructor and Description |
|---|
JournalArticleImageWrapper(JournalArticleImage journalArticleImage) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(JournalArticleImage journalArticleImage) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArticleId()
Returns the article ID of this journal article image.
|
long |
getArticleImageId()
Returns the article image ID of this journal article image.
|
java.lang.String |
getElInstanceId()
Returns the el instance ID of this journal article image.
|
java.lang.String |
getElName()
Returns the el name of this journal article image.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this journal article image.
|
java.lang.String |
getLanguageId()
Returns the language ID of this journal article image.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this journal article image.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
boolean |
getTempImage()
Returns the temp image of this journal article image.
|
double |
getVersion()
Returns the version of this journal article image.
|
JournalArticleImage |
getWrappedJournalArticleImage()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
JournalArticleImage |
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. |
boolean |
isTempImage()
Returns
true if this journal article image is temp image. |
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 |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal article image.
|
void |
setArticleImageId(long articleImageId)
Sets the article image ID of this journal article image.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setElInstanceId(java.lang.String elInstanceId)
Sets the el instance ID of this journal article image.
|
void |
setElName(java.lang.String elName)
Sets the el name of this journal article 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 |
setGroupId(long groupId)
Sets the group ID of this journal article image.
|
void |
setLanguageId(java.lang.String languageId)
Sets the language ID of this journal article image.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.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 journal article image.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setTempImage(boolean tempImage)
Sets whether this journal article image is temp image.
|
void |
setVersion(double version)
Sets the version of this journal article image.
|
CacheModel<JournalArticleImage> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
JournalArticleImage |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
JournalArticleImage |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public JournalArticleImageWrapper(JournalArticleImage journalArticleImage)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<JournalArticleImage>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<JournalArticleImage>public long getPrimaryKey()
getPrimaryKey in interface JournalArticleImageModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalArticleImageModelprimaryKey - the primary key of this journal article imagepublic long getArticleImageId()
getArticleImageId in interface JournalArticleImageModelpublic void setArticleImageId(long articleImageId)
setArticleImageId in interface JournalArticleImageModelarticleImageId - the article image ID of this journal article imagepublic long getGroupId()
getGroupId in interface JournalArticleImageModelpublic void setGroupId(long groupId)
setGroupId in interface JournalArticleImageModelgroupId - the group ID of this journal article imagepublic java.lang.String getArticleId()
getArticleId in interface JournalArticleImageModelpublic void setArticleId(java.lang.String articleId)
setArticleId in interface JournalArticleImageModelarticleId - the article ID of this journal article imagepublic double getVersion()
getVersion in interface JournalArticleImageModelpublic void setVersion(double version)
setVersion in interface JournalArticleImageModelversion - the version of this journal article imagepublic java.lang.String getElInstanceId()
getElInstanceId in interface JournalArticleImageModelpublic void setElInstanceId(java.lang.String elInstanceId)
setElInstanceId in interface JournalArticleImageModelelInstanceId - the el instance ID of this journal article imagepublic java.lang.String getElName()
getElName in interface JournalArticleImageModelpublic void setElName(java.lang.String elName)
setElName in interface JournalArticleImageModelelName - the el name of this journal article imagepublic java.lang.String getLanguageId()
getLanguageId in interface JournalArticleImageModelpublic void setLanguageId(java.lang.String languageId)
setLanguageId in interface JournalArticleImageModellanguageId - the language ID of this journal article imagepublic boolean getTempImage()
getTempImage in interface JournalArticleImageModelpublic boolean isTempImage()
true if this journal article image is temp image.isTempImage in interface JournalArticleImageModeltrue if this journal article image is temp image; false otherwisepublic void setTempImage(boolean tempImage)
setTempImage in interface JournalArticleImageModeltempImage - the temp image of this journal article imagepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<JournalArticleImage>isNew in interface JournalArticleImageModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<JournalArticleImage>setNew in interface JournalArticleImageModeln - 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<JournalArticleImage>isCachedModel in interface JournalArticleImageModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<JournalArticleImage>setCachedModel in interface JournalArticleImageModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<JournalArticleImage>isEscapedModel in interface JournalArticleImageModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<JournalArticleImage>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface JournalArticleImageModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<JournalArticleImage>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface JournalArticleImageModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<JournalArticleImage>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface JournalArticleImageModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<JournalArticleImage>setExpandoBridgeAttributes in interface JournalArticleImageModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<JournalArticleImage>setExpandoBridgeAttributes in interface JournalArticleImageModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<JournalArticleImage>setExpandoBridgeAttributes in interface JournalArticleImageModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.Object clone()
BaseModelclone in interface BaseModel<JournalArticleImage>clone in interface JournalArticleImageModelclone in class java.lang.Objectpublic int compareTo(JournalArticleImage journalArticleImage)
compareTo in interface JournalArticleImageModelcompareTo in interface java.lang.Comparable<JournalArticleImage>public int hashCode()
hashCode in interface JournalArticleImageModelhashCode in class java.lang.Objectpublic CacheModel<JournalArticleImage> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<JournalArticleImage>toCacheModel in interface JournalArticleImageModelpublic JournalArticleImage toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<JournalArticleImage>toEscapedModel in interface JournalArticleImageModelAutoEscapeBeanHandlerpublic JournalArticleImage toUnescapedModel()
toUnescapedModel in interface BaseModel<JournalArticleImage>toUnescapedModel in interface JournalArticleImageModelpublic java.lang.String toString()
toString in interface JournalArticleImageModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<JournalArticleImage>toXmlString in interface JournalArticleImageModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic JournalArticleImage getWrappedJournalArticleImage()
getWrappedModel()public JournalArticleImage getWrappedModel()
getWrappedModel in interface ModelWrapper<JournalArticleImage>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<JournalArticleImage>