edu.jhu.tmaj.beans.exfile.data
Class ExternalFileCoordinate

java.lang.Object
  extended by edu.jhu.tmaj.beans.exfile.data.ExternalFileCoordinate
All Implemented Interfaces:
java.io.Serializable

public class ExternalFileCoordinate
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 Coordinate coordinate
           
 ExternalFile externalFile
           
 
Constructor Summary
ExternalFileCoordinate(ExternalFile externalFile, Coordinate coordinate)
           
 
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

externalFile

public final ExternalFile externalFile

coordinate

public final Coordinate coordinate
Constructor Detail

ExternalFileCoordinate

public ExternalFileCoordinate(ExternalFile externalFile,
                              Coordinate coordinate)
Method Detail

toString

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