

Public Member Functions | |
| CategoryImpl (cern.laser.business.data.Category category) | |
| Integer | getCategoryId () |
| String | getName () |
| String | getDescription () |
| String | getPath () |
| boolean | isLeaf () |
| void | setCategoryId (Integer newCategoryId) |
| void | setDescription (String newDescription) |
| void | setLeaf (boolean newLeaf) |
| void | setName (String newName) |
| void | setPath (String newPath) |
| boolean | equals (Object obj) |
| int | hashCode () |
| String | toString () |
| Object | clone () throws CloneNotSupportedException |
Private Attributes | |
| Integer | categoryId |
| String | name |
| String | description |
| String | path |
| boolean | leaf |
| cern::laser::client::impl::data::CategoryImpl::CategoryImpl | ( | cern.laser.business.data.Category | category | ) | [inline] |
References categoryId, description, leaf, name, and path.
| Object cern::laser::client::impl::data::CategoryImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
Implements cern::laser::client::data::Category.
| boolean cern::laser::client::impl::data::CategoryImpl::equals | ( | Object | obj | ) | [inline] |
References cern::laser::client::data::Category::getCategoryId(), and getCategoryId().
| Integer cern::laser::client::impl::data::CategoryImpl::getCategoryId | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References categoryId.
Referenced by equals(), hashCode(), and toString().
| String cern::laser::client::impl::data::CategoryImpl::getDescription | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References description.
Referenced by toString().
| String cern::laser::client::impl::data::CategoryImpl::getName | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References name.
Referenced by toString().
| String cern::laser::client::impl::data::CategoryImpl::getPath | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References path.
Referenced by toString().
| int cern::laser::client::impl::data::CategoryImpl::hashCode | ( | ) | [inline] |
References getCategoryId().
| boolean cern::laser::client::impl::data::CategoryImpl::isLeaf | ( | ) | [inline] |
Accessor method.
Implements cern::laser::client::data::Category.
References leaf.
Referenced by toString().
| void cern::laser::client::impl::data::CategoryImpl::setCategoryId | ( | Integer | newCategoryId | ) | [inline] |
References categoryId.
| void cern::laser::client::impl::data::CategoryImpl::setDescription | ( | String | newDescription | ) | [inline] |
References description.
| void cern::laser::client::impl::data::CategoryImpl::setLeaf | ( | boolean | newLeaf | ) | [inline] |
References leaf.
| void cern::laser::client::impl::data::CategoryImpl::setName | ( | String | newName | ) | [inline] |
References name.
| void cern::laser::client::impl::data::CategoryImpl::setPath | ( | String | newPath | ) | [inline] |
References path.
| String cern::laser::client::impl::data::CategoryImpl::toString | ( | ) | [inline] |
References getCategoryId(), getDescription(), getName(), getPath(), and isLeaf().
Integer cern::laser::client::impl::data::CategoryImpl::categoryId [private] |
Referenced by CategoryImpl(), getCategoryId(), and setCategoryId().
String cern::laser::client::impl::data::CategoryImpl::description [private] |
Referenced by CategoryImpl(), getDescription(), and setDescription().
boolean cern::laser::client::impl::data::CategoryImpl::leaf [private] |
Referenced by CategoryImpl(), isLeaf(), and setLeaf().
String cern::laser::client::impl::data::CategoryImpl::name [private] |
Referenced by CategoryImpl(), getName(), and setName().
String cern::laser::client::impl::data::CategoryImpl::path [private] |
Referenced by CategoryImpl(), getPath(), and setPath().
1.6.2