@ProviderType public interface JournalArticleImageModel extends com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.journal.model.impl.JournalArticleImageModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.journal.model.impl.JournalArticleImageImpl.
JournalArticleImage,
com.liferay.journal.model.impl.JournalArticleImageImpl,
com.liferay.journal.model.impl.JournalArticleImageModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
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.
|
long |
getCompanyId()
Returns the company 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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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() |
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() |
boolean |
isEscapedModel() |
boolean |
isNew() |
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) |
void |
setCompanyId(long companyId)
Sets the company ID of this journal article image.
|
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(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal article image.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<JournalArticleImage> |
toCacheModel() |
JournalArticleImage |
toEscapedModel() |
java.lang.String |
toString() |
JournalArticleImage |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long 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 imagelong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company 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()
isNew in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>int compareTo(JournalArticleImage journalArticleImage)
compareTo in interface java.lang.Comparable<JournalArticleImage>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<JournalArticleImage> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>JournalArticleImage toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>JournalArticleImage toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>