Liferay 6.0.5

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.MBBanImpl
All Implemented Interfaces:
BaseModel<MBBan>, MBBan, MBBanModel, Serializable, Cloneable, Comparable<MBBan>

public class MBBanImpl
extends MBBanModelImpl
implements MBBan

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBBanModelImpl
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
MBBanImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBBanModelImpl
clone, compareTo, equals, getBanId, getBanUserId, getBanUserUuid, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getOriginalBanUserId, getOriginalGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, setBanId, setBanUserId, setBanUserUuid, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setPrimaryKey, setUserId, setUserName, setUserUuid, toEscapedModel, toModel, toModels, 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.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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

MBBanImpl

public MBBanImpl()

Liferay 6.0.5