proai
Interface Record
- All Known Implementing Classes:
- ParsedRecord, RecordImpl
public interface Record
Method Summary |
java.lang.String |
getItemID()
|
java.lang.String |
getPrefix()
|
java.lang.String |
getSourceInfo()
Get a string that can be used to construct the XML of the record. |
getItemID
java.lang.String getItemID()
getPrefix
java.lang.String getPrefix()
getSourceInfo
java.lang.String getSourceInfo()
- Get a string that can be used to construct the XML of the record.
The format of this string is defined by the implementation.
The string will typically contain some kind of identifier or locator
(a file path or URL) and possibly, other attributes that may be used
to construct a record's XML.