Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<JournalFeed>
      extended by com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
          extended by com.liferay.portlet.journal.model.impl.JournalFeedImpl
All Implemented Interfaces:
BaseModel<JournalFeed>, JournalFeed, JournalFeedModel, Serializable, Cloneable, Comparable<JournalFeed>

public class JournalFeedImpl
extends JournalFeedModelImpl
implements JournalFeed

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
JournalFeedImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
clone, compareTo, equals, getCompanyId, getContentField, getCreateDate, getDelta, getDescription, getExpandoBridge, getFeedId, getFeedType, getFeedVersion, getGroupId, getId, getModifiedDate, getName, getOrderByCol, getOrderByType, getOriginalFeedId, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRendererTemplateId, getStructureId, getTargetLayoutFriendlyUrl, getTargetPortletId, getTemplateId, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, setCompanyId, setContentField, setCreateDate, setDelta, setDescription, setExpandoBridgeAttributes, setFeedId, setFeedType, setFeedVersion, setGroupId, setId, setModifiedDate, setName, setOrderByCol, setOrderByType, setPrimaryKey, setRendererTemplateId, setStructureId, setTargetLayoutFriendlyUrl, setTargetPortletId, setTemplateId, setType, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toModel, toModels, 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.JournalFeedModel
clone, compareTo, getCompanyId, getContentField, getCreateDate, getDelta, getDescription, getExpandoBridge, getFeedId, getFeedType, getFeedVersion, getGroupId, getId, getModifiedDate, getName, getOrderByCol, getOrderByType, getPrimaryKey, getPrimaryKeyObj, getRendererTemplateId, getStructureId, getTargetLayoutFriendlyUrl, getTargetPortletId, getTemplateId, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setContentField, setCreateDate, setDelta, setDescription, setEscapedModel, setExpandoBridgeAttributes, setFeedId, setFeedType, setFeedVersion, setGroupId, setId, setModifiedDate, setName, setNew, setOrderByCol, setOrderByType, setPrimaryKey, setRendererTemplateId, setStructureId, setTargetLayoutFriendlyUrl, setTargetPortletId, setTemplateId, setType, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

JournalFeedImpl

public JournalFeedImpl()

Liferay 6.0.5