com.ibm.commerce.registry
Class BusinessPolicyCommandEntry
java.lang.Object
|
+--com.ibm.commerce.registry.BusinessPolicyRegistry
|
+--com.ibm.commerce.registry.BusinessPolicyCommandEntry
- All Implemented Interfaces:
-
Registry
- public class BusinessPolicyCommandEntry
- extends
BusinessPolicyRegistry
This class defines a business policy command data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
commandInterfaceName
protected java.lang.String commandInterfaceName
commandClassName
protected java.lang.String commandClassName
commandClass
protected java.lang.Class commandClass
properties
protected TypedProperty properties
BusinessPolicyCommandEntry
public BusinessPolicyCommandEntry()
- Constructor for BusinessPolicyCommandEntry.
getCommandClass
public java.lang.Class getCommandClass()
- Gets the command class object.
-
- Returns:
- command class object
getCommandClassName
public java.lang.String getCommandClassName()
- Gets the command class name.
-
- Returns:
- command class name
getProperties
public TypedProperty getProperties()
- Gets the properties associated with this command.
-
- Returns:
- command properties