public class SubCategories extends Object implements Serializable
| Constructor and Description |
|---|
SubCategories() |
SubCategories(String[] path,
List<CategorySearchResultEntry> categories) |
| Modifier and Type | Method and Description |
|---|---|
List<CategorySearchResultEntry> |
getCategories() |
String[] |
getPath() |
void |
setCategories(List<CategorySearchResultEntry> categories) |
void |
setPath(String[] path) |
public SubCategories()
public SubCategories(String[] path, List<CategorySearchResultEntry> categories)
public String[] getPath()
public void setPath(String[] path)
public List<CategorySearchResultEntry> getCategories()
public void setCategories(List<CategorySearchResultEntry> categories)
Copyright © 2015 WSO2. All rights reserved.