org.marc4j.marcxml
Class MarcResult
java.lang.Object
org.marc4j.marcxml.MarcResult
- All Implemented Interfaces:
- Result
- public class MarcResult
- extends Object
- implements Result
Collects the result of a MARC conversion.
- Version:
- $Revision: 1.4 $
- Author:
- Bas Peters
- See Also:
MarcHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarcResult
public MarcResult()
MarcResult
public MarcResult(MarcHandler handler)
Create a new instance and registers the MarcHandler
implementation.
- Parameters:
handler - the MarcHandler implementation
setHandler
public void setHandler(MarcHandler handler)
Registers the MarcHandler implementation.
- Parameters:
handler - the MarcHandler implementation
setSystemId
public void setSystemId(String systemID)
Registers the systemID.
- Specified by:
setSystemId in interface Result
- Parameters:
systemID - the system identifier
getHandler
public MarcHandler getHandler()
Returns the MarcHandler implementation.
- Returns:
- MarcHandler - the MarcHandler implementation
getSystemId
public String getSystemId()
Returns the system identifier.
- Specified by:
getSystemId in interface Result
- Returns:
- String - the system identifier
Copyright © 2001-2004 Bas Peters. All Rights Reserved.