Liferay 6.0.4

com.liferay.portlet.messageboards.model
Interface MBMessageFlag

All Superinterfaces:
BaseModel<MBMessageFlag>, Cloneable, Comparable<MBMessageFlag>, MBMessageFlagModel, Serializable
All Known Implementing Classes:
MBMessageFlagImpl, 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 MBMessageFlagImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

See Also:
MBMessageFlagModel, MBMessageFlagImpl, MBMessageFlagModelImpl
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.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
 


Liferay 6.0.4