edu.jhu.tmaj.client.importer.specimens.data
Class StaticDestination

java.lang.Object
  extended by edu.jhu.tmaj.client.importer.specimens.data.StaticDestination
All Implemented Interfaces:
Destination

public final class StaticDestination
extends java.lang.Object
implements Destination

A table and a fieldname for the import. A static destination is specified in the config file and is of the form [TABLE_NAME].FieldID.[FieldID]


Nested Class Summary
static class StaticDestination.DestinationTable
          Either Patients or Specimens.
 
Field Summary
(package private)  java.lang.String fieldName
           
(package private)  StaticDestination.DestinationTable table
           
 
Constructor Summary
StaticDestination(StaticDestination.DestinationTable table, java.lang.String fieldName)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

table

StaticDestination.DestinationTable table

fieldName

java.lang.String fieldName
Constructor Detail

StaticDestination

public StaticDestination(StaticDestination.DestinationTable table,
                         java.lang.String fieldName)
Method Detail

toString

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