@ProviderType public interface JournalArticleImageModel extends BaseModel<JournalArticleImage>
This interface and its corresponding implementation JournalArticleImageModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalArticleImageImpl.
JournalArticleImage,
JournalArticleImageImpl,
JournalArticleImageModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(JournalArticleImage journalArticleImage) |
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.
|
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.
|
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 |
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 |
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.
|
getModelAttributes, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this journal article imagelong getArticleImageId()
void setArticleImageId(long articleImageId)
articleImageId - the article image ID of this journal article imagelong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this journal article image@AutoEscape java.lang.String getArticleId()
void setArticleId(java.lang.String articleId)
articleId - the article ID of this journal article imagedouble getVersion()
void setVersion(double version)
version - the version of this journal article image@AutoEscape java.lang.String getElInstanceId()
void setElInstanceId(java.lang.String elInstanceId)
elInstanceId - the el instance ID of this journal article image@AutoEscape java.lang.String getElName()
void setElName(java.lang.String elName)
elName - the el name of this journal article image@AutoEscape java.lang.String getLanguageId()
void setLanguageId(java.lang.String languageId)
languageId - the language ID of this journal article imageboolean getTempImage()
boolean isTempImage()
true if this journal article image is temp image.true if this journal article image is temp image; false otherwisevoid setTempImage(boolean tempImage)
tempImage - the temp image of this journal article imageboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<JournalArticleImage>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<JournalArticleImage>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<JournalArticleImage>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<JournalArticleImage>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<JournalArticleImage>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<JournalArticleImage>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<JournalArticleImage>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<JournalArticleImage>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<JournalArticleImage>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<JournalArticleImage>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<JournalArticleImage>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModelclone in interface BaseModel<JournalArticleImage>int compareTo(JournalArticleImage journalArticleImage)
compareTo in interface java.lang.Comparable<JournalArticleImage>int hashCode()
hashCode in class java.lang.ObjectCacheModel<JournalArticleImage> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<JournalArticleImage>JournalArticleImage toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<JournalArticleImage>AutoEscapeBeanHandlerJournalArticleImage toUnescapedModel()
toUnescapedModel in interface BaseModel<JournalArticleImage>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<JournalArticleImage>