public class DSOAction extends RunProcessAction
| Modifier and Type | Field and Description |
|---|---|
static String |
DSOACTION_CMD_DELETE |
static String |
DSOACTION_CMD_RETURN |
static String |
DSOACTION_CMD_TRANSFER |
static int |
DSOACTION_TYPE_DELETE |
static int |
DSOACTION_TYPE_RETURN |
static int |
DSOACTION_TYPE_TRANSFER |
| Constructor and Description |
|---|
DSOAction() |
DSOAction(String commandLine) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
String |
getDSOMapping() |
String |
getDSOPool() |
String |
getField() |
String |
getForm() |
String |
getServer() |
int |
getType() |
boolean |
isOverrideLoopDetection() |
void |
setCommandLine(String commandLine) |
void |
setDSOMapping(String dsoMapping) |
void |
setDSOPool(String dsoPool) |
void |
setField(String field) |
void |
setForm(String form) |
void |
setOverrideLoopDetection(boolean overrideLoopDetection) |
void |
setServer(String server) |
void |
setType(int type) |
clone, getCommandLine, hashCode, toStringequals, getActionTypepublic static final int DSOACTION_TYPE_TRANSFER
public static final int DSOACTION_TYPE_RETURN
public static final int DSOACTION_TYPE_DELETE
public static final String DSOACTION_CMD_TRANSFER
public static final String DSOACTION_CMD_RETURN
public static final String DSOACTION_CMD_DELETE
public DSOAction()
public DSOAction(String commandLine)
commandLine - public void setCommandLine(String commandLine)
setCommandLine in class RunProcessActionpublic int getType()
public void setType(int type)
type - the type to setpublic String getServer()
public void setServer(String server)
server - the server to setpublic String getForm()
public void setForm(String form)
form - the form to setpublic String getDSOMapping()
public void setDSOMapping(String dsoMapping)
dsoMapping - the dsoMapping to setpublic boolean isOverrideLoopDetection()
public void setOverrideLoopDetection(boolean overrideLoopDetection)
overrideLoopDetection - the overrideLoopDetection to setpublic String getDSOPool()
public void setDSOPool(String dsoPool)
dsoPool - the dsoPool to setpublic String getField()
public void setField(String field)
field - the field to setpublic boolean equals(Object obj)
Actionequals in class RunProcessActionobj - the object that we are comparing to? Copyright 2013 BMC Software, Inc.