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.


Inner 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
 
Fields inherited from interface com.ibm.commerce.registry.Registry
COPYRIGHT
 
Constructor Summary
BusinessPolicyCommandEntry()
          BusinessPolicyCommandEntry constructor comment.
 
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

commandClass

protected java.lang.Class commandClass

commandClassName

protected java.lang.String commandClassName

commandInterfaceName

protected java.lang.String commandInterfaceName

properties

protected TypedProperty properties
Constructor Detail

BusinessPolicyCommandEntry

public BusinessPolicyCommandEntry()
BusinessPolicyCommandEntry constructor comment.
Method Detail

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.