public abstract class SubCatLocation extends Object
| Constructor and Description |
|---|
SubCatLocation() |
| Modifier and Type | Method and Description |
|---|---|
abstract SubCat |
createSubCat() |
abstract String |
getId() |
abstract String |
getName() |
abstract String |
getPath() |
abstract Map<String,SubCat> |
getSubCat() |
SubCat |
getSubCat(String name) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.