DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.threadedservices
Class ValidationReport

java.lang.Object
  extended by org.dlese.dpc.schemedit.threadedservices.Report
      extended by org.dlese.dpc.schemedit.threadedservices.ValidationReport
All Implemented Interfaces:
Serializable

public class ValidationReport
extends Report

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.dlese.dpc.schemedit.threadedservices.Report
Report.ReportEntry
 
Field Summary
 
Fields inherited from class org.dlese.dpc.schemedit.threadedservices.Report
debug, processingTime, recordsProcessed
 
Constructor Summary
ValidationReport(DcsSetInfo dcsSetInfo, String[] statuses)
           
 
Method Summary
 String getReport()
           
 String getSummary()
           
 
Methods inherited from class org.dlese.dpc.schemedit.threadedservices.Report
addEntry, addEntry, details, getCollection, getDisplayStatuses, getEntries, getInvalidRecCount, getName, getProcessingTime, getProp, getProps, getStatuses, getTimeStamp, prtln, setProp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationReport

public ValidationReport(DcsSetInfo dcsSetInfo,
                        String[] statuses)
Method Detail

getSummary

public String getSummary()
Overrides:
getSummary in class Report

getReport

public String getReport()
Overrides:
getReport in class Report

DLESE Tools
v1.6.0