Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Interface MBBan

All Superinterfaces:
AuditedModel, BaseModel<MBBan>, ClassedModel, Cloneable, Comparable<MBBan>, GroupedModel, MBBanModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
MBBanWrapper

@ProviderType
public interface MBBan
extends MBBanModel, PersistedModel

The extended model interface for the MBBan service. Represents a row in the "MBBan" database table, with each column mapped to a property of this class.

See Also:
MBBanModel, MBBanImpl, MBBanModelImpl

Method Summary
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5