com.dynalivery.saffron.client
Class DestinationOptions
java.lang.Object
com.dynalivery.saffron.client.DestinationOptions
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FileSystemDestinationOptions, NullDestinationOptions
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
destinationType
protected int destinationType
DestinationOptions
public DestinationOptions(int destType)
- Creates new DestinationOptions
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.