|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<JournalArticleImage>
com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl
public class JournalArticleImageModelImpl
The base model implementation for the JournalArticleImage service. Represents a row in the "JournalArticleImage" database table, with each column mapped to a property of this class.
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 Form| Field Summary | |
|---|---|
static long |
ARTICLEID_COLUMN_BITMASK
|
static long |
ARTICLEIMAGEID_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static 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 String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static long |
TEMPIMAGE_COLUMN_BITMASK
|
static String |
TX_MANAGER
|
static long |
VERSION_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
JournalArticleImageModelImpl()
|
|
| 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. |
long |
getColumnBitmask()
|
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()
|
String |
getOriginalArticleId()
|
String |
getOriginalElInstanceId()
|
String |
getOriginalElName()
|
long |
getOriginalGroupId()
|
String |
getOriginalLanguageId()
|
boolean |
getOriginalTempImage()
|
double |
getOriginalVersion()
|
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. |
int |
hashCode()
|
boolean |
isTempImage()
Returns true if this journal article image is temp image. |
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 |
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(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 |
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()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.journal.model.JournalArticleImageModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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 long ARTICLEID_COLUMN_BITMASK
public static long ELINSTANCEID_COLUMN_BITMASK
public static long ELNAME_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long LANGUAGEID_COLUMN_BITMASK
public static long TEMPIMAGE_COLUMN_BITMASK
public static long VERSION_COLUMN_BITMASK
public static long ARTICLEIMAGEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public JournalArticleImageModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
JournalArticleImageModel
getPrimaryKey in interface JournalArticleImageModelpublic void setPrimaryKey(long primaryKey)
JournalArticleImageModel
setPrimaryKey in interface JournalArticleImageModelprimaryKey - the primary key of this journal article imagepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalArticleImage>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface JournalArticleImageModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<JournalArticleImage>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface JournalArticleImageModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<JournalArticleImage>getModelAttributes in class BaseModelImpl<JournalArticleImage>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<JournalArticleImage>setModelAttributes in class BaseModelImpl<JournalArticleImage>public long getArticleImageId()
JournalArticleImageModel
getArticleImageId in interface JournalArticleImageModelpublic void setArticleImageId(long articleImageId)
JournalArticleImageModel
setArticleImageId in interface JournalArticleImageModelarticleImageId - the article image ID of this journal article imagepublic long getGroupId()
JournalArticleImageModel
getGroupId in interface JournalArticleImageModelpublic void setGroupId(long groupId)
JournalArticleImageModel
setGroupId in interface JournalArticleImageModelgroupId - the group ID of this journal article imagepublic long getOriginalGroupId()
public String getArticleId()
JournalArticleImageModel
getArticleId in interface JournalArticleImageModelpublic void setArticleId(String articleId)
JournalArticleImageModel
setArticleId in interface JournalArticleImageModelarticleId - the article ID of this journal article imagepublic String getOriginalArticleId()
public double getVersion()
JournalArticleImageModel
getVersion in interface JournalArticleImageModelpublic void setVersion(double version)
JournalArticleImageModel
setVersion in interface JournalArticleImageModelversion - the version of this journal article imagepublic double getOriginalVersion()
public String getElInstanceId()
JournalArticleImageModel
getElInstanceId in interface JournalArticleImageModelpublic void setElInstanceId(String elInstanceId)
JournalArticleImageModel
setElInstanceId in interface JournalArticleImageModelelInstanceId - the el instance ID of this journal article imagepublic String getOriginalElInstanceId()
public String getElName()
JournalArticleImageModel
getElName in interface JournalArticleImageModelpublic void setElName(String elName)
JournalArticleImageModel
setElName in interface JournalArticleImageModelelName - the el name of this journal article imagepublic String getOriginalElName()
public String getLanguageId()
JournalArticleImageModel
getLanguageId in interface JournalArticleImageModelpublic void setLanguageId(String languageId)
JournalArticleImageModel
setLanguageId in interface JournalArticleImageModellanguageId - the language ID of this journal article imagepublic String getOriginalLanguageId()
public boolean getTempImage()
JournalArticleImageModel
getTempImage in interface JournalArticleImageModelpublic boolean isTempImage()
JournalArticleImageModeltrue 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)
JournalArticleImageModel
setTempImage in interface JournalArticleImageModeltempImage - the temp image of this journal article imagepublic boolean getOriginalTempImage()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalArticleImage>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface JournalArticleImageModelgetExpandoBridge in class BaseModelImpl<JournalArticleImage>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalArticleImage>setExpandoBridgeAttributes in interface JournalArticleImageModelsetExpandoBridgeAttributes in class BaseModelImpl<JournalArticleImage>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public JournalArticleImage toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<JournalArticleImage>toEscapedModel in interface JournalArticleImageModeltoEscapedModel in class BaseModelImpl<JournalArticleImage>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<JournalArticleImage>clone in interface JournalArticleImageModelclone in class BaseModelImpl<JournalArticleImage>public int compareTo(JournalArticleImage journalArticleImage)
compareTo in interface JournalArticleImageModelcompareTo in interface Comparable<JournalArticleImage>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface JournalArticleImageModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<JournalArticleImage>resetOriginalValues in class BaseModelImpl<JournalArticleImage>public CacheModel<JournalArticleImage> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<JournalArticleImage>toCacheModel in interface JournalArticleImageModeltoCacheModel in class BaseModelImpl<JournalArticleImage>public String toString()
toString in interface JournalArticleImageModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalArticleImage>toXmlString in interface JournalArticleImageModel
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||