Liferay 6.0.3

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

This interface is a model that represents the MBBan table in the database.

Customize MBBanImpl and rerun the ServiceBuilder to generate the new methods.

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.3