com.liferay.portlet.journal.model.impl
Class JournalArticleImageModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalArticleImage>
com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl
- All Implemented Interfaces:
- com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>, com.liferay.portal.model.ClassedModel, com.liferay.portlet.journal.model.JournalArticleImageModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.journal.model.JournalArticleImage>
- Direct Known Subclasses:
- JournalArticleImageBaseImpl
public class JournalArticleImageModelImpl
- extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalArticleImage>
- implements com.liferay.portlet.journal.model.JournalArticleImageModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalArticleImageImpl,
JournalArticleImage,
JournalArticleImageModel,
Serialized Form- Generated:
| 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 |
TABLE_NAME
public static final java.lang.String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final java.lang.Object[][] TABLE_COLUMNS
TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final java.lang.String TABLE_SQL_DROP
- See Also:
- Constant Field Values
DATA_SOURCE
public static final java.lang.String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final java.lang.String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final java.lang.String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
ARTICLEID_COLUMN_BITMASK
public static long ARTICLEID_COLUMN_BITMASK
ELINSTANCEID_COLUMN_BITMASK
public static long ELINSTANCEID_COLUMN_BITMASK
ELNAME_COLUMN_BITMASK
public static long ELNAME_COLUMN_BITMASK
GROUPID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
LANGUAGEID_COLUMN_BITMASK
public static long LANGUAGEID_COLUMN_BITMASK
TEMPIMAGE_COLUMN_BITMASK
public static long TEMPIMAGE_COLUMN_BITMASK
VERSION_COLUMN_BITMASK
public static long VERSION_COLUMN_BITMASK
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
JournalArticleImageModelImpl
public JournalArticleImageModelImpl()
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setPrimaryKeyObj
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getModelClass
public java.lang.Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel
getModelClassName
public java.lang.String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel
getArticleImageId
public long getArticleImageId()
- Specified by:
getArticleImageId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setArticleImageId
public void setArticleImageId(long articleImageId)
- Specified by:
setArticleImageId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getOriginalGroupId
public long getOriginalGroupId()
getArticleId
public java.lang.String getArticleId()
- Specified by:
getArticleId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setArticleId
public void setArticleId(java.lang.String articleId)
- Specified by:
setArticleId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getOriginalArticleId
public java.lang.String getOriginalArticleId()
getVersion
public double getVersion()
- Specified by:
getVersion in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setVersion
public void setVersion(double version)
- Specified by:
setVersion in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getOriginalVersion
public double getOriginalVersion()
getElInstanceId
public java.lang.String getElInstanceId()
- Specified by:
getElInstanceId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setElInstanceId
public void setElInstanceId(java.lang.String elInstanceId)
- Specified by:
setElInstanceId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getOriginalElInstanceId
public java.lang.String getOriginalElInstanceId()
getElName
public java.lang.String getElName()
- Specified by:
getElName in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setElName
public void setElName(java.lang.String elName)
- Specified by:
setElName in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getOriginalElName
public java.lang.String getOriginalElName()
getLanguageId
public java.lang.String getLanguageId()
- Specified by:
getLanguageId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setLanguageId
public void setLanguageId(java.lang.String languageId)
- Specified by:
setLanguageId in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getOriginalLanguageId
public java.lang.String getOriginalLanguageId()
getTempImage
public boolean getTempImage()
- Specified by:
getTempImage in interface com.liferay.portlet.journal.model.JournalArticleImageModel
isTempImage
public boolean isTempImage()
- Specified by:
isTempImage in interface com.liferay.portlet.journal.model.JournalArticleImageModel
setTempImage
public void setTempImage(boolean tempImage)
- Specified by:
setTempImage in interface com.liferay.portlet.journal.model.JournalArticleImageModel
getOriginalTempImage
public boolean getOriginalTempImage()
getColumnBitmask
public long getColumnBitmask()
toEscapedModel
public com.liferay.portlet.journal.model.JournalArticleImage toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Specified by:
toEscapedModel in interface com.liferay.portlet.journal.model.JournalArticleImageModel- Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalArticleImage>
getExpandoBridge
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel- Specified by:
getExpandoBridge in interface com.liferay.portlet.journal.model.JournalArticleImageModel- Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalArticleImage>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portlet.journal.model.JournalArticleImageModel- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalArticleImage>
clone
public java.lang.Object clone()
- Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Specified by:
clone in interface com.liferay.portlet.journal.model.JournalArticleImageModel- Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalArticleImage>
compareTo
public int compareTo(com.liferay.portlet.journal.model.JournalArticleImage journalArticleImage)
- Specified by:
compareTo in interface com.liferay.portlet.journal.model.JournalArticleImageModel- Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portlet.journal.model.JournalArticleImage>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.portlet.journal.model.JournalArticleImageModel- Overrides:
hashCode in class java.lang.Object
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalArticleImage>
toCacheModel
public com.liferay.portal.model.CacheModel<com.liferay.portlet.journal.model.JournalArticleImage> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Specified by:
toCacheModel in interface com.liferay.portlet.journal.model.JournalArticleImageModel- Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalArticleImage>
toString
public java.lang.String toString()
- Specified by:
toString in interface com.liferay.portlet.journal.model.JournalArticleImageModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalArticleImage>- Specified by:
toXmlString in interface com.liferay.portlet.journal.model.JournalArticleImageModel