public interface CatalogFolder
| Modifier and Type | Method and Description |
|---|---|
List<CatalogFolder> |
getChildren() |
String |
getDescription() |
String |
getId() |
List<CatalogItem> |
getItems() |
String |
getName() |
String getId()
String getName()
String getDescription()
List<CatalogFolder> getChildren()
List<CatalogItem> getItems()
Copyright © 2014. All Rights Reserved.