public class CategoryListOutputModel
extends java.lang.Object
Constructor and Description |
---|
CategoryListOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
getCategoryList()
This Method is use to get the category list
|
java.lang.Integer |
getCode()
This Method is use to get the code
|
java.lang.String |
getStatus()
This Method is use to get the status
|
void |
setCategoryList(java.util.List<Category> categoryList) |
void |
setCode(java.lang.Integer code) |
void |
setStatus(java.lang.String status) |
public java.lang.Integer getCode()
public void setCode(java.lang.Integer code)
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
public java.util.List<Category> getCategoryList()
public void setCategoryList(java.util.List<Category> categoryList)