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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBThreadImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portlet.messageboards.model.MBThread, com.liferay.portlet.messageboards.model.MBThreadModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class MBThreadImpl
extends MBThreadModelImpl
implements com.liferay.portlet.messageboards.model.MBThread

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static double PRIORITY_NOT_GIVEN
           
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
MBThreadImpl()
           
 
Method Summary
 java.lang.String getAttachmentsDir()
           
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
clone, compareTo, equals, getCategoryId, getExpandoBridge, getLastPostByUserId, getLastPostDate, getMessageCount, getPrimaryKey, getPrimaryKeyObj, getPriority, getRootMessageId, getThreadId, getViewCount, hashCode, setCategoryId, setLastPostByUserId, setLastPostDate, setMessageCount, setPrimaryKey, setPriority, setRootMessageId, setThreadId, setViewCount, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadModel
getCategoryId, getLastPostByUserId, getLastPostDate, getMessageCount, getPrimaryKey, getPriority, getRootMessageId, getThreadId, getViewCount, setCategoryId, setLastPostByUserId, setLastPostDate, setMessageCount, setPrimaryKey, setPriority, setRootMessageId, setThreadId, setViewCount, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

PRIORITY_NOT_GIVEN

public static final double PRIORITY_NOT_GIVEN
See Also:
Constant Field Values
Constructor Detail

MBThreadImpl

public MBThreadImpl()
Method Detail

getAttachmentsDir

public java.lang.String getAttachmentsDir()
Specified by:
getAttachmentsDir in interface com.liferay.portlet.messageboards.model.MBThread