public abstract class BaseComponent extends Object implements Component
| Constructor and Description |
|---|
BaseComponent(String name)
Creates new instance of the component.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivate, deactivate, resetpublic BaseComponent(String name)
name - the name of component.Copyright © 2016 TeleStax, Inc.. All Rights Reserved.