|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.server.ComponentDescriptor
This class is used internally to store information about a component.
Field Summary | |
protected java.lang.String |
compClassName
|
protected boolean |
compEnabled
|
protected java.lang.String |
compName
|
protected ComponentConfiguration |
component
|
protected org.w3c.dom.Element |
compProp
|
Constructor Summary | |
ComponentDescriptor(java.lang.String name,
java.lang.String className)
ComponentDescriptor constructor comment. |
Method Summary | |
java.lang.String |
getCompClassName()
Gets the class name for the component. |
boolean |
getCompEnabled()
Returns the enabled status of this component. |
int |
getCompHashcode()
Gets the name of the component. |
java.lang.String |
getCompName()
Gets the name of the component. |
ComponentConfiguration |
getComponent()
Gets the component object. |
org.w3c.dom.Element |
getCompProperty()
Gets the dom node that describes the property for this component. |
void |
setCompClassName(java.lang.String newValue)
Sets the class name for the component. |
void |
setCompEnabled(boolean enabled)
Sets the enabled status of this component. |
void |
setCompName(java.lang.String newValue)
Sets the name for the component. |
void |
setComponent(ComponentConfiguration aComponent)
Sets the component object. |
void |
setCompProperty(org.w3c.dom.Element node)
Sets the property node for this component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String compClassName
protected boolean compEnabled
protected java.lang.String compName
protected ComponentConfiguration component
protected org.w3c.dom.Element compProp
Constructor Detail |
public ComponentDescriptor(java.lang.String name, java.lang.String className)
Method Detail |
public java.lang.String getCompClassName()
public boolean getCompEnabled()
public int getCompHashcode()
public java.lang.String getCompName()
public ComponentConfiguration getComponent()
public org.w3c.dom.Element getCompProperty()
public void setCompClassName(java.lang.String newValue)
name
- Stringpublic void setCompEnabled(boolean enabled)
enabled
- booleanpublic void setCompName(java.lang.String newValue)
name
- Stringpublic void setComponent(ComponentConfiguration aComponent)
aComponent
- ComponentConfigurationpublic void setCompProperty(org.w3c.dom.Element node)
org.w3c.dom.Element
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |