java.lang.Object
org.dlese.dpc.schemedit.threadedservices.Report
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExportReport, ValidationReport

public class Report extends Object implements Serializable
See Also:
  • Field Details

    • debug

      protected static boolean debug
    • processingTime

      public long processingTime
    • recordsProcessed

      public int recordsProcessed
  • Constructor Details

  • Method Details

    • getProps

      public Map getProps()
    • getProp

      public String getProp(String propName)
    • setProp

      public void setProp(String propName, String propValue)
    • getStatuses

      public String[] getStatuses()
    • getDisplayStatuses

      public String getDisplayStatuses()
    • getEntries

      public List getEntries()
    • getCollection

      public String getCollection()
    • getName

      public String getName()
    • getTimeStamp

      public Date getTimeStamp()
    • getProcessingTime

      public String getProcessingTime()
    • addEntry

      public void addEntry(DcsDataRecord dcsDataRecord)
    • addEntry

      public void addEntry(String id, String report)
    • getInvalidRecCount

      public int getInvalidRecCount()
    • getSummary

      public String getSummary()
    • details

      public String details()
    • getReport

      public String getReport()
    • prtln

      protected static void prtln(String s)