com.liferay.portlet.messageboards.model
Interface MBMessageFlag

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, MBMessageFlagModel, java.io.Serializable

public interface MBMessageFlag
extends MBMessageFlagModel

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 MBMessageFlag table in the database.

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

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.messageboards.service.model.MBMessageFlagModel, com.liferay.portlet.messageboards.service.model.impl.MBMessageFlagImpl, com.liferay.portlet.messageboards.service.model.impl.MBMessageFlagModelImpl

Methods inherited from interface com.liferay.portlet.messageboards.model.MBMessageFlagModel
getFlag, getMessageFlagId, getMessageId, getPrimaryKey, getUserId, setFlag, setMessageFlagId, setMessageId, setPrimaryKey, setUserId
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo