DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr
Class ReportEntry

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.ReportEntry
Direct Known Subclasses:
SyncReportEntry

public class ReportEntry
extends Object

Class to capture the results of a NDRSync operation in which a metadata record is written to the NDR.

Version:
$Id: ReportEntry.java,v 1.3 2009/03/20 23:33:56 jweather Exp $
Author:
Jonathan Ostwald

Field Summary
protected  String command
           
protected  String errorMsg
           
protected  String id
           
protected  InfoXML ndrResponse
           
 
Constructor Summary
ReportEntry(String id, String errorMsg)
          Constructor for the ReportEntry object
ReportEntry(String id, String command, InfoXML ndrResponse)
           
 
Method Summary
 String getCommand()
           
 String getErrorMsg()
           
 String getHandle()
           
 String getId()
           
 boolean getIsError()
           
 InfoXML getResponse()
           
 boolean isError()
           
static void main(String[] args)
          The main program for the ReportEntry class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

errorMsg

protected String errorMsg

command

protected String command

ndrResponse

protected InfoXML ndrResponse
Constructor Detail

ReportEntry

public ReportEntry(String id,
                   String errorMsg)
Constructor for the ReportEntry object

Parameters:
collectionConfig - NOT YET DOCUMENTED
collectionName - NOT YET DOCUMENTED

ReportEntry

public ReportEntry(String id,
                   String command,
                   InfoXML ndrResponse)
Method Detail

getId

public String getId()

isError

public boolean isError()

getIsError

public boolean getIsError()

getErrorMsg

public String getErrorMsg()

getResponse

public InfoXML getResponse()

getCommand

public String getCommand()

getHandle

public String getHandle()

main

public static void main(String[] args)
                 throws Exception
The main program for the ReportEntry class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0