DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.threadedservices
Class Report.ReportEntry

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

public class Report.ReportEntry
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 String getId()
           
 boolean getIsInvalid()
           
 String getValidationReport()
          Format the validation report for browser display
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIsInvalid

public boolean getIsInvalid()

getId

public String getId()

getValidationReport

public String getValidationReport()
Format the validation report for browser display


toString

public String toString()
Overrides:
toString in class Object

DLESE Tools
v1.6.0