| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451 |
- package id.co.hanoman.service.log;
- // Generated Oct 12, 2021 8:34:19 PM by Hibernate Tools 4.3.1.Final
- import java.util.Calendar;
- import java.util.Date;
- /**
- * DlogList generated by hbm2java
- */
- public class DlogList implements java.io.Serializable {
- private long id;
- private DlogMd typeDmd;
- private Calendar timestamp;
- private Calendar reqtimestamp;
- private String source;
- private String code;
- private String v_1;
- private String v_2;
- private String v_3;
- private String v_4;
- private String v_5;
- private String v_6;
- private String v_7;
- private String v_8;
- private String v_9;
- private String v_10;
- private String v_11;
- private String v_12;
- private String v_13;
- private String v_14;
- private String v_15;
- private String v_16;
- private String v_17;
- private String v_18;
- private String v_19;
- private String v_20;
- private String v_21;
- private String v_22;
- private String v_23;
- private String v_24;
- private String v_25;
- private String v_26;
- private String v_27;
- private String v_28;
- private String v_29;
- private String v_30;
- private String v_31;
- private String v_32;
- private String v_33;
- private String v_34;
- private String v_35;
- private String v_36;
- private String v_37;
- private String v_38;
- private String v_39;
- private String v_40;
- public DlogList() {
- }
-
- public DlogList(DlogMd typeDmd) {
- this.typeDmd = typeDmd;
- }
- public DlogList(DlogMd typeDmd, Calendar timestamp, Calendar reqtimestamp, String source, String code, String v_1, String v_2, String v_3, String v_4, String v_5, String v_6, String v_7, String v_8, String v_9, String v_10, String v_11, String v_12, String v_13, String v_14, String v_15, String v_16, String v_17, String v_18, String v_19, String v_20, String v_21, String v_22, String v_23, String v_24, String v_25, String v_26, String v_27, String v_28, String v_29, String v_30, String v_31, String v_32, String v_33, String v_34, String v_35, String v_36, String v_37, String v_38, String v_39, String v_40) {
- this.typeDmd = typeDmd;
- this.timestamp = timestamp;
- this.reqtimestamp = reqtimestamp;
- this.source = source;
- this.code = code;
- this.v_1 = v_1;
- this.v_2 = v_2;
- this.v_3 = v_3;
- this.v_4 = v_4;
- this.v_5 = v_5;
- this.v_6 = v_6;
- this.v_7 = v_7;
- this.v_8 = v_8;
- this.v_9 = v_9;
- this.v_10 = v_10;
- this.v_11 = v_11;
- this.v_12 = v_12;
- this.v_13 = v_13;
- this.v_14 = v_14;
- this.v_15 = v_15;
- this.v_16 = v_16;
- this.v_17 = v_17;
- this.v_18 = v_18;
- this.v_19 = v_19;
- this.v_20 = v_20;
- this.v_21 = v_21;
- this.v_22 = v_22;
- this.v_23 = v_23;
- this.v_24 = v_24;
- this.v_25 = v_25;
- this.v_26 = v_26;
- this.v_27 = v_27;
- this.v_28 = v_28;
- this.v_29 = v_29;
- this.v_30 = v_30;
- this.v_31 = v_31;
- this.v_32 = v_32;
- this.v_33 = v_33;
- this.v_34 = v_34;
- this.v_35 = v_35;
- this.v_36 = v_36;
- this.v_37 = v_37;
- this.v_38 = v_38;
- this.v_39 = v_39;
- this.v_40 = v_40;
- }
-
- public long getId() {
- return this.id;
- }
-
- public void setId(long id) {
- this.id = id;
- }
- public DlogMd getTypeDmd() {
- return this.typeDmd;
- }
-
- public void setTypeDmd(DlogMd typeDmd) {
- this.typeDmd = typeDmd;
- }
- public Calendar getTimestamp() {
- return timestamp;
- }
- public void setTimestamp(Calendar timestamp) {
- this.timestamp = timestamp;
- }
- public String getSource() {
- return this.source;
- }
-
- public void setSource(String source) {
- this.source = source;
- }
- public String getCode() {
- return this.code;
- }
-
- public void setCode(String code) {
- this.code = code;
- }
- public String getV_1() {
- return this.v_1;
- }
-
- public void setV_1(String v_1) {
- this.v_1 = v_1;
- }
- public String getV_2() {
- return this.v_2;
- }
-
- public void setV_2(String v_2) {
- this.v_2 = v_2;
- }
- public String getV_3() {
- return this.v_3;
- }
-
- public void setV_3(String v_3) {
- this.v_3 = v_3;
- }
- public String getV_4() {
- return this.v_4;
- }
-
- public void setV_4(String v_4) {
- this.v_4 = v_4;
- }
- public String getV_5() {
- return this.v_5;
- }
-
- public void setV_5(String v_5) {
- this.v_5 = v_5;
- }
- public String getV_6() {
- return this.v_6;
- }
-
- public void setV_6(String v_6) {
- this.v_6 = v_6;
- }
- public String getV_7() {
- return this.v_7;
- }
-
- public void setV_7(String v_7) {
- this.v_7 = v_7;
- }
- public String getV_8() {
- return this.v_8;
- }
-
- public void setV_8(String v_8) {
- this.v_8 = v_8;
- }
- public String getV_9() {
- return this.v_9;
- }
-
- public void setV_9(String v_9) {
- this.v_9 = v_9;
- }
- public String getV_10() {
- return this.v_10;
- }
-
- public void setV_10(String v_10) {
- this.v_10 = v_10;
- }
- public String getV_11() {
- return this.v_11;
- }
-
- public void setV_11(String v_11) {
- this.v_11 = v_11;
- }
- public String getV_12() {
- return this.v_12;
- }
-
- public void setV_12(String v_12) {
- this.v_12 = v_12;
- }
- public String getV_13() {
- return this.v_13;
- }
-
- public void setV_13(String v_13) {
- this.v_13 = v_13;
- }
- public String getV_14() {
- return this.v_14;
- }
-
- public void setV_14(String v_14) {
- this.v_14 = v_14;
- }
- public String getV_15() {
- return this.v_15;
- }
-
- public void setV_15(String v_15) {
- this.v_15 = v_15;
- }
- public String getV_16() {
- return this.v_16;
- }
-
- public void setV_16(String v_16) {
- this.v_16 = v_16;
- }
- public String getV_17() {
- return this.v_17;
- }
-
- public void setV_17(String v_17) {
- this.v_17 = v_17;
- }
- public String getV_18() {
- return this.v_18;
- }
-
- public void setV_18(String v_18) {
- this.v_18 = v_18;
- }
- public String getV_19() {
- return this.v_19;
- }
-
- public void setV_19(String v_19) {
- this.v_19 = v_19;
- }
- public String getV_20() {
- return this.v_20;
- }
-
- public void setV_20(String v_20) {
- this.v_20 = v_20;
- }
- public String getV_21() {
- return this.v_21;
- }
-
- public void setV_21(String v_21) {
- this.v_21 = v_21;
- }
- public String getV_22() {
- return this.v_22;
- }
-
- public void setV_22(String v_22) {
- this.v_22 = v_22;
- }
- public String getV_23() {
- return this.v_23;
- }
-
- public void setV_23(String v_23) {
- this.v_23 = v_23;
- }
- public String getV_24() {
- return this.v_24;
- }
-
- public void setV_24(String v_24) {
- this.v_24 = v_24;
- }
- public String getV_25() {
- return this.v_25;
- }
-
- public void setV_25(String v_25) {
- this.v_25 = v_25;
- }
- public String getV_26() {
- return this.v_26;
- }
-
- public void setV_26(String v_26) {
- this.v_26 = v_26;
- }
- public String getV_27() {
- return this.v_27;
- }
-
- public void setV_27(String v_27) {
- this.v_27 = v_27;
- }
- public String getV_28() {
- return this.v_28;
- }
-
- public void setV_28(String v_28) {
- this.v_28 = v_28;
- }
- public String getV_29() {
- return this.v_29;
- }
-
- public void setV_29(String v_29) {
- this.v_29 = v_29;
- }
- public String getV_30() {
- return this.v_30;
- }
-
- public void setV_30(String v_30) {
- this.v_30 = v_30;
- }
- public String getV_31() {
- return this.v_31;
- }
-
- public void setV_31(String v_31) {
- this.v_31 = v_31;
- }
- public String getV_32() {
- return this.v_32;
- }
-
- public void setV_32(String v_32) {
- this.v_32 = v_32;
- }
- public String getV_33() {
- return this.v_33;
- }
-
- public void setV_33(String v_33) {
- this.v_33 = v_33;
- }
- public String getV_34() {
- return this.v_34;
- }
-
- public void setV_34(String v_34) {
- this.v_34 = v_34;
- }
- public String getV_35() {
- return this.v_35;
- }
-
- public void setV_35(String v_35) {
- this.v_35 = v_35;
- }
- public String getV_36() {
- return this.v_36;
- }
-
- public void setV_36(String v_36) {
- this.v_36 = v_36;
- }
- public String getV_37() {
- return this.v_37;
- }
-
- public void setV_37(String v_37) {
- this.v_37 = v_37;
- }
- public String getV_38() {
- return this.v_38;
- }
-
- public void setV_38(String v_38) {
- this.v_38 = v_38;
- }
- public String getV_39() {
- return this.v_39;
- }
-
- public void setV_39(String v_39) {
- this.v_39 = v_39;
- }
- public String getV_40() {
- return this.v_40;
- }
-
- public void setV_40(String v_40) {
- this.v_40 = v_40;
- }
- public Calendar getReqtimestamp() {
- return reqtimestamp;
- }
- public void setReqtimestamp(Calendar reqtimestamp) {
- this.reqtimestamp = reqtimestamp;
- }
- }
|