public class CommandProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
CommandProperty()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandName()
This method returns the command name.
|
TypedProperty |
getExecutionProperties()
This method returns the execution properties.
|
TypedProperty |
getRequestProperties()
This method returns the request properties.
|
void |
setCommandName(java.lang.String newCommandName)
This method sets the command name.
|
void |
setExecutionProperties(TypedProperty newExecutionProperties)
This method sets the execution properties.
|
void |
setRequestProperties(TypedProperty newRequestProperties)
This method sets the request properties.
|
java.lang.String |
toString()
This method overrides the toString() method to return a
String representation of this object. |
public static final java.lang.String COPYRIGHT
public CommandProperty()
public java.lang.String getCommandName()
public TypedProperty getExecutionProperties()
public TypedProperty getRequestProperties()
public void setCommandName(java.lang.String newCommandName)
newCommandName
- The name of the command to execute.public void setExecutionProperties(TypedProperty newExecutionProperties)
newMessageProperty
- The execution properties for executing the command.public void setRequestProperties(TypedProperty newRequestProperties)
newCommandProperty
- The request properties for executing the command.public java.lang.String toString()
String
representation of this object.toString
in class java.lang.Object