2021-01-07 11:34:56 +07:00

282 lines
5.4 KiB
Java

package com.jasamedika.medifirst2000.dto;
public class InstalasiRawatInapDto {
private String no;
private String deskripsi;
//private String umur;
//private String status;
private String level1;
private String level2;
private String level3;
private String level4;
private Long count1;
private Long count2;
private Long count3;
private Long count4;
private Long count5;
private Long count6;
private Long count7;
private Long count8;
private Long count9;
private Long count10;
private Long count11;
private Long count12;
private Long count13;
private Long count14;
private Long count15;
private Long count16;
private Long count17;
private Long count18;
private Long count19;
private Long count20;
private Long count21;
private Long count22;
private Long count23;
private Long count24;
private Long count25;
private Long count26;
private Long count27;
private Long count28;
private Long count29;
private Long count30;
private Long count31;
private String tgl;
private Long jmlhLevel1;
public String getNo() {
return no;
}
public void setNo(String no) {
this.no = no;
}
public String getDeskripsi() {
return deskripsi;
}
public void setDeskripsi(String deskripsi) {
this.deskripsi = deskripsi;
}
public String getLevel1() {
return level1;
}
public void setLevel1(String level1) {
this.level1 = level1;
}
public String getLevel2() {
return level2;
}
public void setLevel2(String level2) {
this.level2 = level2;
}
public String getLevel3() {
return level3;
}
public void setLevel3(String level3) {
this.level3 = level3;
}
public String getLevel4() {
return level4;
}
public void setLevel4(String level4) {
this.level4 = level4;
}
public Long getCount1() {
return count1;
}
public void setCount1(Long count1) {
this.count1 = count1;
}
public Long getCount2() {
return count2;
}
public void setCount2(Long count2) {
this.count2 = count2;
}
public Long getCount3() {
return count3;
}
public void setCount3(Long count3) {
this.count3 = count3;
}
public Long getCount4() {
return count4;
}
public void setCount4(Long count4) {
this.count4 = count4;
}
public Long getCount5() {
return count5;
}
public void setCount5(Long count5) {
this.count5 = count5;
}
public Long getCount6() {
return count6;
}
public void setCount6(Long count6) {
this.count6 = count6;
}
public Long getCount7() {
return count7;
}
public void setCount7(Long count7) {
this.count7 = count7;
}
public Long getCount8() {
return count8;
}
public void setCount8(Long count8) {
this.count8 = count8;
}
public Long getCount9() {
return count9;
}
public void setCount9(Long count9) {
this.count9 = count9;
}
public Long getCount10() {
return count10;
}
public void setCount10(Long count10) {
this.count10 = count10;
}
public Long getCount11() {
return count11;
}
public void setCount11(Long count11) {
this.count11 = count11;
}
public Long getCount12() {
return count12;
}
public void setCount12(Long count12) {
this.count12 = count12;
}
public Long getCount13() {
return count13;
}
public void setCount13(Long count13) {
this.count13 = count13;
}
public Long getCount14() {
return count14;
}
public void setCount14(Long count14) {
this.count14 = count14;
}
public Long getCount15() {
return count15;
}
public void setCount15(Long count15) {
this.count15 = count15;
}
public Long getCount16() {
return count16;
}
public void setCount16(Long count16) {
this.count16 = count16;
}
public Long getCount17() {
return count17;
}
public void setCount17(Long count17) {
this.count17 = count17;
}
public Long getCount18() {
return count18;
}
public void setCount18(Long count18) {
this.count18 = count18;
}
public Long getCount19() {
return count19;
}
public void setCount19(Long count19) {
this.count19 = count19;
}
public Long getCount20() {
return count20;
}
public void setCount20(Long count20) {
this.count20 = count20;
}
public Long getCount21() {
return count21;
}
public void setCount21(Long count21) {
this.count21 = count21;
}
public Long getCount22() {
return count22;
}
public void setCount22(Long count22) {
this.count22 = count22;
}
public Long getCount23() {
return count23;
}
public void setCount23(Long count23) {
this.count23 = count23;
}
public Long getCount24() {
return count24;
}
public void setCount24(Long count24) {
this.count24 = count24;
}
public Long getCount25() {
return count25;
}
public void setCount25(Long count25) {
this.count25 = count25;
}
public Long getCount26() {
return count26;
}
public void setCount26(Long count26) {
this.count26 = count26;
}
public Long getCount27() {
return count27;
}
public void setCount27(Long count27) {
this.count27 = count27;
}
public Long getCount28() {
return count28;
}
public void setCount28(Long count28) {
this.count28 = count28;
}
public Long getCount29() {
return count29;
}
public void setCount29(Long count29) {
this.count29 = count29;
}
public Long getCount30() {
return count30;
}
public void setCount30(Long count30) {
this.count30 = count30;
}
public Long getCount31() {
return count31;
}
public void setCount31(Long count31) {
this.count31 = count31;
}
public String getTgl() {
return tgl;
}
public void setTgl(String tgl) {
this.tgl = tgl;
}
public Long getJmlhLevel1() {
return jmlhLevel1;
}
public void setJmlhLevel1(Long jmlhLevel1) {
this.jmlhLevel1 = jmlhLevel1;
}
}