TRANSTOARRIVEEXPORT.java
7.4 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
package com.tianbo.analysis.model;
import java.util.Date;
public class TRANSTOARRIVEEXPORT {
private String autoid;
private String ieflag;
private String seqno;
private String customscode;
private Object inputopid;
private String inputopname;
private String applyname;
private String applycode;
private String copcode;
private String arriveno;
private String contaid;
private String billno;
private String trafmode;
private String trafname;
private String voyageno;
private String trafway;
private String packno;
private String grosswt;
private String unloadcode;
private Date arrivetime;
private String contatype;
private String trnmode;
private String notes;
private String opertype;
private String sign;
private Date signdate;
private String clientseqno;
private String hostid;
private String certno;
private String username;
private Date creattime;
private String dstatus;
private String customResponseText;
private String customResponseStatus;
private Date updatetime;
public String getAutoid() {
return autoid;
}
public void setAutoid(String autoid) {
this.autoid = autoid == null ? null : autoid.trim();
}
public String getIeflag() {
return ieflag;
}
public void setIeflag(String ieflag) {
this.ieflag = ieflag == null ? null : ieflag.trim();
}
public String getSeqno() {
return seqno;
}
public void setSeqno(String seqno) {
this.seqno = seqno == null ? null : seqno.trim();
}
public String getCustomscode() {
return customscode;
}
public void setCustomscode(String customscode) {
this.customscode = customscode == null ? null : customscode.trim();
}
public Object getInputopid() {
return inputopid;
}
public void setInputopid(Object inputopid) {
this.inputopid = inputopid;
}
public String getInputopname() {
return inputopname;
}
public void setInputopname(String inputopname) {
this.inputopname = inputopname == null ? null : inputopname.trim();
}
public String getApplyname() {
return applyname;
}
public void setApplyname(String applyname) {
this.applyname = applyname == null ? null : applyname.trim();
}
public String getApplycode() {
return applycode;
}
public void setApplycode(String applycode) {
this.applycode = applycode == null ? null : applycode.trim();
}
public String getCopcode() {
return copcode;
}
public void setCopcode(String copcode) {
this.copcode = copcode == null ? null : copcode.trim();
}
public String getArriveno() {
return arriveno;
}
public void setArriveno(String arriveno) {
this.arriveno = arriveno == null ? null : arriveno.trim();
}
public String getContaid() {
return contaid;
}
public void setContaid(String contaid) {
this.contaid = contaid == null ? null : contaid.trim();
}
public String getBillno() {
return billno;
}
public void setBillno(String billno) {
this.billno = billno == null ? null : billno.trim();
}
public String getTrafmode() {
return trafmode;
}
public void setTrafmode(String trafmode) {
this.trafmode = trafmode == null ? null : trafmode.trim();
}
public String getTrafname() {
return trafname;
}
public void setTrafname(String trafname) {
this.trafname = trafname == null ? null : trafname.trim();
}
public String getVoyageno() {
return voyageno;
}
public void setVoyageno(String voyageno) {
this.voyageno = voyageno == null ? null : voyageno.trim();
}
public String getTrafway() {
return trafway;
}
public void setTrafway(String trafway) {
this.trafway = trafway == null ? null : trafway.trim();
}
public String getPackno() {
return packno;
}
public void setPackno(String packno) {
this.packno = packno == null ? null : packno.trim();
}
public String getGrosswt() {
return grosswt;
}
public void setGrosswt(String grosswt) {
this.grosswt = grosswt == null ? null : grosswt.trim();
}
public String getUnloadcode() {
return unloadcode;
}
public void setUnloadcode(String unloadcode) {
this.unloadcode = unloadcode == null ? null : unloadcode.trim();
}
public Date getArrivetime() {
return arrivetime;
}
public void setArrivetime(Date arrivetime) {
this.arrivetime = arrivetime;
}
public String getContatype() {
return contatype;
}
public void setContatype(String contatype) {
this.contatype = contatype == null ? null : contatype.trim();
}
public String getTrnmode() {
return trnmode;
}
public void setTrnmode(String trnmode) {
this.trnmode = trnmode == null ? null : trnmode.trim();
}
public String getNotes() {
return notes;
}
public void setNotes(String notes) {
this.notes = notes == null ? null : notes.trim();
}
public String getOpertype() {
return opertype;
}
public void setOpertype(String opertype) {
this.opertype = opertype == null ? null : opertype.trim();
}
public String getSign() {
return sign;
}
public void setSign(String sign) {
this.sign = sign == null ? null : sign.trim();
}
public Date getSigndate() {
return signdate;
}
public void setSigndate(Date signdate) {
this.signdate = signdate;
}
public String getClientseqno() {
return clientseqno;
}
public void setClientseqno(String clientseqno) {
this.clientseqno = clientseqno == null ? null : clientseqno.trim();
}
public String getHostid() {
return hostid;
}
public void setHostid(String hostid) {
this.hostid = hostid == null ? null : hostid.trim();
}
public String getCertno() {
return certno;
}
public void setCertno(String certno) {
this.certno = certno == null ? null : certno.trim();
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username == null ? null : username.trim();
}
public Date getCreattime() {
return creattime;
}
public void setCreattime(Date creattime) {
this.creattime = creattime;
}
public String getDstatus() {
return dstatus;
}
public void setDstatus(String dstatus) {
this.dstatus = dstatus == null ? null : dstatus.trim();
}
public String getCustomResponseText() {
return customResponseText;
}
public void setCustomResponseText(String customResponseText) {
this.customResponseText = customResponseText == null ? null : customResponseText.trim();
}
public String getCustomResponseStatus() {
return customResponseStatus;
}
public void setCustomResponseStatus(String customResponseStatus) {
this.customResponseStatus = customResponseStatus == null ? null : customResponseStatus.trim();
}
public Date getUpdatetime() {
return updatetime;
}
public void setUpdatetime(Date updatetime) {
this.updatetime = updatetime;
}
}