Liferay 6.2-ce-ga5

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, StagedGroupedModel, StagedModel, 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
BANID_COLUMN_BITMASK, BANUSERID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_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, getOriginalCompanyId, getOriginalGroupId, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setBanId, setBanUserId, setBanUserUuid, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
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, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setBanId, setBanUserId, setBanUserUuid, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, 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
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 

Constructor Detail

MBBanImpl

public MBBanImpl()

Liferay 6.2-ce-ga5