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
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getDiscussionId
public long getDiscussionId()
setDiscussionId
public void setDiscussionId(long discussionId)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getThreadId
public long getThreadId()
setThreadId
public void setThreadId(long threadId)