edu.jhu.tmaj.client.importer.specimens.data
Class StaticDestination
java.lang.Object
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]
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
table
StaticDestination.DestinationTable table
fieldName
java.lang.String fieldName
StaticDestination
public StaticDestination(StaticDestination.DestinationTable table,
java.lang.String fieldName)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object