org.milyn.event.report.model
Class Report

java.lang.Object
  extended by org.milyn.event.report.model.Report
Direct Known Subclasses:
DOMReport

public class Report
extends Object

Execution Report.

Author:
tom.fennelly@gmail.com

Constructor Summary
Report()
           
 
Method Summary
 List<ReportInfoNode> getConfigurations()
           
 List<MessageNode> getProcessings()
           
 List<ResultNode> getResults()
           
 void setResults(List<ResultNode> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report()
Method Detail

getConfigurations

public List<ReportInfoNode> getConfigurations()

getProcessings

public List<MessageNode> getProcessings()

setResults

public void setResults(List<ResultNode> results)

getResults

public List<ResultNode> getResults()


Copyright © 2009. All Rights Reserved.