|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.datatype.CommandProperty
CommandProperty is a representation of a WCS command. It is comprised of three parts, the command name, the execution properties and the request properties. The command name of the command that will be executed, the execution properties which indicate the environment variables when executing the command and request properties which is the parameters passed to the command when it is executing.
Constructor Summary | |
CommandProperty()
Constructs the PropertyCommand object. |
Method Summary | |
java.lang.String |
getCommandName()
Returns the command name. |
TypedProperty |
getExecutionProperties()
Returns the execution properties. |
TypedProperty |
getRequestProperties()
Returns the request properties. |
void |
setCommandName(java.lang.String newCommandName)
Sets the command name. |
void |
setExecutionProperties(TypedProperty newExecutionProperties)
Sets the execution properties. |
void |
setRequestProperties(TypedProperty newRequestProperties)
Sets the request properties. |
java.lang.String |
toString()
Override the toString() method to reflect a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CommandProperty()
Method Detail |
public java.lang.String getCommandName()
public TypedProperty getExecutionProperties()
public TypedProperty getRequestProperties()
public void setCommandName(java.lang.String newCommandName)
newCommandName
- java.lang.Stringpublic void setExecutionProperties(TypedProperty newExecutionProperties)
newMessageProperty
- com.ibm.commerce.datatype.TypedPropertypublic void setRequestProperties(TypedProperty newRequestProperties)
newCommandProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |