Returns the Parent Category for the current Category. Returns null if the current Category is a "root" Category. @return the Parent Category for the current Category; null if the current Category is a "root" Category.
()
| 38 | * Category is a "root" Category. |
| 39 | */ |
| 40 | public Category<T> getParentCategory(); |
| 41 | |
| 42 | } |
no outgoing calls
no test coverage detected