Class ObjectReportSummary
- java.lang.Object
-
- org.fcrepo.migration.validator.api.ObjectReportSummary
-
public class ObjectReportSummary extends Object
A summary of an Object Validation Report- Author:
- mikejritter
-
-
Constructor Summary
Constructors Constructor Description ObjectReportSummary(boolean errors, String objectId, String reportFilename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetObjectId()StringgetReportFilename()StringgetReportHref()booleanhasErrors()
-
-
-
Method Detail
-
hasErrors
public boolean hasErrors()
- Returns:
- true if the report has any errors
-
getObjectId
public String getObjectId()
- Returns:
- the objectId
-
getReportFilename
public String getReportFilename()
- Returns:
- the filename of the html report
-
getReportHref
public String getReportHref()
- Returns:
- the encoded href for the html report
-
-