|
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.schemedit.url.DupSim
public class 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.
$Id $
Nested Class Summary | |
---|---|
class |
DupSim.DupSimComparator
Description of the Class |
Constructor Summary | |
---|---|
DupSim()
Constructor for the DupSim object |
|
DupSim(ADNItemDocReader reader,
String field)
Constructor for the DupSim object |
|
DupSim(String id,
String url,
String type,
String field,
String xmlFormat)
Constructor for the DupSim object |
Method Summary | |
---|---|
DupSim.DupSimComparator |
getComparator()
Gets the comparator attribute of the DupSim object |
String |
getField()
Gets the field attribute of the DupSim object |
String |
getId()
Gets the id attribute of the DupSim object |
String |
getType()
Gets the type attribute of the DupSim object |
String |
getUrl()
Gets the url attribute of the DupSim object |
String |
getXmlFormat()
Gets the xmlFormat attribute of the DupSim object |
protected void |
prtln(String s)
Description of the Method |
String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DupSim()
public DupSim(String id, String url, String type, String field, String xmlFormat)
id
- Description of the Parameterurl
- Description of the Parametertype
- Description of the Parameterfield
- Description of the ParameterxmlFormat
- Description of the Parameterpublic DupSim(ADNItemDocReader reader, String field)
reader
- NOT YET DOCUMENTEDfield
- NOT YET DOCUMENTEDMethod Detail |
---|
public String toString()
toString
in class Object
public String getId()
public String getUrl()
public String getType()
public String getField()
public String getXmlFormat()
public DupSim.DupSimComparator getComparator()
protected void prtln(String s)
s
- Description of the Parameter
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |