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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|