| | |
| | | private List list = new ArrayList();
|
| | |
|
| | | public static List visitorTypeList = new ArrayList();
|
| | | public static List attenderTypeList = new ArrayList();
|
| | | public static List genderList = new ArrayList();
|
| | | public static List idTypeList = new ArrayList();
|
| | | public static List visitReasonList = new ArrayList();
|
| | |
| | | SelectDialog.visitorTypeList = visitorTypeList;
|
| | | }
|
| | |
|
| | | public static void setAttenderTypeList(List attenderTypeList) {
|
| | | SelectDialog.attenderTypeList = attenderTypeList;
|
| | | }
|
| | |
|
| | | public static void setGenderList(List genderList) {
|
| | | SelectDialog.genderList = genderList;
|
| | | }
|