|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.DbPresentData
DbPresentData contains information for retrieved database records in a Z39 Present.
Field Summary | |
Object |
data
Object containing the database record. |
String |
dbName
Database name for the source record. |
Vector |
duplicateRecords
Vector of duplicate records associated with the record. |
String |
recordSyntax
Record Syntax for source record. |
Constructor Summary | |
DbPresentData()
|
|
DbPresentData(String dbname,
Object dataRecord)
|
Method Summary | |
Object |
data()
Returns the object containing the data for the source record. |
String |
dbName()
Returns the String containing the database name for the source record. |
Vector |
getDuplicates()
Returns the Vector containing the duplicate records associated with this record. |
boolean |
hasDuplicates()
Determine whether this record has any duplicate records stored with it. |
void |
saveDuplicate(Object duplicate)
Save any duplicate records associated with this record. |
String |
toString()
Generates a String representation of this object |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public String dbName
public String recordSyntax
public Object data
public Vector duplicateRecords
Constructor Detail |
public DbPresentData()
public DbPresentData(String dbname, Object dataRecord)
dbname
- the database namehitcount
- the result search countMethod Detail |
public final void saveDuplicate(Object duplicate)
dbname
- the database namehitcount
- the result search countpublic final boolean hasDuplicates()
dbname
- the database namehitcount
- the result search countpublic final String dbName()
public final Object data()
public final Vector getDuplicates()
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |