proai.driver.impl
Class RecordImpl

java.lang.Object
  extended by proai.driver.impl.RecordImpl
All Implemented Interfaces:
Record

public class RecordImpl
extends java.lang.Object
implements Record


Constructor Summary
RecordImpl(java.lang.String itemID, java.lang.String prefix, java.io.File file)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordImpl

public RecordImpl(java.lang.String itemID,
                  java.lang.String prefix,
                  java.io.File file)
Method Detail

getItemID

public java.lang.String getItemID()
Specified by:
getItemID in interface Record

getPrefix

public java.lang.String getPrefix()
Specified by:
getPrefix in interface Record

getSourceInfo

public java.lang.String getSourceInfo()
Description copied from interface: Record
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.

Specified by:
getSourceInfo in interface Record