org.pentaho.di.ui.spoon.trans
Class StreamOptions

java.lang.Object
  extended by org.pentaho.di.ui.spoon.trans.StreamOptions

public class StreamOptions
extends Object


Constructor Summary
StreamOptions(List<StreamInterface> options, Point location)
           
 
Method Summary
 Point getLocation()
           
 List<StreamInterface> getOptions()
           
 void setLocation(Point location)
           
 void setOptions(List<StreamInterface> options)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamOptions

public StreamOptions(List<StreamInterface> options,
                     Point location)
Parameters:
options -
location -
Method Detail

getOptions

public List<StreamInterface> getOptions()
Returns:
the options

setOptions

public void setOptions(List<StreamInterface> options)
Parameters:
options - the options to set

getLocation

public Point getLocation()
Returns:
the location

setLocation

public void setLocation(Point location)
Parameters:
location - the location to set