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.


Nested Class Summary
Nested classes inherited from class com.ibm.commerce.registry.BusinessPolicyRegistry
BusinessPolicyRegistry.TypeAndStoreKey
Field Summary
protected java.lang.Class commandClass
protected java.lang.String commandClassName
protected java.lang.String commandInterfaceName
protected TypedProperty properties
Fields inherited from class com.ibm.commerce.registry.BusinessPolicyRegistry
policyByTypeAndStoreCache, policyCache, policyTypeCache, singleton
Constructor Summary
BusinessPolicyCommandEntry()
Constructor for BusinessPolicyCommandEntry.
Method Summary
java.lang.Class getCommandClass()
Gets the command class object.
java.lang.String getCommandClassName()
Gets the command class name.
TypedProperty getProperties()
Gets the properties associated with this command.
Methods inherited from class com.ibm.commerce.registry.BusinessPolicyRegistry
findPolicy, getCommandClassNameFromInterface, getPolicyRegistryEntry, getPolicyRegistryEntryByTypeAndStore, initialize, refresh, refresh, removeAllElements, removeElement, singleton
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

commandInterfaceName

protected java.lang.String commandInterfaceName

commandClassName

protected java.lang.String commandClassName

commandClass

protected java.lang.Class commandClass

properties

protected TypedProperty properties
Constructor Detail

BusinessPolicyCommandEntry

public BusinessPolicyCommandEntry()
Constructor for BusinessPolicyCommandEntry.
Method Detail

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

Feedback