org.glite.data.transfer
Class TransferJobElement2

java.lang.Object
  extended by org.glite.data.transfer.TransferJobElement2

public class TransferJobElement2
extends java.lang.Object

This describes a single file transfer within a job.


Field Summary
 java.lang.String checksum
          The optional checksum of the file to be transferred.
 java.lang.String dest
          The destination file of the transfer.
 java.lang.String source
          The source file of the transfer.
 
Constructor Summary
TransferJobElement2()
           
 
Method Summary
 
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.


checksum

public java.lang.String checksum
The optional checksum of the file to be transferred.

Constructor Detail

TransferJobElement2

public TransferJobElement2()


Copyright © 2004-2007 EU-EGEE