java.lang.Object | +--com.ibm.commerce.registry.CommandRegistryEntry
Command registry entry. This is an internal class used by the comamnd registry.
Constructor Summary | |
---|---|
CommandRegistryEntry() Constructor for CommandRegistryEntry. | |
CommandRegistryEntry(java.lang.String ifName, java.lang.Integer store,
java.lang.String iclassName, java.lang.String props) Constructs a command registry entry. |
Method Summary | |
---|---|
java.lang.String |
getClassName() Gets the class name. |
TypedProperty |
getDefaultProperties() Gets the default properties. |
java.lang.String |
getInterfaceName() Gets the interface name. |
java.lang.String |
getKey() Gets the key for identifying this entry. |
java.lang.String |
getProperties() Gets the default properties. |
java.lang.String |
getSeparator() Gets the seperator for constructing the key. |
java.lang.Integer |
getStoreEntityId() Gets the store Id. |
java.lang.String |
getTarget() Gets the command target. |
boolean |
isGeneric() Returns the generic property for the command. |
boolean |
isRetriable() Gets the retriable default property for this command |
void |
setClassName(java.lang.String newValue) Sets the command class name. |
void |
setDefaultProperties(
TypedProperty newValue) Sets the default properties. |
void |
setGeneric(boolean newValue) Set the generic property. |
void |
setInterfaceName(java.lang.String newValue) Sets the interface name. |
void |
setKey(java.lang.String newValue) Sets they key value for this entry. |
void |
setProperties(java.lang.String newValue) Sets the default properties for this command. |
void |
setRetriable(boolean newValue) Sets the retriable property for this command. |
void |
setStoreEntityId(java.lang.Integer newValue) Sets the store Id . |
void |
setTarget(java.lang.String newValue) Sets the command target. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public CommandRegistryEntry()
public CommandRegistryEntry(java.lang.String ifName, java.lang.Integer store, java.lang.String iclassName, java.lang.String props)
iclassName
- command implementation class nameMethod Detail |
---|
public java.lang.String getClassName()
public TypedProperty getDefaultProperties()
public java.lang.String getInterfaceName()
public java.lang.String getKey()
return key for this entry
public java.lang.String getProperties()
public java.lang.String getSeparator()
public java.lang.Integer getStoreEntityId()
public java.lang.String getTarget()
public boolean isGeneric()
public boolean isRetriable()
public void setClassName(java.lang.String newValue)
newValue
- class name for the commandpublic void setDefaultProperties(TypedProperty newValue)
newValue
- command propertiespublic void setGeneric(boolean newValue)
newValue
- true if command is generic; false
otherwisepublic void setInterfaceName(java.lang.String newValue)
newValue
- interface namepublic void setKey(java.lang.String newValue)
newValue
- key valuepublic void setProperties(java.lang.String newValue)
newValue
- command propertiespublic void setRetriable(boolean newValue)
newValue
- true if the command is retriable; false
otherwisepublic void setStoreEntityId(java.lang.Integer newValue)
newValue
- store Idpublic void setTarget(java.lang.String newValue)
newValue
- command target