org.nees.data.service
Class DownloadOptions

java.lang.Object
  extended byorg.nees.data.service.TransferOptions
      extended byorg.nees.data.service.DownloadOptions
All Implemented Interfaces:
java.io.Serializable

public class DownloadOptions
extends TransferOptions

This class contains the options that dictate how the server does a download.

Lifecycle

The application creates this with the appropriate properties. The version refers to the version of the file on the server.

Usage

Instances are sent to the service as part of a download request.

See Also:
Serialized Form

Constructor Summary
DownloadOptions()
           
DownloadOptions(java.lang.String protocol)
           
 
Method Summary
 int getFileVersion()
           
 void setFileVersion(int fileVersion)
           
 
Methods inherited from class org.nees.data.service.TransferOptions
getLocalFileName, getProtocol, setLocalFileName, setProtocol, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadOptions

public DownloadOptions(java.lang.String protocol)

DownloadOptions

public DownloadOptions()
Method Detail

getFileVersion

public int getFileVersion()

setFileVersion

public void setFileVersion(int fileVersion)