com.liferay.portlet.messageboards.model
Interface MBDiscussion

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

public interface MBDiscussion
extends MBDiscussionModel

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

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

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.messageboards.service.model.MBDiscussionModel, com.liferay.portlet.messageboards.service.model.impl.MBDiscussionImpl, com.liferay.portlet.messageboards.service.model.impl.MBDiscussionModelImpl

Methods inherited from interface com.liferay.portlet.messageboards.model.MBDiscussionModel
getClassNameId, getClassPK, getDiscussionId, getPrimaryKey, getThreadId, setClassNameId, setClassPK, setDiscussionId, setPrimaryKey, setThreadId
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo