Public Member Functions | |
TreeClientInfo (ClientInfo cli) | |
String | toString () |
ClientInfo | getClientInfo () |
boolean | compareHandle (int handle) |
boolean | compareName (String name) |
int | getHandle () |
String | getName () |
Private Attributes | |
ClientInfo | client |
|
|
|
Check if the encapsulated ClientInfo's handle is equal to the passed one
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
|
|
Check if the encapsulated ClientInfo's name is equal to the passed one
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
|
|
Getter
|
|
Return the handle of the encsapsulated object
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
|
|
Return the name of the encsapsulated object
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
|
|
Override toString to show the name on the tree |
|
|