|
Liferay 6.0.4 | |||||||||
| 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.
Never modify or reference this class directly. All methods that expect a journal article image model instance should use the JournalArticleImage interface instead.
JournalArticleImageImpl,
JournalArticleImage,
JournalArticleImageModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
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 String |
TX_MANAGER
|
| 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()
Gets the article id of this journal article image. |
long |
getArticleImageId()
Gets the article image id of this journal article image. |
String |
getElInstanceId()
Gets the el instance id of this journal article image. |
String |
getElName()
Gets the el name of this journal article image. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this journal article image. |
String |
getLanguageId()
Gets the language id of this journal article image. |
String |
getOriginalArticleId()
|
String |
getOriginalElInstanceId()
|
String |
getOriginalElName()
|
long |
getOriginalGroupId()
|
String |
getOriginalLanguageId()
|
double |
getOriginalVersion()
|
long |
getPrimaryKey()
Gets the primary key of this journal article image. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getTempImage()
Gets the temp image of this journal article image. |
double |
getVersion()
Gets the version of this journal article image. |
int |
hashCode()
|
boolean |
isTempImage()
Determines whether this journal article image is temp image. |
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 |
setPrimaryKey(long pk)
Sets the primary key of this journal article image |
void |
setTempImage(boolean tempImage)
Sets whether this {$entity.humanName} is temp image. |
void |
setVersion(double version)
Sets the version of this journal article image. |
JournalArticleImage |
toEscapedModel()
Gets a copy of this journal article image as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setEscapedModel, 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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public JournalArticleImageModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
JournalArticleImageModel
getPrimaryKey in interface JournalArticleImageModelpublic void setPrimaryKey(long pk)
JournalArticleImageModel
setPrimaryKey in interface JournalArticleImageModelpk - the primary key of this journal article imagepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalArticleImage>getPrimaryKeyObj in interface JournalArticleImageModelpublic 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()
JournalArticleImageModel
isTempImage in interface JournalArticleImageModelpublic void setTempImage(boolean tempImage)
JournalArticleImageModel
setTempImage in interface JournalArticleImageModeltempImage - the temp image of this journal article imagepublic JournalArticleImage toEscapedModel()
JournalArticleImageModelAutoEscapeBeanHandler.
toEscapedModel in interface JournalArticleImageModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalArticleImage>getExpandoBridge 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 context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public 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 String toString()
toString in interface JournalArticleImageModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalArticleImage>toXmlString in interface JournalArticleImageModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||