public class SubCategoriesBean extends Object implements Serializable
| Constructor and Description |
|---|
SubCategoriesBean() |
| Modifier and Type | Method and Description |
|---|---|
CategorySearchResultEntryBean[] |
getCategories() |
int |
getCategoryCount() |
String[] |
getPath() |
void |
setCategories(CategorySearchResultEntryBean[] categories) |
void |
setCategoryCount(int categoryCount) |
void |
setPath(String[] path) |
public String[] getPath()
public void setPath(String[] path)
public CategorySearchResultEntryBean[] getCategories()
public void setCategories(CategorySearchResultEntryBean[] categories)
public int getCategoryCount()
public void setCategoryCount(int categoryCount)
Copyright © 2016 WSO2. All rights reserved.