| | |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | |
| | | @Alias("BadLd9_mon") |
| | | public class BadLd9_mon implements Serializable{ |
| | | private Integer num; |
| | | private Integer BattGroupid; |
| | | private Integer mon_num; |
| | | private Integer record_num; |
| | | private Date test_starttime; |
| | | private Float group_vol; |
| | | private Float test_curr; |
| | | private Float mon_vol; |
| | | private Float real_cap; |
| | | private Float stdcap; |
| | | private String note; |
| | | |
| | | public Integer getNum() { |
| | | return num; |
| | | } |
| | | public void setNum(Integer num) { |
| | | this.num = num; |
| | | } |
| | | public Integer getBattGroupid() { |
| | | return BattGroupid; |
| | | } |
| | | public void setBattGroupid(Integer battGroupid) { |
| | | BattGroupid = battGroupid; |
| | | } |
| | | public Integer getMon_num() { |
| | | return mon_num; |
| | | } |
| | | public void setMon_num(Integer mon_num) { |
| | | this.mon_num = mon_num; |
| | | } |
| | | public Integer getRecord_num() { |
| | | return record_num; |
| | | } |
| | | public void setRecord_num(Integer record_num) { |
| | | this.record_num = record_num; |
| | | } |
| | | public Date getTest_starttime() { |
| | | return test_starttime; |
| | | } |
| | | public void setTest_starttime(Date test_starttime) { |
| | | this.test_starttime = test_starttime; |
| | | } |
| | | public Float getGroup_vol() { |
| | | return group_vol; |
| | | } |
| | | public void setGroup_vol(Float group_vol) { |
| | | this.group_vol = group_vol; |
| | | } |
| | | public Float getTest_curr() { |
| | | return test_curr; |
| | | } |
| | | public void setTest_curr(Float test_curr) { |
| | | this.test_curr = test_curr; |
| | | } |
| | | public Float getMon_vol() { |
| | | return mon_vol; |
| | | } |
| | | public void setMon_vol(Float mon_vol) { |
| | | this.mon_vol = mon_vol; |
| | | } |
| | | public Float getReal_cap() { |
| | | return real_cap; |
| | | } |
| | | public void setReal_cap(Float real_cap) { |
| | | this.real_cap = real_cap; |
| | | } |
| | | public Float getStdcap() { |
| | | return stdcap; |
| | | } |
| | | public void setStdcap(Float stdcap) { |
| | | this.stdcap = stdcap; |
| | | } |
| | | public String getNote() { |
| | | return note; |
| | | } |
| | | public void setNote(String note) { |
| | | this.note = note; |
| | | } |
| | | @Override |
| | | public String toString() { |
| | | return "BadLd9_mon [num=" + num + ", BattGroupid=" + BattGroupid |
| | | + ", mon_num=" + mon_num + ", record_num=" + record_num |
| | | + ", test_starttime=" + test_starttime + ", group_vol=" |
| | | + group_vol + ", test_curr=" + test_curr + ", mon_vol=" |
| | | + mon_vol + ", real_cap=" + real_cap + ", stdcap=" + stdcap |
| | | + ", note=" + note + "]"; |
| | | } |
| | | |
| | | public class BadLd9_mon implements Serializable { |
| | | private Integer num; |
| | | private Integer battGroupid; |
| | | private Integer mon_num; |
| | | private Integer record_num; |
| | | private Date test_starttime; |
| | | private Float group_vol; |
| | | private Float test_curr; |
| | | private Float mon_vol; |
| | | private Float real_cap; |
| | | private Float stdcap; |
| | | private String note; |
| | | |
| | | public Integer getNum() { |
| | | return num; |
| | | } |
| | | |
| | | public void setNum(Integer num) { |
| | | this.num = num; |
| | | } |
| | | |
| | | public Integer getBattGroupid() { |
| | | return battGroupid; |
| | | } |
| | | |
| | | public void setBattGroupid(Integer battGroupid) { |
| | | this.battGroupid = battGroupid; |
| | | } |
| | | |
| | | public Integer getMon_num() { |
| | | return mon_num; |
| | | } |
| | | |
| | | public void setMon_num(Integer mon_num) { |
| | | this.mon_num = mon_num; |
| | | } |
| | | |
| | | public Integer getRecord_num() { |
| | | return record_num; |
| | | } |
| | | |
| | | public void setRecord_num(Integer record_num) { |
| | | this.record_num = record_num; |
| | | } |
| | | |
| | | public Date getTest_starttime() { |
| | | return test_starttime; |
| | | } |
| | | |
| | | public void setTest_starttime(Date test_starttime) { |
| | | this.test_starttime = test_starttime; |
| | | } |
| | | |
| | | public Float getGroup_vol() { |
| | | return group_vol; |
| | | } |
| | | |
| | | public void setGroup_vol(Float group_vol) { |
| | | this.group_vol = group_vol; |
| | | } |
| | | |
| | | public Float getTest_curr() { |
| | | return test_curr; |
| | | } |
| | | |
| | | public void setTest_curr(Float test_curr) { |
| | | this.test_curr = test_curr; |
| | | } |
| | | |
| | | public Float getMon_vol() { |
| | | return mon_vol; |
| | | } |
| | | |
| | | public void setMon_vol(Float mon_vol) { |
| | | this.mon_vol = mon_vol; |
| | | } |
| | | |
| | | public Float getReal_cap() { |
| | | return real_cap; |
| | | } |
| | | |
| | | public void setReal_cap(Float real_cap) { |
| | | this.real_cap = real_cap; |
| | | } |
| | | |
| | | public Float getStdcap() { |
| | | return stdcap; |
| | | } |
| | | |
| | | public void setStdcap(Float stdcap) { |
| | | this.stdcap = stdcap; |
| | | } |
| | | |
| | | public String getNote() { |
| | | return note; |
| | | } |
| | | |
| | | public void setNote(String note) { |
| | | this.note = note; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "BadLd9_mon{" + |
| | | "num=" + num + |
| | | ", battGroupid=" + battGroupid + |
| | | ", mon_num=" + mon_num + |
| | | ", record_num=" + record_num + |
| | | ", test_starttime=" + test_starttime + |
| | | ", group_vol=" + group_vol + |
| | | ", test_curr=" + test_curr + |
| | | ", mon_vol=" + mon_vol + |
| | | ", real_cap=" + real_cap + |
| | | ", stdcap=" + stdcap + |
| | | ", note='" + note + '\'' + |
| | | '}'; |
| | | } |
| | | } |