whyclj
2020-07-22 a5729100cb1eaa3584b3a194e46e1b8b52b3ed1a
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
189
190
191
192
package com.fgkj.dto;
 
import java.io.Serializable;
import java.util.Date;
 
public class Batt_replace implements Serializable{
    private int num;
    private String stationid;
    private String battgroupid;
    private String stationname;
    private String stationname1;
    private String stationname2;
    private String stationname5;
    private String battgroupname;
    private int GroupIndexInFBSDevice;
    private String replaced_producer;
    private int replaced_moncapstd;
    private float replaced_monvolstd;
    private int replaced_moncount;
    private int replaced_uid;
    private String replaced_uname;
    private Date replaced_time;
    private Date replaced_time1;
    private String replaced_reason;
    private String note;
    private Page page;
    private Date replace_date;
    private Date replace_date1;
    public int getNum() {
        return num;
    }
    public void setNum(int num) {
        this.num = num;
    }
    public String getStationid() {
        return stationid;
    }
    public void setStationid(String stationid) {
        this.stationid = stationid;
    }
    public String getStationname() {
        return stationname;
    }
    public void setStationname(String stationname) {
        this.stationname = stationname;
    }
    public String getReplaced_producer() {
        return replaced_producer;
    }
    public void setReplaced_producer(String replaced_producer) {
        this.replaced_producer = replaced_producer;
    }
    public int getReplaced_moncapstd() {
        return replaced_moncapstd;
    }
    public void setReplaced_moncapstd(int replaced_moncapstd) {
        this.replaced_moncapstd = replaced_moncapstd;
    }
    public float getReplaced_monvolstd() {
        return replaced_monvolstd;
    }
    public void setReplaced_monvolstd(float replaced_monvolstd) {
        this.replaced_monvolstd = replaced_monvolstd;
    }
    public int getReplaced_moncount() {
        return replaced_moncount;
    }
    public void setReplaced_moncount(int replaced_moncount) {
        this.replaced_moncount = replaced_moncount;
    }
    public int getReplaced_uid() {
        return replaced_uid;
    }
    public void setReplaced_uid(int replaced_uid) {
        this.replaced_uid = replaced_uid;
    }
    public Date getReplaced_time() {
        return replaced_time;
    }
    public void setReplaced_time(Date replaced_time) {
        this.replaced_time = replaced_time;
    }
    public String getReplaced_reason() {
        return replaced_reason;
    }
    public void setReplaced_reason(String replaced_reason) {
        this.replaced_reason = replaced_reason;
    }
    public String getNote() {
        return note;
    }
    public void setNote(String note) {
        this.note = note;
    }
    public String getStationname1() {
        return stationname1;
    }
    public void setStationname1(String stationname1) {
        this.stationname1 = stationname1;
    }
    public String getStationname2() {
        return stationname2;
    }
    public void setStationname2(String stationname2) {
        this.stationname2 = stationname2;
    }
    public String getStationname5() {
        return stationname5;
    }
    public void setStationname5(String stationname5) {
        this.stationname5 = stationname5;
    }
    
    public String getReplaced_uname() {
        return replaced_uname;
    }
    public void setReplaced_uname(String replaced_uname) {
        this.replaced_uname = replaced_uname;
    }
    public Page getPage() {
        return page;
    }
    public void setPage(Page page) {
        this.page = page;
    }
    public Date getReplaced_time1() {
        return replaced_time1;
    }
    public void setReplaced_time1(Date replaced_time1) {
        this.replaced_time1 = replaced_time1;
    }
    
    public Date getReplace_date() {
        return replace_date;
    }
    public void setReplace_date(Date replace_date) {
        this.replace_date = replace_date;
    }
    
    public Date getReplace_date1() {
        return replace_date1;
    }
    public void setReplace_date1(Date replace_date1) {
        this.replace_date1 = replace_date1;
    }
    
    public String getBattgroupid() {
        return battgroupid;
    }
    public void setBattgroupid(String battgroupid) {
        this.battgroupid = battgroupid;
    }
    
    public String getBattgroupname() {
        return battgroupname;
    }
    public void setBattgroupname(String battgroupname) {
        this.battgroupname = battgroupname;
    }
    public int getGroupIndexInFBSDevice() {
        return GroupIndexInFBSDevice;
    }
    public void setGroupIndexInFBSDevice(int groupIndexInFBSDevice) {
        GroupIndexInFBSDevice = groupIndexInFBSDevice;
    }
    @Override
    public String toString() {
        return "Batt_replace [num=" + num + ", stationid=" + stationid
                + ", battgroupid=" + battgroupid + ", stationname="
                + stationname + ", stationname1=" + stationname1
                + ", stationname2=" + stationname2 + ", stationname5="
                + stationname5 + ", battgroupname=" + battgroupname
                + ", GroupIndexInFBSDevice=" + GroupIndexInFBSDevice
                + ", replaced_producer=" + replaced_producer
                + ", replaced_moncapstd=" + replaced_moncapstd
                + ", replaced_monvolstd=" + replaced_monvolstd
                + ", replaced_moncount=" + replaced_moncount
                + ", replaced_uid=" + replaced_uid + ", replaced_uname="
                + replaced_uname + ", replaced_time=" + replaced_time
                + ", replaced_time1=" + replaced_time1 + ", replaced_reason="
                + replaced_reason + ", note=" + note + ", page=" + page
                + ", replace_date=" + replace_date + ", replace_date1="
                + replace_date1 + "]";
    }
    
    
    
    
    
    
    
}