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

Method Summary
 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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)