edu.mayo.informatics.lexgrid.convert.inserter.error
Class AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem

java.lang.Object
  extended by edu.mayo.informatics.lexgrid.convert.inserter.error.AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem
Enclosing class:
AssociationSourceBatchInsertError

public static class AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem
extends java.lang.Object

The Class AssociationSourceInsertErrorItem.

Author:
Kevin Peterson

Field Summary
 java.util.List<AssociationSourceBatchInsertItem> batch
          The batch.
 java.lang.String codingSchemeId
          The coding scheme id.
 
Constructor Summary
AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem(java.lang.String codingSchemeId, java.util.List<AssociationSourceBatchInsertItem> batch)
          Instantiates a new association source insert error item.
 
Method Summary
 java.util.List<AssociationSourceBatchInsertItem> getBatch()
          Gets the batch.
 java.lang.String getCodingSchemeId()
          Gets the coding scheme id.
 void setBatch(java.util.List<AssociationSourceBatchInsertItem> batch)
          Sets the batch.
 void setCodingSchemeId(java.lang.String codingSchemeId)
          Sets the coding scheme id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codingSchemeId

public java.lang.String codingSchemeId
The coding scheme id.


batch

public java.util.List<AssociationSourceBatchInsertItem> batch
The batch.

Constructor Detail

AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem

public AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem(java.lang.String codingSchemeId,
                                                                               java.util.List<AssociationSourceBatchInsertItem> batch)
Instantiates a new association source insert error item.

Parameters:
codingSchemeId - the coding scheme id
batch - the batch
Method Detail

getCodingSchemeId

public java.lang.String getCodingSchemeId()
Gets the coding scheme id.

Returns:
the coding scheme id

setCodingSchemeId

public void setCodingSchemeId(java.lang.String codingSchemeId)
Sets the coding scheme id.

Parameters:
codingSchemeId - the new coding scheme id

getBatch

public java.util.List<AssociationSourceBatchInsertItem> getBatch()
Gets the batch.

Returns:
the batch

setBatch

public void setBatch(java.util.List<AssociationSourceBatchInsertItem> batch)
Sets the batch.

Parameters:
batch - the new batch

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.