|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.model.JournalArticleImageWrapper
@ProviderType public class JournalArticleImageWrapper
This class is a wrapper for JournalArticleImage.
JournalArticleImage,
Serialized Form| Constructor Summary | |
|---|---|
JournalArticleImageWrapper(JournalArticleImage journalArticleImage)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalArticleImage journalArticleImage)
|
boolean |
equals(Object obj)
|
String |
getArticleId()
Returns the article ID of this journal article image. |
long |
getArticleImageId()
Returns the article image ID of this journal article image. |
String |
getElInstanceId()
Returns the el instance ID of this journal article image. |
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. |
String |
getLanguageId()
Returns the language ID of this journal article image. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getPrimaryKey()
Returns the primary key of this journal article image. |
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 |
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. |
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(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(String elInstanceId)
Sets the el instance ID of this journal article image. |
void |
setElName(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(String languageId)
Sets the language ID of this journal article image. |
void |
setModelAttributes(Map<String,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(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. |
String |
toString()
|
JournalArticleImage |
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 JournalArticleImageWrapper(JournalArticleImage journalArticleImage)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<JournalArticleImage>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<JournalArticleImage>public Object clone()
BaseModel
clone in interface BaseModel<JournalArticleImage>clone in interface JournalArticleImageModelclone in class Objectpublic int compareTo(JournalArticleImage journalArticleImage)
compareTo in interface JournalArticleImageModelcompareTo in interface Comparable<JournalArticleImage>public String getArticleId()
getArticleId in interface JournalArticleImageModelpublic long getArticleImageId()
getArticleImageId in interface JournalArticleImageModelpublic String getElInstanceId()
getElInstanceId in interface JournalArticleImageModelpublic String getElName()
getElName in interface JournalArticleImageModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalArticleImage>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface JournalArticleImageModelpublic long getGroupId()
getGroupId in interface JournalArticleImageModelpublic String getLanguageId()
getLanguageId in interface JournalArticleImageModelpublic long getPrimaryKey()
getPrimaryKey in interface JournalArticleImageModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalArticleImage>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface JournalArticleImageModelpublic boolean getTempImage()
getTempImage in interface JournalArticleImageModelpublic double getVersion()
getVersion in interface JournalArticleImageModelpublic int hashCode()
hashCode in interface JournalArticleImageModelhashCode in class Objectpublic 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 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 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 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 persist()
PersistedModel
persist in interface PersistedModelpublic void setArticleId(String articleId)
setArticleId in interface JournalArticleImageModelarticleId - the article ID of this journal article imagepublic void setArticleImageId(long articleImageId)
setArticleImageId in interface JournalArticleImageModelarticleImageId - the article image ID of this journal article imagepublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<JournalArticleImage>setCachedModel in interface JournalArticleImageModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setElInstanceId(String elInstanceId)
setElInstanceId in interface JournalArticleImageModelelInstanceId - the el instance ID of this journal article imagepublic void setElName(String elName)
setElName in interface JournalArticleImageModelelName - the el name of this journal article imagepublic 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)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalArticleImage>setExpandoBridgeAttributes in interface JournalArticleImageModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setGroupId(long groupId)
setGroupId in interface JournalArticleImageModelgroupId - the group ID of this journal article imagepublic void setLanguageId(String languageId)
setLanguageId in interface JournalArticleImageModellanguageId - the language ID of this journal article imagepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<JournalArticleImage>setNew in interface JournalArticleImageModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalArticleImageModelprimaryKey - the primary key of this journal article imagepublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<JournalArticleImage>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface JournalArticleImageModelprimaryKeyObj - the primary key of this model instancepublic void setTempImage(boolean tempImage)
setTempImage in interface JournalArticleImageModeltempImage - the temp image of this journal article imagepublic void setVersion(double version)
setVersion in interface JournalArticleImageModelversion - the version of this journal article imagepublic CacheModel<JournalArticleImage> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<JournalArticleImage>toCacheModel in interface JournalArticleImageModelpublic JournalArticleImage toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<JournalArticleImage>toEscapedModel in interface JournalArticleImageModelAutoEscapeBeanHandlerpublic String toString()
toString in interface JournalArticleImageModeltoString in class Objectpublic JournalArticleImage toUnescapedModel()
toUnescapedModel in interface BaseModel<JournalArticleImage>toUnescapedModel in interface JournalArticleImageModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalArticleImage>toXmlString in interface JournalArticleImageModelpublic boolean equals(Object obj)
equals in class Object@Deprecated public JournalArticleImage getWrappedJournalArticleImage()
getWrappedModel()
public JournalArticleImage getWrappedModel()
getWrappedModel in interface ModelWrapper<JournalArticleImage>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<JournalArticleImage>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<JournalArticleImage>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<JournalArticleImage>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||