public abstract class AbstractIdentifiableInitializableComponent extends AbstractIdentifiedInitializableComponent implements IdentifiableComponent
AbstractIdentifiedInitializableComponent
with a public setter.Constructor and Description |
---|
AbstractIdentifiableInitializableComponent() |
Modifier and Type | Method and Description |
---|---|
void |
setId(String componentId)
Sets the ID of this component.
|
doInitialize, getId
destroy, doDestroy, initialize, isDestroyed, isInitialized
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
public AbstractIdentifiableInitializableComponent()
public void setId(@Nonnull @NotEmpty String componentId)
setId
in interface IdentifiableComponent
setId
in class AbstractIdentifiedInitializableComponent
componentId
- ID of the componentCopyright © 2016 JBoss by Red Hat. All rights reserved.