lxw
2020-07-11 9db52f2f2dd3665fe9da1ae5657e0167c3a34d40
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
package com.fgkj.dto.ram;
 
import java.io.Serializable;
 
public class Fbs9100_battparam implements Serializable{
    private int num;
    private String dev_ip;
    private int dev_id;
    private int op_cmd;
    private int STD_CAP;   //电池标称容量(AH)
    private int STD_RES;   //电池标称内阻(uΩ)
    private int BattGroupCount;//电池组数
    private int EachGroupBattCount;//每组电池单体数量
    private float MonomerVol;//单体标称电压(V)
    private float GroupVol;//电池组端标称电压(V)
    private float BattTemp;//电池标称温度(℃)
    private float FloatChargeVol;//电池浮充电压阀值(V)
    private float FloatChargeCurr;//电池浮充电流阀值(A)
    private float OnlineVolLow;//在线电压低阀值(V)
    private int GroupConnType;//电池组连接类型
    private String note;
    
    private String DeviceName;
    private String StationName;
    private String StationName1;
    private String StationName2;
    private String StationName3;
    private String StationName5;
    private String StationId;
    
    private Object obj;
    public int getNum() {
        return num;
    }
    public void setNum(int num) {
        this.num = num;
    }
    public String getDev_ip() {
        return dev_ip;
    }
    public void setDev_ip(String dev_ip) {
        this.dev_ip = dev_ip;
    }
    public int getDev_id() {
        return dev_id;
    }
    public void setDev_id(int dev_id) {
        this.dev_id = dev_id;
    }
    public int getOp_cmd() {
        return op_cmd;
    }
    public void setOp_cmd(int op_cmd) {
        this.op_cmd = op_cmd;
    }
    public int getSTD_CAP() {
        return STD_CAP;
    }
    public void setSTD_CAP(int sTD_CAP) {
        STD_CAP = sTD_CAP;
    }
    public int getSTD_RES() {
        return STD_RES;
    }
    public void setSTD_RES(int sTD_RES) {
        STD_RES = sTD_RES;
    }
    public int getBattGroupCount() {
        return BattGroupCount;
    }
    public void setBattGroupCount(int battGroupCount) {
        BattGroupCount = battGroupCount;
    }
    public int getEachGroupBattCount() {
        return EachGroupBattCount;
    }
    public void setEachGroupBattCount(int eachGroupBattCount) {
        EachGroupBattCount = eachGroupBattCount;
    }
    public float getMonomerVol() {
        return MonomerVol;
    }
    public void setMonomerVol(float monomerVol) {
        MonomerVol = monomerVol;
    }
    public float getGroupVol() {
        return GroupVol;
    }
    public void setGroupVol(float groupVol) {
        GroupVol = groupVol;
    }
    public float getBattTemp() {
        return BattTemp;
    }
    public void setBattTemp(float battTemp) {
        BattTemp = battTemp;
    }
    public float getFloatChargeVol() {
        return FloatChargeVol;
    }
    public void setFloatChargeVol(float floatChargeVol) {
        FloatChargeVol = floatChargeVol;
    }
    public float getFloatChargeCurr() {
        return FloatChargeCurr;
    }
    public void setFloatChargeCurr(float floatChargeCurr) {
        FloatChargeCurr = floatChargeCurr;
    }
    public float getOnlineVolLow() {
        return OnlineVolLow;
    }
    public void setOnlineVolLow(float onlineVolLow) {
        OnlineVolLow = onlineVolLow;
    }
    public int getGroupConnType() {
        return GroupConnType;
    }
    public void setGroupConnType(int groupConnType) {
        GroupConnType = groupConnType;
    }
    public String getNote() {
        return note;
    }
    public void setNote(String note) {
        this.note = note;
    }
    public String getDeviceName() {
        return DeviceName;
    }
    public void setDeviceName(String deviceName) {
        DeviceName = deviceName;
    }
    public String getStationName() {
        return StationName;
    }
    public void setStationName(String stationName) {
        StationName = stationName;
    }
    public String getStationName1() {
        return StationName1;
    }
    public void setStationName1(String stationName1) {
        StationName1 = stationName1;
    }
    public String getStationName2() {
        return StationName2;
    }
    public void setStationName2(String stationName2) {
        StationName2 = stationName2;
    }
    public String getStationName3() {
        return StationName3;
    }
    public void setStationName3(String stationName3) {
        StationName3 = stationName3;
    }
    public String getStationName5() {
        return StationName5;
    }
    public void setStationName5(String stationName5) {
        StationName5 = stationName5;
    }
    public String getStationId() {
        return StationId;
    }
    public void setStationId(String stationId) {
        StationId = stationId;
    }
    public Object getObj() {
        return obj;
    }
    public void setObj(Object obj) {
        this.obj = obj;
    }
    @Override
    public String toString() {
        return "Fbs9100_battparam [num=" + num + ", dev_ip=" + dev_ip + ", dev_id=" + dev_id + ", op_cmd=" + op_cmd
                + ", STD_CAP=" + STD_CAP + ", STD_RES=" + STD_RES + ", BattGroupCount=" + BattGroupCount
                + ", EachGroupBattCount=" + EachGroupBattCount + ", MonomerVol=" + MonomerVol + ", GroupVol=" + GroupVol
                + ", BattTemp=" + BattTemp + ", FloatChargeVol=" + FloatChargeVol + ", FloatChargeCurr="
                + FloatChargeCurr + ", OnlineVolLow=" + OnlineVolLow + ", GroupConnType=" + GroupConnType + ", note="
                + note + ", DeviceName=" + DeviceName + ", StationName=" + StationName + ", StationName1="
                + StationName1 + ", StationName2=" + StationName2 + ", StationName3=" + StationName3 + ", StationName5="
                + StationName5 + ", StationId=" + StationId + ", obj=" + obj + "]";
    }
    
}