mondrian.recorder
Class ListRecorder.Entry

java.lang.Object
  extended by mondrian.recorder.ListRecorder.Entry
Enclosing class:
ListRecorder

public static class ListRecorder.Entry
extends Object

Entry is a Info, Warning or Error message. This is the object stored in the Lists MessageRecorder's info, warning and error message lists.


Method Summary
 String getContext()
           
 Object getInfo()
           
 String getMessage()
           
 AbstractRecorder.MsgType getMsgType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContext

public String getContext()

getMessage

public String getMessage()

getMsgType

public AbstractRecorder.MsgType getMsgType()

getInfo

public Object getInfo()

SourceForge.net_Logo