01 | package Bean; |
02 |
03 | public class selectdate { |
04 | private String selectname; |
05 |
06 | public String getSelectname() { |
07 | return selectname; |
08 | } |
09 |
10 | public void setSelectname(String selectname) { |
11 | this .selectname = selectname; |
12 | } |
13 |
14 | } |
