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)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
text
protected java.lang.String text
properties
protected java.util.Map properties
Report
public Report(java.lang.String text)
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