Liferay 6.0.4

com.liferay.portlet.messageboards.model
Interface MBDiscussion

All Superinterfaces:
BaseModel<MBDiscussion>, Cloneable, Comparable<MBDiscussion>, MBDiscussionModel, Serializable
All Known Implementing Classes:
MBDiscussionImpl, MBDiscussionWrapper

public interface MBDiscussion
extends MBDiscussionModel

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

Never modify this interface directly. Add methods to MBDiscussionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

See Also:
MBDiscussionModel, MBDiscussionImpl, MBDiscussionModelImpl
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.MBDiscussionModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getDiscussionId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getThreadId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setDiscussionId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setThreadId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.4