Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model.impl
Class MBMessageDisplayImpl

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.impl.MBMessageDisplayImpl
All Implemented Interfaces:
MBMessageDisplay, Serializable

public class MBMessageDisplayImpl
extends Object
implements MBMessageDisplay

See Also:
Serialized Form

Constructor Summary
MBMessageDisplayImpl(MBMessage message, MBMessage parentMessage, MBCategory category, MBThread thread, MBThread previousThread, MBThread nextThread, int status, String threadView, MBMessageLocalService messageLocalService)
           
 
Method Summary
 MBCategory getCategory()
           
 MBMessage getMessage()
           
 MBThread getNextThread()
           
 MBMessage getParentMessage()
           
 MBThread getPreviousThread()
           
 MBThread getThread()
           
 String getThreadView()
           
 MBTreeWalker getTreeWalker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageDisplayImpl

public MBMessageDisplayImpl(MBMessage message,
                            MBMessage parentMessage,
                            MBCategory category,
                            MBThread thread,
                            MBThread previousThread,
                            MBThread nextThread,
                            int status,
                            String threadView,
                            MBMessageLocalService messageLocalService)
Method Detail

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

Liferay 6.2-ce-ga5