org.lexevs.dao.database.access.association.batch
Class AssociationSourceBatchInsertItem

java.lang.Object
  extended by org.lexevs.dao.database.access.association.batch.AssociationSourceBatchInsertItem

public class AssociationSourceBatchInsertItem
extends java.lang.Object

The Class AssociationSourceBatchInsertItem.

Author:
Kevin Peterson

Constructor Summary
AssociationSourceBatchInsertItem()
          Instantiates a new association source batch insert item.
AssociationSourceBatchInsertItem(java.lang.String parentId, AssociationSource associationSource)
          Instantiates a new association source batch insert item.
 
Method Summary
 AssociationSource getAssociationSource()
          Gets the association source.
 java.lang.String getParentId()
          Gets the parent id.
 void setAssociationSource(AssociationSource associationSource)
          Sets the association source.
 void setParentId(java.lang.String parentId)
          Sets the parent id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationSourceBatchInsertItem

public AssociationSourceBatchInsertItem()
Instantiates a new association source batch insert item.


AssociationSourceBatchInsertItem

public AssociationSourceBatchInsertItem(java.lang.String parentId,
                                        AssociationSource associationSource)
Instantiates a new association source batch insert item.

Parameters:
parentId - the parent id
associationSource - the association source
Method Detail

getParentId

public java.lang.String getParentId()
Gets the parent id.

Returns:
the parent id

setParentId

public void setParentId(java.lang.String parentId)
Sets the parent id.

Parameters:
parentId - the new parent id

getAssociationSource

public AssociationSource getAssociationSource()
Gets the association source.

Returns:
the association source

setAssociationSource

public void setAssociationSource(AssociationSource associationSource)
Sets the association source.

Parameters:
associationSource - the new association source

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.