public class RunInBackgroundCommand
extends org.pentaho.mantle.client.commands.AbstractCommand
| Constructor and Description |
|---|
RunInBackgroundCommand() |
RunInBackgroundCommand(FileItem fileItem) |
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleBaseURL() |
String |
getOutputLocationPath() |
String |
getOutputName() |
String |
getSolutionPath() |
String |
getSolutionTitle() |
void |
setModuleBaseURL(String moduleBaseURL) |
void |
setOutputLocationPath(String outputLocationPath) |
void |
setOutputName(String outputName) |
void |
setSolutionPath(String solutionPath) |
void |
setSolutionTitle(String solutionTitle) |
public RunInBackgroundCommand()
public RunInBackgroundCommand(FileItem fileItem)
public String getSolutionTitle()
public void setSolutionTitle(String solutionTitle)
public String getSolutionPath()
public void setSolutionPath(String solutionPath)
public String getOutputLocationPath()
public void setOutputLocationPath(String outputLocationPath)
public String getModuleBaseURL()
public void setModuleBaseURL(String moduleBaseURL)
public String getOutputName()
public void setOutputName(String outputName)