Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBThreadFlag>
      extended by com.liferay.portlet.messageboards.model.impl.MBThreadFlagModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBThreadFlagBaseImpl
              extended by com.liferay.portlet.messageboards.model.impl.MBThreadFlagImpl
All Implemented Interfaces:
BaseModel<MBThreadFlag>, ClassedModel, PersistedModel, MBThreadFlag, MBThreadFlagModel, Serializable, Cloneable, Comparable<MBThreadFlag>

public class MBThreadFlagImpl
extends MBThreadFlagBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBThreadFlagModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, THREADID_COLUMN_BITMASK, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
MBThreadFlagImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBThreadFlagBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBThreadFlagModelImpl
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalThreadId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getThreadFlagId, getThreadId, getUserId, getUserUuid, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setThreadFlagId, setThreadId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadFlagModel
clone, compareTo, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getThreadFlagId, getThreadId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setThreadFlagId, setThreadId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

MBThreadFlagImpl

public MBThreadFlagImpl()

Liferay 6.1.2-ce-ga3