|
Liferay 6.0.5 | |||||||||
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
.
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 FormField 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 JournalArticleImageModel
public void setPrimaryKey(long pk)
JournalArticleImageModel
setPrimaryKey
in interface JournalArticleImageModel
pk
- the primary key of this journal article imagepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<JournalArticleImage>
getPrimaryKeyObj
in interface JournalArticleImageModel
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
isTempImage
in interface JournalArticleImageModel
public void setTempImage(boolean tempImage)
JournalArticleImageModel
setTempImage
in interface JournalArticleImageModel
tempImage
- the temp image of this journal article imagepublic JournalArticleImage toEscapedModel()
JournalArticleImageModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface JournalArticleImageModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<JournalArticleImage>
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 context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
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 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.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |