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 |
commandClass
protected java.lang.Class commandClass
commandClassName
protected java.lang.String commandClassName
commandInterfaceName
protected java.lang.String commandInterfaceName
properties
protected TypedProperty properties
BusinessPolicyCommandEntry
public BusinessPolicyCommandEntry()
- BusinessPolicyCommandEntry constructor comment.
getCommandClass
public java.lang.Class getCommandClass()
- Gets the command class object.
- Returns:
- java.lang.Class
getCommandClassName
public java.lang.String getCommandClassName()
- Gets the command class name.
- Returns:
- java.lang.String
getProperties
public TypedProperty getProperties()
- Gets the properties associated with this command.