public class ValidatorResults
extends java.lang.Object
$Id $
Modifier and Type | Method and Description |
---|---|
protected void |
addSimilarMirrorUrl(DupSim sim)
Adds a DupSim instance to the SimilarMirrorUrl attribute of the ValidatorResults
object
|
protected void |
addSimilarPrimaryUrl(DupSim sim)
Adds a DupSim instance to the SimilarPrimaryUrl attribute of the ValidatorResults
object
|
DupSim |
getDuplicate()
Gets the duplicate attribute of the ValidatorResults object
|
java.util.List |
getSimilarMirrorUrls()
Gets the similarMirrorUrls attribute of the ValidatorResults object
|
java.util.List |
getSimilarPrimaryUrls()
Gets the similarPrimaryUrls attribute of the ValidatorResults object
|
boolean |
hasDuplicate()
Returns true if a duplcate url (either primary or mirror) has been found.
|
boolean |
hasSimilarUrls()
Description of the Method
|
protected void |
setDuplicate(DupSim dup)
Sets the duplicate attribute of the ValidatorResults object
|
protected void |
setSimilarMirrorUrls(java.util.List dupSims)
Sets the similarMirrorUrls attribute of the ValidatorResults object
|
protected void |
setSimilarPrimaryUrls(java.util.List dupSims)
Sets the similarPrimaryUrls attribute of the ValidatorResults object
|
java.lang.String |
similarUrlReportForDcsStatusNote()
Report the similar urls for inclusion in a dcsStatusNote
|
java.lang.String |
toString()
Verbose version of reportSims for debugging purposes.
|
protected void addSimilarPrimaryUrl(DupSim sim)
sim
- The feature to be added to the SimilarPrimaryUrl attributeprotected void addSimilarMirrorUrl(DupSim sim)
sim
- The feature to be added to the SimilarMirrorUrl attributepublic boolean hasDuplicate()
public DupSim getDuplicate()
protected void setDuplicate(DupSim dup)
dup
- The new duplicate valuepublic java.util.List getSimilarMirrorUrls()
protected void setSimilarMirrorUrls(java.util.List dupSims)
dupSims
- The new similarMirrorUrls valuepublic java.util.List getSimilarPrimaryUrls()
protected void setSimilarPrimaryUrls(java.util.List dupSims)
dupSims
- The new similarPrimaryUrls valuepublic java.lang.String similarUrlReportForDcsStatusNote()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean hasSimilarUrls()