com.liferay.portlet.messageboards.model.impl
Class MBMessageDisplayImpl
java.lang.Object
com.liferay.portlet.messageboards.model.impl.MBMessageDisplayImpl
- All Implemented Interfaces:
- MBMessageDisplay, Serializable
public class MBMessageDisplayImpl
- extends Object
- implements MBMessageDisplay
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBMessageDisplayImpl
public MBMessageDisplayImpl(MBMessage message,
MBMessage parentMessage,
MBCategory category,
MBThread thread,
MBThread previousThread,
MBThread nextThread,
int status,
String threadView,
MBMessageLocalService messageLocalService)
getCategory
public MBCategory getCategory()
- Specified by:
getCategory
in interface MBMessageDisplay
getMessage
public MBMessage getMessage()
- Specified by:
getMessage
in interface MBMessageDisplay
getNextThread
public MBThread getNextThread()
- Specified by:
getNextThread
in interface MBMessageDisplay
getParentMessage
public MBMessage getParentMessage()
- Specified by:
getParentMessage
in interface MBMessageDisplay
getPreviousThread
public MBThread getPreviousThread()
- Specified by:
getPreviousThread
in interface MBMessageDisplay
getThread
public MBThread getThread()
- Specified by:
getThread
in interface MBMessageDisplay
getThreadView
public String getThreadView()
- Specified by:
getThreadView
in interface MBMessageDisplay
getTreeWalker
public MBTreeWalker getTreeWalker()
- Specified by:
getTreeWalker
in interface MBMessageDisplay