com.liferay.portlet.messageboards.model
Interface MBBan

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

public interface MBBan
extends MBBanModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.messageboards.model.impl.MBBanImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBBanModel
getBanId, getBanUserId, getBanUserUuid, getCompanyId, getCreateDate, getGroupId, getModifiedDate, getPrimaryKey, getUserId, getUserName, getUserUuid, setBanId, setBanUserId, setBanUserUuid, setCompanyId, setCreateDate, setGroupId, setModifiedDate, setPrimaryKey, setUserId, setUserName, setUserUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo