Liferay 6.0.5

com.liferay.portlet.blogs.model.impl
Class BlogsEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<BlogsEntry>
      extended by com.liferay.portlet.blogs.model.impl.BlogsEntryModelImpl
          extended by com.liferay.portlet.blogs.model.impl.BlogsEntryImpl
All Implemented Interfaces:
BaseModel<BlogsEntry>, BlogsEntry, BlogsEntryModel, Serializable, Cloneable, Comparable<BlogsEntry>

public class BlogsEntryImpl
extends BlogsEntryModelImpl
implements BlogsEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.blogs.model.impl.BlogsEntryModelImpl
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
BlogsEntryImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.blogs.model.impl.BlogsEntryModelImpl
clone, compareTo, equals, getAllowPingbacks, getAllowTrackbacks, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getExpandoBridge, getGroupId, getModifiedDate, getOriginalGroupId, getOriginalUrlTitle, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getTrackbacks, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAllowTrackbacks, isApproved, isDraft, isExpired, isPending, setAllowPingbacks, setAllowTrackbacks, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTrackbacks, setUrlTitle, 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.blogs.model.BlogsEntryModel
clone, compareTo, getAllowPingbacks, getAllowTrackbacks, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getTrackbacks, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAllowTrackbacks, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isNew, isPending, setAllowPingbacks, setAllowTrackbacks, setCachedModel, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTrackbacks, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

BlogsEntryImpl

public BlogsEntryImpl()

Liferay 6.0.5