|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.registry.CommandRegistryEntry
Command registry entry. This is an internal class used by the comamnd registry.
Constructor Summary | |
CommandRegistryEntry()
Default constructor for command registry entry. |
|
CommandRegistryEntry(java.lang.String ifName,
java.lang.Integer store,
java.lang.String iclassName,
java.lang.String props)
Construct 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()
TGets 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 defaull 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 targte. |
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)
ifname
- String - interface namestoreId
- Integer - store IdclassName
- String - command implementation class nameproperties
- TypedProperty - default command propertiesMethod Detail |
public java.lang.String getClassName()
public TypedProperty getDefaultProperties()
public java.lang.String getInterfaceName()
public java.lang.String getKey()
return String - 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
- java.lang.String - class name for the commandpublic void setDefaultProperties(TypedProperty newValue)
newValue
- TypedPropertypublic void setGeneric(boolean newValue)
newValue
- booleanpublic void setInterfaceName(java.lang.String newValue)
newValue
- java.lang.Stringpublic void setKey(java.lang.String newValue)
newValue
- java.lang.String - key valuepublic void setProperties(java.lang.String newValue)
newValue
- TypedPropertypublic void setRetriable(boolean newValue)
newValue
- boolean - true if retriablepublic void setStoreEntityId(java.lang.Integer newValue)
newValue
- java.lang.Integerpublic void setTarget(java.lang.String newValue)
newValue
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |