Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.model.impl
Class JournalArticleResourceImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<JournalArticleResource>
      extended by com.liferay.portlet.journal.model.impl.JournalArticleResourceModelImpl
          extended by com.liferay.portlet.journal.model.impl.JournalArticleResourceBaseImpl
              extended by com.liferay.portlet.journal.model.impl.JournalArticleResourceImpl
All Implemented Interfaces:
BaseModel<JournalArticleResource>, ClassedModel, PersistedModel, JournalArticleResource, JournalArticleResourceModel, Serializable, Cloneable, Comparable<JournalArticleResource>

public class JournalArticleResourceImpl
extends JournalArticleResourceBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalArticleResourceModelImpl
ARTICLEID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
JournalArticleResourceImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalArticleResourceBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalArticleResourceModelImpl
clone, compareTo, equals, getArticleId, getColumnBitmask, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalArticleId, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getUuid, hashCode, resetOriginalValues, setArticleId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setResourcePrimKey, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
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.JournalArticleResourceModel
clone, compareTo, getArticleId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setArticleId, setCachedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setResourcePrimKey, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

JournalArticleResourceImpl

public JournalArticleResourceImpl()

Liferay 6.1.2-ce-ga3