java.lang.Object | +--com.ibm.commerce.marketingcenter.events.dbobjects.EventComponent
Base event object class for merchant events feature.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
protected
static java.lang.String |
ENABLE_ATTRIBUTE_NAME Constant value to indicate that the component has been enabled. |
protected
static java.lang.String |
START_ELEMENT_NAME Constant value to indicate that the component is in start state. |
Constructor Summary | |
---|---|
EventComponent() Constructor for EventComponent. |
Method Summary | |
---|---|
boolean |
isComponentEnabled(org.w3c.dom.Element node) Checks whether the given component has been enabled or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected static final java.lang.String START_ELEMENT_NAME
protected static final java.lang.String ENABLE_ATTRIBUTE_NAME
Constructor Detail |
---|
public EventComponent()
Method Detail |
---|
public boolean isComponentEnabled(org.w3c.dom.Element node)
node
- The element object that defines the component
setting.