edu.mayo.informatics.lexgrid.convert.validator.resolution
Class ErrorResolutionReport

java.lang.Object
  extended by edu.mayo.informatics.lexgrid.convert.validator.resolution.ErrorResolutionReport

public class ErrorResolutionReport
extends java.lang.Object

The Class ErrorResolutionReport.

Author:
Kevin Peterson

Nested Class Summary
static class ErrorResolutionReport.ResolutionStatus
          The Enum ResolutionStatus.
 
Constructor Summary
ErrorResolutionReport(ErrorResolutionReport.ResolutionStatus resolutionStatus, java.lang.String resolutionDetails)
          Instantiates a new error resolution report.
 
Method Summary
 java.lang.String getResolutionDetails()
          Gets the resolution details.
 ErrorResolutionReport.ResolutionStatus getResolutionStatus()
          Gets the resolution status.
 void setResolutionDetails(java.lang.String resolutionDetails)
          Sets the resolution details.
 void setResolutionStatus(ErrorResolutionReport.ResolutionStatus resolutionStatus)
          Sets the resolution status.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorResolutionReport

public ErrorResolutionReport(ErrorResolutionReport.ResolutionStatus resolutionStatus,
                             java.lang.String resolutionDetails)
Instantiates a new error resolution report.

Parameters:
resolutionStatus - the resolution status
resolutionDetails - the resolution details
Method Detail

getResolutionStatus

public ErrorResolutionReport.ResolutionStatus getResolutionStatus()
Gets the resolution status.

Returns:
the resolution status

setResolutionStatus

public void setResolutionStatus(ErrorResolutionReport.ResolutionStatus resolutionStatus)
Sets the resolution status.

Parameters:
resolutionStatus - the new resolution status

getResolutionDetails

public java.lang.String getResolutionDetails()
Gets the resolution details.

Returns:
the resolution details

setResolutionDetails

public void setResolutionDetails(java.lang.String resolutionDetails)
Sets the resolution details.

Parameters:
resolutionDetails - the new resolution details

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.