Package org.dlese.dpc.schemedit.url
Class DupSim
java.lang.Object
org.dlese.dpc.schemedit.url.DupSim
Class to hold results of searches for duplicate or similar URLs. Associates
a particular url with the record id and whether it represents a duplicate or
similar url, as well as whether the url is from the PrimaryUrl or MirrorUrl
fields.
- Author:
- ostwald
$Id $
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the comparator attribute of the DupSim objectgetField()Gets the field attribute of the DupSim objectgetId()Gets the id attribute of the DupSim objectgetType()Gets the type attribute of the DupSim objectgetUrl()Gets the url attribute of the DupSim objectGets the xmlFormat attribute of the DupSim objectprotected voidDescription of the MethodtoString()Description of the Method
-
Constructor Details
-
DupSim
public DupSim()Constructor for the DupSim object -
DupSim
Constructor for the DupSim object- Parameters:
id- Description of the Parameterurl- Description of the Parametertype- Description of the Parameterfield- Description of the ParameterxmlFormat- Description of the Parameter
-
DupSim
Constructor for the DupSim object- Parameters:
reader- NOT YET DOCUMENTEDfield- NOT YET DOCUMENTED
-
-
Method Details
-
toString
Description of the Method -
getId
Gets the id attribute of the DupSim object- Returns:
- The id value
-
getUrl
Gets the url attribute of the DupSim object- Returns:
- The url value
-
getType
Gets the type attribute of the DupSim object- Returns:
- The type value
-
getField
Gets the field attribute of the DupSim object- Returns:
- The field value
-
getXmlFormat
Gets the xmlFormat attribute of the DupSim object- Returns:
- The xmlFormat value
-
getComparator
Gets the comparator attribute of the DupSim object- Returns:
- The comparator value
-
prtln
Description of the Method- Parameters:
s- Description of the Parameter
-