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:
MBDiscussion, com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl, com.liferay.portlet.messageboards.model.impl.MBDiscussionModelImpl

Method Summary
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getDiscussionId()
           
 long getPrimaryKey()
           
 long getThreadId()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setDiscussionId(long discussionId)
           
 void setPrimaryKey(long pk)
           
 void setThreadId(long threadId)
           
 MBDiscussion toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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()