com.liferay.portlet.messageboards.model
Interface MBDiscussionModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- MBDiscussion
public interface MBDiscussionModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.messageboards.service.model.MBDiscussion
,
com.liferay.portlet.messageboards.service.model.impl.MBDiscussionImpl
,
com.liferay.portlet.messageboards.service.model.impl.MBDiscussionModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getDiscussionId
long getDiscussionId()
setDiscussionId
void setDiscussionId(long discussionId)
getClassName
java.lang.String getClassName()
getClassNameId
long getClassNameId()
setClassNameId
void setClassNameId(long classNameId)
getClassPK
long getClassPK()
setClassPK
void setClassPK(long classPK)
getThreadId
long getThreadId()
setThreadId
void setThreadId(long threadId)
toEscapedModel
MBDiscussion toEscapedModel()