Page 90 - 3-3
P. 90

* Created by JBTS-24 on 2017-11-16
              */




              public class SaveLog {
               private int num;
               private String type;
               private String amount;
               private String water;
               private Timestamp timestamp;


               public int getNum() {
                  return num;
                }


               public void setNum(int num) {
                 this.num = num;
                }


                 public String getType() {
                    return type;
                 }


               public void setType(String type) {
                     this.type = type;
                 }


               public String getAmount() {
                  return amount;
                }




              public void setAmount(String amount) {
                 this.amount = amount;
                }


              public String getWater() {
                 return water;
                }


              public void setWater(String water) {
                 this.water = water;
                }


              public Timestamp getTimestamp() {


                                                        - 90 -
   85   86   87   88   89   90   91   92   93   94   95