SHDataManage.java
7.3 KB
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
package com.vo;
public class SHDataManage {
private int a_id;
private String date;
private String cxwsjh_incod_eq;
private String a_incod_note;
private String cxwsjh_innh4n_eq;
private String a_innh4n_note;
private String cxwsjh_inph_eq;
private String a_inph_note;
private String cxwsjh_outcod_eq;
private String a_outcod_note;
private String cxwsjh_outnh4n_eq;
private String a_outnh4n_note;
private String cxwsjh_outph_eq;
private String a_outph_note;
private String a_incod_mul;
private String a_innh4n_mul;
private String a_inph_mul;
private String a_outcod_mul;
private String a_outnh4n_mul;
private String a_outph_mul;
private String cxwsjh_outzd_eq;
private String cxwsjh_outzl_eq;
private String a_outzd_mul;
private String a_outzl_mul;
private String a_outzd_note;
private String a_outzl_note;
private String cxwsjh_intp_eq;
private String a_intp_note;
private String a_intp_mul;
public SHDataManage() {
a_id = 0;
date = null;
cxwsjh_incod_eq = null;
a_incod_note = null;
cxwsjh_innh4n_eq = null;
a_innh4n_note = null;
cxwsjh_inph_eq = null;
a_inph_note = null;
cxwsjh_outcod_eq = null;
a_outcod_note = null;
cxwsjh_outnh4n_eq = null;
a_outnh4n_note = null;
cxwsjh_outph_eq = null;
a_outph_note = null;
a_incod_mul = null;
a_innh4n_mul = null;
a_inph_mul = null;
a_outcod_mul = null;
a_outnh4n_mul = null;
a_outph_mul = null;
cxwsjh_outzl_eq = null;
cxwsjh_outzd_eq = null;
a_outzl_mul = null;
a_outzd_mul = null;
a_outzl_note = null;
a_outzd_note = null;
cxwsjh_intp_eq = null;
a_intp_note = null;
a_intp_mul = null;
}
public int getA_id() {
return a_id;
}
public void setA_id(int a_id) {
this.a_id = a_id;
}
public String getDate() {
return date;
}
public void setDate(String date) {
this.date = date;
}
public String getCxwsjh_incod_eq() {
return cxwsjh_incod_eq;
}
public void setCxwsjh_incod_eq(String cxwsjh_incod_eq) {
this.cxwsjh_incod_eq = cxwsjh_incod_eq;
}
public String getA_incod_note() {
return a_incod_note;
}
public void setA_incod_note(String a_incod_note) {
this.a_incod_note = a_incod_note;
}
public String getCxwsjh_innh4n_eq() {
return cxwsjh_innh4n_eq;
}
public void setCxwsjh_innh4n_eq(String cxwsjh_innh4n_eq) {
this.cxwsjh_innh4n_eq = cxwsjh_innh4n_eq;
}
public String getA_innh4n_note() {
return a_innh4n_note;
}
public void setA_innh4n_note(String a_innh4n_note) {
this.a_innh4n_note = a_innh4n_note;
}
public String getCxwsjh_inph_eq() {
return cxwsjh_inph_eq;
}
public void setCxwsjh_inph_eq(String cxwsjh_inph_eq) {
this.cxwsjh_inph_eq = cxwsjh_inph_eq;
}
public String getA_inph_note() {
return a_inph_note;
}
public void setA_inph_note(String a_inph_note) {
this.a_inph_note = a_inph_note;
}
public String getCxwsjh_outcod_eq() {
return cxwsjh_outcod_eq;
}
public void setCxwsjh_outcod_eq(String cxwsjh_outcod_eq) {
this.cxwsjh_outcod_eq = cxwsjh_outcod_eq;
}
public String getA_outcod_note() {
return a_outcod_note;
}
public void setA_outcod_note(String a_outcod_note) {
this.a_outcod_note = a_outcod_note;
}
public String getCxwsjh_outnh4n_eq() {
return cxwsjh_outnh4n_eq;
}
public void setCxwsjh_outnh4n_eq(String cxwsjh_outnh4n_eq) {
this.cxwsjh_outnh4n_eq = cxwsjh_outnh4n_eq;
}
public String getA_outnh4n_note() {
return a_outnh4n_note;
}
public void setA_outnh4n_note(String a_outnh4n_note) {
this.a_outnh4n_note = a_outnh4n_note;
}
public String getCxwsjh_outph_eq() {
return cxwsjh_outph_eq;
}
public void setCxwsjh_outph_eq(String cxwsjh_outph_eq) {
this.cxwsjh_outph_eq = cxwsjh_outph_eq;
}
public String getA_outph_note() {
return a_outph_note;
}
public void setA_outph_note(String a_outph_note) {
this.a_outph_note = a_outph_note;
}
public String getA_incod_mul() {
return a_incod_mul;
}
public void setA_incod_mul(String a_incod_mul) {
this.a_incod_mul = a_incod_mul;
}
public String getA_innh4n_mul() {
return a_innh4n_mul;
}
public void setA_innh4n_mul(String a_innh4n_mul) {
this.a_innh4n_mul = a_innh4n_mul;
}
public String getA_inph_mul() {
return a_inph_mul;
}
public void setA_inph_mul(String a_inph_mul) {
this.a_inph_mul = a_inph_mul;
}
public String getA_outcod_mul() {
return a_outcod_mul;
}
public void setA_outcod_mul(String a_outcod_mul) {
this.a_outcod_mul = a_outcod_mul;
}
public String getA_outnh4n_mul() {
return a_outnh4n_mul;
}
public void setA_outnh4n_mul(String a_outnh4n_mul) {
this.a_outnh4n_mul = a_outnh4n_mul;
}
public String getA_outph_mul() {
return a_outph_mul;
}
public void setA_outph_mul(String a_outph_mul) {
this.a_outph_mul = a_outph_mul;
}
public String getCxwsjh_outzd_eq() {
return cxwsjh_outzd_eq;
}
public void setCxwsjh_outzd_eq(String cxwsjh_outzd_eq) {
this.cxwsjh_outzd_eq = cxwsjh_outzd_eq;
}
public String getCxwsjh_outzl_eq() {
return cxwsjh_outzl_eq;
}
public void setCxwsjh_outzl_eq(String cxwsjh_outzl_eq) {
this.cxwsjh_outzl_eq = cxwsjh_outzl_eq;
}
public String getA_outzd_mul() {
return a_outzd_mul;
}
public void setA_outzd_mul(String a_outzd_mul) {
this.a_outzd_mul = a_outzd_mul;
}
public String getA_outzl_mul() {
return a_outzl_mul;
}
public void setA_outzl_mul(String a_outzl_mul) {
this.a_outzl_mul = a_outzl_mul;
}
public String getA_outzd_note() {
return a_outzd_note;
}
public void setA_outzd_note(String a_outzd_note) {
this.a_outzd_note = a_outzd_note;
}
public String getA_outzl_note() {
return a_outzl_note;
}
public void setA_outzl_note(String a_outzl_note) {
this.a_outzl_note = a_outzl_note;
}
public String getCxwsjh_intp_eq() {
return cxwsjh_intp_eq;
}
public void setCxwsjh_intp_eq(String cxwsjh_intp_eq) {
this.cxwsjh_intp_eq = cxwsjh_intp_eq;
}
public String getA_intp_note() {
return a_intp_note;
}
public void setA_intp_note(String a_intp_note) {
this.a_intp_note = a_intp_note;
}
public String getA_intp_mul() {
return a_intp_mul;
}
public void setA_intp_mul(String a_intp_mul) {
this.a_intp_mul = a_intp_mul;
}
public String toString() {
return "{a_id:" + a_id + ",a_datetime:'" + date + "',"
+ "cxwsjh_incod_eq:'"+cxwsjh_incod_eq + "',a_incod_note:'" + a_incod_note + "'"
+ ",cxwsjh_innh4n_eq:'"+ cxwsjh_innh4n_eq + "',a_innh4n_note:'" + a_innh4n_note
+ "',cxwsjh_inph_eq:'"+ cxwsjh_inph_eq + "',a_inph_note:'" + a_inph_note + "',"
+ "cxwsjh_outcod_eq:'" + cxwsjh_outcod_eq + "',a_outcod_note:'" + a_outcod_note+ "',"
+ "cxwsjh_outzl_eq:'" + cxwsjh_outzl_eq + "',a_outzl_note:'" + a_outzl_note+ "',"
+ "cxwsjh_outzd_eq:'" + cxwsjh_outzd_eq + "',a_outzd_note:'" + a_outzd_note
+ "',cxwsjh_outnh4n_eq:'" + cxwsjh_outnh4n_eq + "',a_outnh4n_note:'"+ a_outnh4n_note
+ "',cxwsjh_outph_eq:'" + cxwsjh_outph_eq + "',a_outph_note:'"+ a_outph_note
+ "',cxwsjh_intp_eq:'" + cxwsjh_intp_eq + "',a_intp_note:'"+ a_intp_note + "'"
+ "}";
}
}