Liferay 6.0.5

com.liferay.portlet.messageboards.model
Interface MBBan

All Superinterfaces:
BaseModel<MBBan>, Cloneable, Comparable<MBBan>, MBBanModel, Serializable
All Known Implementing Classes:
MBBanImpl, 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 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.

See Also:
MBBanModel, MBBanImpl, MBBanModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
 


Liferay 6.0.5