Public Member Functions | |
| Integer | getCategoryId () |
| String | getName () |
| String | getDescription () |
| String | getPath () |
| boolean | isLeaf () |
| Object | clone () throws CloneNotSupportedException |
The alarm category class.
| Object cern.laser.client.data.Category.clone | ( | ) | throws CloneNotSupportedException |
Cloning method. The cloned object is a deep copy.
| CloneNotSupportedException | if clone failed |
| Integer cern.laser.client.data.Category.getCategoryId | ( | ) |
Accessor method.
Referenced by cern.laser.client.impl.data.CategoryImpl.equals().
| String cern.laser.client.data.Category.getDescription | ( | ) |
Accessor method.
| String cern.laser.client.data.Category.getName | ( | ) |
Accessor method.
| String cern.laser.client.data.Category.getPath | ( | ) |
Accessor method.
| boolean cern.laser.client.data.Category.isLeaf | ( | ) |
Accessor method.
1.7.0