|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.suggest.resource.urlcheck.ValidatorResults
public class ValidatorResults
Holds results of a search over a repository or a collection within a repository for similar and/or duplicate records. Results are represented as DupSim instances.
$Id $
Method Summary | |
---|---|
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 |
List |
getSimilarMirrorUrls()
Gets the similarMirrorUrls attribute of the ValidatorResults object |
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(List dupSims)
Sets the similarMirrorUrls attribute of the ValidatorResults object |
protected void |
setSimilarPrimaryUrls(List dupSims)
Sets the similarPrimaryUrls attribute of the ValidatorResults object |
String |
similarUrlReportForDcsStatusNote()
Report the similar urls for inclusion in a dcsStatusNote |
String |
toString()
Verbose version of reportSims for debugging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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 List getSimilarMirrorUrls()
protected void setSimilarMirrorUrls(List dupSims)
dupSims
- The new similarMirrorUrls valuepublic List getSimilarPrimaryUrls()
protected void setSimilarPrimaryUrls(List dupSims)
dupSims
- The new similarPrimaryUrls valuepublic String similarUrlReportForDcsStatusNote()
public String toString()
toString
in class Object
public boolean hasSimilarUrls()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |