whyclj
2020-08-11 5163e499c41b6e8567fcfd690e7a9140c8f8277f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
package com.electrical.FourKW;
 
public class Electric_Switch {
    
    public int km1_switchon_one;        //Ò»ºÅת»»¿ª¹Ø¹ñKM1ºÏÕ¢Ö¸Áî
    public int km1_switchoff_one;        //Ò»ºÅת»»¿ª¹Ø¹ñKM1·ÖÕ¢Ö¸Áî
    public int km2_switchon_one;        //Ò»ºÅת»»¿ª¹Ø¹ñKM2ºÏÕ¢Ö¸Áî
    public int km2_switchoff_one;        //Ò»ºÅת»»¿ª¹Ø¹ñKM2·ÖÕ¢Ö¸Áî
    public int km3_switchon_one;        //Ò»ºÅת»»¿ª¹Ø¹ñKM3ºÏÕ¢Ö¸Áî
    public int km3_switchoff_one;        //Ò»ºÅת»»¿ª¹Ø¹ñKM3·ÖÕ¢Ö¸Áî
    public int km4_switchon_one;        //Ò»ºÅת»»¿ª¹Ø¹ñKM4ºÏÕ¢Ö¸Áî
    public int km4_switchoff_one;        //Ò»ºÅת»»¿ª¹Ø¹ñKM4·ÖÕ¢Ö¸Áî
    public int km1_switchon_two;        //¶þºÅת»»¿ª¹Ø¹ñKM1ºÏÕ¢Ö¸Áî
    public int km1_switchoff_two;        //¶þºÅת»»¿ª¹Ø¹ñKM1·ÖÕ¢Ö¸Áî
    public int km2_switchon_two;        //¶þºÅת»»¿ª¹Ø¹ñKM2ºÏÕ¢Ö¸Áî
    public int km2_switchoff_two;        //¶þºÅת»»¿ª¹Ø¹ñKM2·ÖÕ¢Ö¸Áî
    public int km3_switchon_two;        //¶þºÅת»»¿ª¹Ø¹ñKM3ºÏÕ¢Ö¸Áî
    public int km3_switchoff_two;        //¶þºÅת»»¿ª¹Ø¹ñKM3·ÖÕ¢Ö¸Áî
    public int km4_switchon_two;        //¶þºÅת»»¿ª¹Ø¹ñKM4ºÏÕ¢Ö¸Áî
    public int km4_switchoff_two;        //¶þºÅת»»¿ª¹Ø¹ñKM4·ÖÕ¢Ö¸Áî
    public String note;                    //±¸ÓÃ
    
    
    public int getKm1_switchon_one() {
        return km1_switchon_one;
    }
    public int getKm1_switchoff_one() {
        return km1_switchoff_one;
    }
    public int getKm2_switchon_one() {
        return km2_switchon_one;
    }
    public int getKm2_switchoff_one() {
        return km2_switchoff_one;
    }
    public int getKm3_switchon_one() {
        return km3_switchon_one;
    }
    public int getKm3_switchoff_one() {
        return km3_switchoff_one;
    }
    public int getKm4_switchon_one() {
        return km4_switchon_one;
    }
    public int getKm4_switchoff_one() {
        return km4_switchoff_one;
    }
    public int getKm1_switchon_two() {
        return km1_switchon_two;
    }
    public int getKm1_switchoff_two() {
        return km1_switchoff_two;
    }
    public int getKm2_switchon_two() {
        return km2_switchon_two;
    }
    public int getKm2_switchoff_two() {
        return km2_switchoff_two;
    }
    public int getKm3_switchon_two() {
        return km3_switchon_two;
    }
    public int getKm3_switchoff_two() {
        return km3_switchoff_two;
    }
    public int getKm4_switchon_two() {
        return km4_switchon_two;
    }
    public int getKm4_switchoff_two() {
        return km4_switchoff_two;
    }
    public String getNote() {
        return note;
    }
    public void setKm1_switchon_one(int km1_switchon_one) {
        this.km1_switchon_one = km1_switchon_one;
    }
    public void setKm1_switchoff_one(int km1_switchoff_one) {
        this.km1_switchoff_one = km1_switchoff_one;
    }
    public void setKm2_switchon_one(int km2_switchon_one) {
        this.km2_switchon_one = km2_switchon_one;
    }
    public void setKm2_switchoff_one(int km2_switchoff_one) {
        this.km2_switchoff_one = km2_switchoff_one;
    }
    public void setKm3_switchon_one(int km3_switchon_one) {
        this.km3_switchon_one = km3_switchon_one;
    }
    public void setKm3_switchoff_one(int km3_switchoff_one) {
        this.km3_switchoff_one = km3_switchoff_one;
    }
    public void setKm4_switchon_one(int km4_switchon_one) {
        this.km4_switchon_one = km4_switchon_one;
    }
    public void setKm4_switchoff_one(int km4_switchoff_one) {
        this.km4_switchoff_one = km4_switchoff_one;
    }
    public void setKm1_switchon_two(int km1_switchon_two) {
        this.km1_switchon_two = km1_switchon_two;
    }
    public void setKm1_switchoff_two(int km1_switchoff_two) {
        this.km1_switchoff_two = km1_switchoff_two;
    }
    public void setKm2_switchon_two(int km2_switchon_two) {
        this.km2_switchon_two = km2_switchon_two;
    }
    public void setKm2_switchoff_two(int km2_switchoff_two) {
        this.km2_switchoff_two = km2_switchoff_two;
    }
    public void setKm3_switchon_two(int km3_switchon_two) {
        this.km3_switchon_two = km3_switchon_two;
    }
    public void setKm3_switchoff_two(int km3_switchoff_two) {
        this.km3_switchoff_two = km3_switchoff_two;
    }
    public void setKm4_switchon_two(int km4_switchon_two) {
        this.km4_switchon_two = km4_switchon_two;
    }
    public void setKm4_switchoff_two(int km4_switchoff_two) {
        this.km4_switchoff_two = km4_switchoff_two;
    }
    public void setNote(String note) {
        this.note = note;
    }
    
    
}