public class DupSim
extends java.lang.Object
$Id $
Modifier and Type | Class and Description |
---|---|
class |
DupSim.DupSimComparator
Description of the Class
|
Constructor and Description |
---|
DupSim()
Constructor for the DupSim object
|
DupSim(ADNItemDocReader reader,
java.lang.String field)
Constructor for the DupSim object
|
DupSim(java.lang.String id,
java.lang.String url,
java.lang.String type,
java.lang.String field,
java.lang.String xmlFormat)
Constructor for the DupSim object
|
Modifier and Type | Method and Description |
---|---|
DupSim.DupSimComparator |
getComparator()
Gets the comparator attribute of the DupSim object
|
java.lang.String |
getField()
Gets the field attribute of the DupSim object
|
java.lang.String |
getId()
Gets the id attribute of the DupSim object
|
java.lang.String |
getType()
Gets the type attribute of the DupSim object
|
java.lang.String |
getUrl()
Gets the url attribute of the DupSim object
|
java.lang.String |
getXmlFormat()
Gets the xmlFormat attribute of the DupSim object
|
protected void |
prtln(java.lang.String s)
Description of the Method
|
java.lang.String |
toString()
Description of the Method
|
public DupSim()
public DupSim(java.lang.String id, java.lang.String url, java.lang.String type, java.lang.String field, java.lang.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, java.lang.String field)
reader
- NOT YET DOCUMENTEDfield
- NOT YET DOCUMENTEDpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getId()
public java.lang.String getUrl()
public java.lang.String getType()
public java.lang.String getField()
public java.lang.String getXmlFormat()
public DupSim.DupSimComparator getComparator()
protected void prtln(java.lang.String s)
s
- Description of the Parameter