Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Interface MBBan

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

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


Liferay 6.1.2-ce-ga3