com.liferay.portlet.messageboards.model
Interface MBBan

All Superinterfaces:
BaseModel<MBBan>, java.lang.Cloneable, java.lang.Comparable<MBBan>, MBBanModel, java.io.Serializable
All Known Implementing Classes:
MBBanWrapper

public interface MBBan
extends MBBanModel

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

Never modify this interface directly. Add methods to com.liferay.portlet.messageboards.model.impl.MBBanImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a message boards ban model instance should use the MBBan interface instead.

Author:
Brian Wing Shun Chan
See Also:
MBBanModel, com.liferay.portlet.messageboards.model.impl.MBBanImpl, com.liferay.portlet.messageboards.model.impl.MBBanModelImpl
Generated:

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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString