@ProviderType public class JournalArticleImageModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage> implements JournalArticleImageModel
This implementation and its corresponding interface JournalArticleImageModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalArticleImageImpl
.
JournalArticleImageImpl
,
JournalArticleImage
,
JournalArticleImageModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
ARTICLEID_COLUMN_BITMASK |
static long |
ARTICLEIMAGEID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static long |
ELINSTANCEID_COLUMN_BITMASK |
static long |
ELNAME_COLUMN_BITMASK |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LANGUAGEID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static long |
TEMPIMAGE_COLUMN_BITMASK |
static java.lang.String |
TX_MANAGER |
static long |
VERSION_COLUMN_BITMASK |
Constructor and Description |
---|
JournalArticleImageModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
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.
|
long |
getColumnBitmask() |
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.lang.String |
getOriginalArticleId() |
java.lang.String |
getOriginalElInstanceId() |
java.lang.String |
getOriginalElName() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalLanguageId() |
boolean |
getOriginalTempImage() |
double |
getOriginalVersion() |
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 |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isTempImage()
Returns
true if this journal article image is temp image. |
void |
resetOriginalValues() |
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 |
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.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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long ARTICLEID_COLUMN_BITMASK
public static final long ELINSTANCEID_COLUMN_BITMASK
public static final long ELNAME_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long LANGUAGEID_COLUMN_BITMASK
public static final long TEMPIMAGE_COLUMN_BITMASK
public static final long VERSION_COLUMN_BITMASK
public static final long ARTICLEIMAGEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
JournalArticleImageModel
getPrimaryKey
in interface JournalArticleImageModel
public void setPrimaryKey(long primaryKey)
JournalArticleImageModel
setPrimaryKey
in interface JournalArticleImageModel
primaryKey
- the primary key of this journal article imagepublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface JournalArticleImageModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface JournalArticleImageModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage>
public long getArticleImageId()
JournalArticleImageModel
getArticleImageId
in interface JournalArticleImageModel
public void setArticleImageId(long articleImageId)
JournalArticleImageModel
setArticleImageId
in interface JournalArticleImageModel
articleImageId
- the article image ID of this journal article imagepublic long getGroupId()
JournalArticleImageModel
getGroupId
in interface JournalArticleImageModel
public void setGroupId(long groupId)
JournalArticleImageModel
setGroupId
in interface JournalArticleImageModel
groupId
- the group ID of this journal article imagepublic long getOriginalGroupId()
public long getCompanyId()
JournalArticleImageModel
getCompanyId
in interface JournalArticleImageModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
JournalArticleImageModel
setCompanyId
in interface JournalArticleImageModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this journal article imagepublic java.lang.String getArticleId()
JournalArticleImageModel
getArticleId
in interface JournalArticleImageModel
public void setArticleId(java.lang.String articleId)
JournalArticleImageModel
setArticleId
in interface JournalArticleImageModel
articleId
- the article ID of this journal article imagepublic java.lang.String getOriginalArticleId()
public double getVersion()
JournalArticleImageModel
getVersion
in interface JournalArticleImageModel
public void setVersion(double version)
JournalArticleImageModel
setVersion
in interface JournalArticleImageModel
version
- the version of this journal article imagepublic double getOriginalVersion()
public java.lang.String getElInstanceId()
JournalArticleImageModel
getElInstanceId
in interface JournalArticleImageModel
public void setElInstanceId(java.lang.String elInstanceId)
JournalArticleImageModel
setElInstanceId
in interface JournalArticleImageModel
elInstanceId
- the el instance ID of this journal article imagepublic java.lang.String getOriginalElInstanceId()
public java.lang.String getElName()
JournalArticleImageModel
getElName
in interface JournalArticleImageModel
public void setElName(java.lang.String elName)
JournalArticleImageModel
setElName
in interface JournalArticleImageModel
elName
- the el name of this journal article imagepublic java.lang.String getOriginalElName()
public java.lang.String getLanguageId()
JournalArticleImageModel
getLanguageId
in interface JournalArticleImageModel
public void setLanguageId(java.lang.String languageId)
JournalArticleImageModel
setLanguageId
in interface JournalArticleImageModel
languageId
- the language ID of this journal article imagepublic java.lang.String getOriginalLanguageId()
public boolean getTempImage()
JournalArticleImageModel
getTempImage
in interface JournalArticleImageModel
public boolean isTempImage()
JournalArticleImageModel
true
if this journal article image is temp image.isTempImage
in interface JournalArticleImageModel
true
if this journal article image is temp image; false
otherwisepublic void setTempImage(boolean tempImage)
JournalArticleImageModel
setTempImage
in interface JournalArticleImageModel
tempImage
- the temp image of this journal article imagepublic boolean getOriginalTempImage()
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface JournalArticleImageModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface JournalArticleImageModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage>
public JournalArticleImage toEscapedModel()
toEscapedModel
in interface JournalArticleImageModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage>
public java.lang.Object clone()
clone
in interface JournalArticleImageModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage>
public int compareTo(JournalArticleImage journalArticleImage)
compareTo
in interface JournalArticleImageModel
compareTo
in interface java.lang.Comparable<JournalArticleImage>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface JournalArticleImageModel
hashCode
in class java.lang.Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage>
public com.liferay.portal.kernel.model.CacheModel<JournalArticleImage> toCacheModel()
toCacheModel
in interface JournalArticleImageModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalArticleImage>
public java.lang.String toString()
toString
in interface JournalArticleImageModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface JournalArticleImageModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<JournalArticleImage>