|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField Summary | |
---|---|
static long |
ARTICLEID_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 |
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()
|
JournalArticleImage |
toUnescapedModel()
|
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 |
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 |
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 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 final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public JournalArticleImageModelImpl()
Method Detail |
---|
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 Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<JournalArticleImage>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface JournalArticleImageModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<JournalArticleImage>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface JournalArticleImageModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public 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 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 String getArticleId()
JournalArticleImageModel
getArticleId
in interface JournalArticleImageModel
public void setArticleId(String articleId)
JournalArticleImageModel
setArticleId
in interface JournalArticleImageModel
articleId
- the article ID of this journal article imagepublic 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 String getElInstanceId()
JournalArticleImageModel
getElInstanceId
in interface JournalArticleImageModel
public void setElInstanceId(String elInstanceId)
JournalArticleImageModel
setElInstanceId
in interface JournalArticleImageModel
elInstanceId
- the el instance ID of this journal article imagepublic String getOriginalElInstanceId()
public String getElName()
JournalArticleImageModel
getElName
in interface JournalArticleImageModel
public void setElName(String elName)
JournalArticleImageModel
setElName
in interface JournalArticleImageModel
elName
- the el name of this journal article imagepublic String getOriginalElName()
public String getLanguageId()
JournalArticleImageModel
getLanguageId
in interface JournalArticleImageModel
public void setLanguageId(String languageId)
JournalArticleImageModel
setLanguageId
in interface JournalArticleImageModel
languageId
- the language ID of this journal article imagepublic 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<JournalArticleImage>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface JournalArticleImageModel
getExpandoBridge
in class BaseModelImpl<JournalArticleImage>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<JournalArticleImage>
setExpandoBridgeAttributes
in interface JournalArticleImageModel
setExpandoBridgeAttributes
in class BaseModelImpl<JournalArticleImage>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public JournalArticleImage toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<JournalArticleImage>
toEscapedModel
in interface JournalArticleImageModel
toEscapedModel
in class BaseModelImpl<JournalArticleImage>
AutoEscapeBeanHandler
public JournalArticleImage toUnescapedModel()
toUnescapedModel
in interface BaseModel<JournalArticleImage>
toUnescapedModel
in interface JournalArticleImageModel
toUnescapedModel
in class BaseModelImpl<JournalArticleImage>
public Object clone()
BaseModel
clone
in interface BaseModel<JournalArticleImage>
clone
in interface JournalArticleImageModel
clone
in class BaseModelImpl<JournalArticleImage>
public int compareTo(JournalArticleImage journalArticleImage)
compareTo
in interface JournalArticleImageModel
compareTo
in interface Comparable<JournalArticleImage>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface JournalArticleImageModel
hashCode
in class Object
public 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 JournalArticleImageModel
toCacheModel
in class BaseModelImpl<JournalArticleImage>
public String toString()
toString
in interface JournalArticleImageModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<JournalArticleImage>
toXmlString
in interface JournalArticleImageModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |