

Public Member Functions | |
| CategoryImpl (String _name, String _description) | |
| CategoryImpl (String _name, String _description, int _categoryId, String _categoryPath, boolean _leaf) | |
| Integer | getCategoryId () |
| String | getName () |
| String | getDescription () |
| String | getPath () |
| boolean | isLeaf () |
| String | toString () |
| Object | clone () throws CloneNotSupportedException |
Private Member Functions | |
| CategoryImpl (Category category) | |
Private Attributes | |
| final Integer | categoryId |
| final String | name |
| final String | description |
| final String | path |
| final boolean | leaf |
| cern::laser::guiplatform::category::helpers::CategoryImpl::CategoryImpl | ( | String | _name, | |
| String | _description | |||
| ) | [inline] |
Referenced by clone().
| cern::laser::guiplatform::category::helpers::CategoryImpl::CategoryImpl | ( | String | _name, | |
| String | _description, | |||
| int | _categoryId, | |||
| String | _categoryPath, | |||
| boolean | _leaf | |||
| ) | [inline] |
References categoryId, description, leaf, name, and path.
| cern::laser::guiplatform::category::helpers::CategoryImpl::CategoryImpl | ( | Category | category | ) | [inline, private] |
References categoryId, description, cern::laser::client::data::Category::getCategoryId(), cern::laser::client::data::Category::getDescription(), cern::laser::client::data::Category::getName(), cern::laser::client::data::Category::getPath(), cern::laser::client::data::Category::isLeaf(), leaf, name, and path.
| Object cern::laser::guiplatform::category::helpers::CategoryImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Category.
References CategoryImpl().
| Integer cern::laser::guiplatform::category::helpers::CategoryImpl::getCategoryId | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References categoryId.
Referenced by toString().
| String cern::laser::guiplatform::category::helpers::CategoryImpl::getDescription | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References description.
Referenced by toString().
| String cern::laser::guiplatform::category::helpers::CategoryImpl::getName | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References name.
Referenced by toString().
| String cern::laser::guiplatform::category::helpers::CategoryImpl::getPath | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References path.
Referenced by toString().
| boolean cern::laser::guiplatform::category::helpers::CategoryImpl::isLeaf | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References leaf.
Referenced by toString().
| String cern::laser::guiplatform::category::helpers::CategoryImpl::toString | ( | ) | [inline] |
References getCategoryId(), getDescription(), getName(), getPath(), and isLeaf().
final Integer cern::laser::guiplatform::category::helpers::CategoryImpl::categoryId [private] |
Referenced by CategoryImpl(), and getCategoryId().
final String cern::laser::guiplatform::category::helpers::CategoryImpl::description [private] |
Referenced by CategoryImpl(), and getDescription().
final boolean cern::laser::guiplatform::category::helpers::CategoryImpl::leaf [private] |
Referenced by CategoryImpl(), and isLeaf().
final String cern::laser::guiplatform::category::helpers::CategoryImpl::name [private] |
Referenced by CategoryImpl(), and getName().
final String cern::laser::guiplatform::category::helpers::CategoryImpl::path [private] |
Referenced by CategoryImpl(), and getPath().
1.6.2