ix.icore
Class Report

java.lang.Object
  |
  +--ix.icore.Report
All Implemented Interfaces:
java.io.Serializable

public class Report
extends java.lang.Object
implements java.io.Serializable

A report sent from another agent.

See Also:
Serialized Form

Field Summary
protected  java.util.Map properties
           
protected  java.lang.String text
           
 
Constructor Summary
Report(java.lang.String text)
           
 
Method Summary
 java.util.Map getProperties()
           
 java.lang.String getText()
           
 void setProperties(java.util.Map properties)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

protected java.lang.String text

properties

protected java.util.Map properties
Constructor Detail

Report

public Report(java.lang.String text)
Method Detail

getText

public java.lang.String getText()

getProperties

public java.util.Map getProperties()

setProperties

public void setProperties(java.util.Map properties)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object