Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBBan>
      extended by com.liferay.portlet.messageboards.model.impl.MBBanModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBBanBaseImpl
              extended by com.liferay.portlet.messageboards.model.impl.MBBanImpl
All Implemented Interfaces:
AuditedModel, BaseModel<MBBan>, ClassedModel, GroupedModel, PersistedModel, MBBan, MBBanModel, Serializable, Cloneable, Comparable<MBBan>

public class MBBanImpl
extends MBBanBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBBanModelImpl
BANUSERID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
MBBanImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBBanBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBBanModelImpl
clone, compareTo, equals, getBanId, getBanUserId, getBanUserUuid, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalBanUserId, getOriginalGroupId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, resetOriginalValues, setBanId, setBanUserId, setBanUserUuid, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, 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.MBBanModel
clone, compareTo, getBanId, getBanUserId, getBanUserUuid, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setBanId, setBanUserId, setBanUserUuid, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, 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

MBBanImpl

public MBBanImpl()

Liferay 6.1.2-ce-ga3