Liferay 6.0.5

com.liferay.portlet.messageboards.model.impl
Class MBDiscussionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBDiscussion>
      extended by com.liferay.portlet.messageboards.model.impl.MBDiscussionModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl
All Implemented Interfaces:
BaseModel<MBDiscussion>, MBDiscussion, MBDiscussionModel, Serializable, Cloneable, Comparable<MBDiscussion>

public class MBDiscussionImpl
extends MBDiscussionModelImpl
implements MBDiscussion

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBDiscussionModelImpl
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
MBDiscussionImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBDiscussionModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getDiscussionId, getExpandoBridge, getOriginalClassNameId, getOriginalClassPK, getOriginalThreadId, getPrimaryKey, getPrimaryKeyObj, getThreadId, hashCode, setClassNameId, setClassPK, setDiscussionId, setExpandoBridgeAttributes, setPrimaryKey, setThreadId, 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.messageboards.model.MBDiscussionModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getDiscussionId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getThreadId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setDiscussionId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setThreadId, toEscapedModel, toString, toXmlString
 

Constructor Detail

MBDiscussionImpl

public MBDiscussionImpl()

Liferay 6.0.5