-
public class FeedbackTypeRespBeanCreated by letian on 15/7/4.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringtypeprivate ArrayList<FeedbackTypeBean>list
-
Method Summary
Modifier and Type Method Description StringgetType()Get list category (currently only devices and others) voidsetType(String type)Set list category ArrayList<FeedbackTypeBean>getList()Get a list of feedback categories (device list and other lists) voidsetList(ArrayList<FeedbackTypeBean> list)Set a list of feedback categories -
-
Method Detail
-
getType
String getType()
Get list category (currently only devices and others)
-
setType
void setType(String type)
Set list category
- Parameters:
type- list category
-
getList
ArrayList<FeedbackTypeBean> getList()
Get a list of feedback categories (device list and other lists)
-
setList
void setList(ArrayList<FeedbackTypeBean> list)
Set a list of feedback categories
- Parameters:
list- feedback categories
-
-
-
-