com.liferay.portlet.messageboards.model
Interface MBBan

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, 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.service.model.impl.MBBanImpl and rerun the ServiceBuilder to generate the new methods.

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

Methods inherited from interface com.liferay.portlet.messageboards.model.MBBanModel
getBanId, getBanUserId, getCompanyId, getCreateDate, getGroupId, getModifiedDate, getPrimaryKey, getUserId, getUserName, setBanId, setBanUserId, setCompanyId, setCreateDate, setGroupId, setModifiedDate, setPrimaryKey, setUserId, setUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo