org.glite.data.transfer
Class TransferJobElement

java.lang.Object
  extended byorg.glite.data.transfer.TransferJobElement

public class TransferJobElement
extends java.lang.Object

This describes a single file transfer within a job.


Field Summary
 java.lang.String dest
          The destination file of the transfer.
 java.lang.String source
          The source file of the transfer.
 
Constructor Summary
TransferJobElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public java.lang.String source
The source file of the transfer.


dest

public java.lang.String dest
The destination file of the transfer.

Constructor Detail

TransferJobElement

public TransferJobElement()


Copyright © 2004 EU-EGEE