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

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

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

A FieldID that represents a field in SpecimenFields.


Field Summary
(package private)  int fieldID
           
 
Constructor Summary
DynamicDestination(int fieldID)
           
 
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

fieldID

final int fieldID
Constructor Detail

DynamicDestination

public DynamicDestination(int fieldID)
Method Detail

toString

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