Liferay 6.0.5

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.JournalArticleResourceImpl
All Implemented Interfaces:
BaseModel<JournalArticleResource>, JournalArticleResource, JournalArticleResourceModel, Serializable, Cloneable, Comparable<JournalArticleResource>

public class JournalArticleResourceImpl
extends JournalArticleResourceModelImpl
implements JournalArticleResource

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalArticleResourceModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
JournalArticleResourceImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalArticleResourceModelImpl
clone, compareTo, equals, getArticleId, getExpandoBridge, getGroupId, getOriginalArticleId, getOriginalGroupId, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, hashCode, setArticleId, setExpandoBridgeAttributes, setGroupId, setPrimaryKey, setResourcePrimKey, toEscapedModel, toString, toXmlString
 
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.JournalArticleResourceModel
clone, compareTo, getArticleId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, hashCode, isCachedModel, isEscapedModel, isNew, setArticleId, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setResourcePrimKey, toEscapedModel, toString, toXmlString
 

Constructor Detail

JournalArticleResourceImpl

public JournalArticleResourceImpl()

Liferay 6.0.5