com.liferay.portlet.messageboards.model
Interface MBMessageFlag

All Superinterfaces:
BaseModel<MBMessageFlag>, java.lang.Cloneable, java.lang.Comparable<MBMessageFlag>, MBMessageFlagModel, java.io.Serializable
All Known Implementing Classes:
MBMessageFlagWrapper

public interface MBMessageFlag
extends MBMessageFlagModel

The model interface for the MBMessageFlag service. Represents a row in the "MBMessageFlag" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.messageboards.model.impl.MBMessageFlagImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a message boards message flag model instance should use the MBMessageFlag interface instead.

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

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMessageFlagModel
clone, compareTo, getExpandoBridge, getFlag, getMessageFlagId, getMessageId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getThreadId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setFlag, setMessageFlagId, setMessageId, setModifiedDate, setNew, setPrimaryKey, setThreadId, setUserId, setUserUuid, toEscapedModel, toString, toXmlString