Liferay 6.0.3

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

This interface is a model that represents the MBDiscussion table in the database.

Customize MBDiscussionImpl and rerun the ServiceBuilder to generate the new methods.

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.3