alma::acs::gui::loglevel::tree::node::TreeContainerInfo Class Reference

Inheritance diagram for alma::acs::gui::loglevel::tree::node::TreeContainerInfo:
Inheritance graph
[legend]
Collaboration diagram for alma::acs::gui::loglevel::tree::node::TreeContainerInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TreeContainerInfo (ContainerInfo cli)
String toString ()
ContainerInfo getClientInfo ()
boolean compareHandle (int handle)
boolean compareName (String name)
int getHandle ()
String getName ()

Private Attributes

ContainerInfo client

Detailed Description

A container class for the ContainerInfo adding some useful method for tree management

Author:
acaproni

Constructor & Destructor Documentation

alma::acs::gui::loglevel::tree::node::TreeContainerInfo::TreeContainerInfo ( ContainerInfo  cli  )  [inline]

References client.


Member Function Documentation

boolean alma::acs::gui::loglevel::tree::node::TreeContainerInfo::compareHandle ( int  handle  )  [inline]

Check if the encapsulated ClientInfo's handle is equal to the passed one

Parameters:
handle The handle to compare with the handle of the client
Returns:
true if the handle and the parameter are equal

Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.

References client, and si::ijs::maci::ContainerInfo::h.

boolean alma::acs::gui::loglevel::tree::node::TreeContainerInfo::compareName ( String  name  )  [inline]

Check if the encapsulated ClientInfo's name is equal to the passed one

Parameters:
handle The name to compare with the name of the client
Returns:
true if the name and the parameter are equal

Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.

References client, and si::ijs::maci::ContainerInfo::name.

ContainerInfo alma::acs::gui::loglevel::tree::node::TreeContainerInfo::getClientInfo (  )  [inline]

Getter

Returns:
The ClientInfo encapsulated in this object

References client.

int alma::acs::gui::loglevel::tree::node::TreeContainerInfo::getHandle (  )  [inline]

Return the handle of the encsapsulated object

Returns:
The handle of the object

Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.

References client, and si::ijs::maci::ContainerInfo::h.

String alma::acs::gui::loglevel::tree::node::TreeContainerInfo::getName (  )  [inline]

Return the name of the encsapsulated object

Returns:
The name of the object

Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.

References client, and si::ijs::maci::ContainerInfo::name.

String alma::acs::gui::loglevel::tree::node::TreeContainerInfo::toString (  )  [inline]

Override toString to show the name on the tree

References client, and si::ijs::maci::ContainerInfo::name.


Member Data Documentation


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2