org.pentaho.platform.engine.core.system
Class SessionStartupAction

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.SessionStartupAction
All Implemented Interfaces:
ISessionStartupAction

public class SessionStartupAction
extends Object
implements ISessionStartupAction


Constructor Summary
SessionStartupAction()
           
 
Method Summary
 String getActionOutputScope()
           
 String getActionPath()
           
 String getSessionType()
           
 void setActionOutputScope(String actionOutputScope)
           
 void setActionPath(String actionPath)
           
 void setSessionType(String sessionType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionStartupAction

public SessionStartupAction()
Method Detail

getActionOutputScope

public String getActionOutputScope()
Specified by:
getActionOutputScope in interface ISessionStartupAction

setActionOutputScope

public void setActionOutputScope(String actionOutputScope)
Specified by:
setActionOutputScope in interface ISessionStartupAction

getActionPath

public String getActionPath()
Specified by:
getActionPath in interface ISessionStartupAction

setActionPath

public void setActionPath(String actionPath)
Specified by:
setActionPath in interface ISessionStartupAction

getSessionType

public String getSessionType()
Specified by:
getSessionType in interface ISessionStartupAction

setSessionType

public void setSessionType(String sessionType)
Specified by:
setSessionType in interface ISessionStartupAction