| | |
| | | private int alm_is_confirmed; |
| | | private Date alm_confirmed_time; |
| | | private int alm_cleared_type; |
| | | private String note; |
| | | |
| | | private Page page; |
| | | public int getNum() { |
| | |
| | | this.page = page; |
| | | } |
| | | |
| | | public String getNote() { |
| | | return note; |
| | | } |
| | | |
| | | public void setNote(String note) { |
| | | this.note = note; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Battalram_data{" + |
| | |
| | | ", alm_is_confirmed=" + alm_is_confirmed + |
| | | ", alm_confirmed_time=" + alm_confirmed_time + |
| | | ", alm_cleared_type=" + alm_cleared_type + |
| | | ", note='" + note + '\'' + |
| | | ", page=" + page + |
| | | '}'; |
| | | } |