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