GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Private Attributes | Static Private Attributes

de.zib.gndms.taskflows.filetransfer.client.model.FileTransferOrder Class Reference

Order for file transfer. More...

Inherits de::zib::gndms::common::model::gorfx::types::AbstractOrder.

List of all members.

Public Member Functions

String getDescription ()
String getSourceURI ()
void setSourceURI (String sourceURI)
String getDestinationURI ()
void setDestinationURI (String destinationURI)
boolean hasFileMap ()
Map< String, String > getFileMap ()
void setFileMap (Map< String, String > fileMap)

Private Attributes

String sourceURI
 URI of the source files.
String destinationURI
 URI of the target files.
Map< String, String > fileMap
 The map consists of pairs of source and target file names.

Static Private Attributes

static final long serialVersionUID = 2695933268050863494L

Detailed Description

Order for file transfer.

Author:
try ma ik jo rr a zib
Version:
$Id$

User: mjorra, Date: 29.09.2008, Time: 17:49:09


Member Data Documentation

The map consists of pairs of source and target file names.

The target file name may be null, if it should be identical to the source files name.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables