com.dynalivery.saffron.client
Class DestinationOptions

java.lang.Object
  extended bycom.dynalivery.saffron.client.DestinationOptions
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FileSystemDestinationOptions

public abstract class DestinationOptions
extends java.lang.Object
implements java.io.Serializable

This abstract class defines the destination options for a Saffron export operation.

See Also:
Serialized Form

Field Summary
protected  int destinationType
           
 
Constructor Summary
DestinationOptions(int destType)
          Creates new DestinationOptions
 
Method Summary
 int getDestinationType()
           
 void setDestinationType(int destType)
           
abstract  java.lang.String toString()
          Creates display string for destination options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

destinationType

protected int destinationType
Constructor Detail

DestinationOptions

public DestinationOptions(int destType)
Creates new DestinationOptions

Method Detail

setDestinationType

public void setDestinationType(int destType)
                        throws InvalidParameterException
Throws:
InvalidParameterException

getDestinationType

public int getDestinationType()

toString

public abstract java.lang.String toString()
Creates display string for destination options. Must be overridden in subclasses.