正在显示
42 个修改的文件
包含
287 行增加
和
4407 行删除
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.ALLOCATEARRIVAL; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface ALLOCATEARRIVALMapper { | ||
8 | - int insert(ALLOCATEARRIVAL record); | ||
9 | - | ||
10 | - int insertSelective(ALLOCATEARRIVAL record); | ||
11 | - | ||
12 | - int updateRECEIPTION(ALLOCATEARRIVAL record); | ||
13 | - | ||
14 | - List<ALLOCATEARRIVAL> selectAutoIdByAwb(ALLOCATEARRIVAL record); | ||
15 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.ARRIVEDMASTER; | ||
4 | -import com.tianbo.analysis.model.ORIGINMANIFESTMASTER; | ||
5 | - | ||
6 | -import java.util.List; | ||
7 | - | ||
8 | -public interface ARRIVEDMASTERMapper { | ||
9 | - int deleteByPrimaryKey(String autoid); | ||
10 | - | ||
11 | - int insert(ARRIVEDMASTER record); | ||
12 | - | ||
13 | - int insertSelective(ARRIVEDMASTER record); | ||
14 | - | ||
15 | - ARRIVEDMASTER selectByPrimaryKey(String autoid); | ||
16 | - | ||
17 | - int updateByPrimaryKeySelective(ARRIVEDMASTER record); | ||
18 | - | ||
19 | - int updateByPrimaryKey(ARRIVEDMASTER record); | ||
20 | - | ||
21 | - int insertRecept(ARRIVEDMASTER arrivedmaster); | ||
22 | - | ||
23 | - int updateRECEIPTION(ARRIVEDMASTER record); | ||
24 | - | ||
25 | - List<ARRIVEDMASTER> selectAutoIdByAwb(ARRIVEDMASTER record); | ||
26 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.ARRIVEDSECONDARY; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface ARRIVEDSECONDARYMapper { | ||
8 | - int insert(ARRIVEDSECONDARY record); | ||
9 | - | ||
10 | - int insertSelective(ARRIVEDSECONDARY record); | ||
11 | - | ||
12 | - int updateRECEIPTION(ARRIVEDSECONDARY record); | ||
13 | - | ||
14 | - List<ARRIVEDSECONDARY> selectAutoIdByawbAawbH(ARRIVEDSECONDARY record); | ||
15 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.CUSTOMSMESSAGEWithBLOBs; | ||
4 | - | ||
5 | -public interface CUSTOMSMESSAGEMapper { | ||
6 | - int insert(CUSTOMSMESSAGEWithBLOBs record); | ||
7 | - | ||
8 | - int insertSelective(CUSTOMSMESSAGEWithBLOBs record); | ||
9 | - | ||
10 | - CUSTOMSMESSAGEWithBLOBs selectMessage(String messageId); | ||
11 | - | ||
12 | - int updateMessage(CUSTOMSMESSAGEWithBLOBs record); | ||
13 | -} |
1 | +package com.tianbo.analysis.dao; | ||
2 | + | ||
3 | +import com.tianbo.analysis.model.CUSTOM_RESPONSE; | ||
4 | + | ||
5 | +public interface CUSTOM_RESPONSEMapper { | ||
6 | + int deleteByPrimaryKey(String id); | ||
7 | + | ||
8 | + int insert(CUSTOM_RESPONSE record); | ||
9 | + | ||
10 | + int insertSelective(CUSTOM_RESPONSE record); | ||
11 | + | ||
12 | + CUSTOM_RESPONSE selectByPrimaryKey(String id); | ||
13 | + | ||
14 | + int updateByPrimaryKeySelective(CUSTOM_RESPONSE record); | ||
15 | + | ||
16 | + int updateAwbhReceiption(CUSTOM_RESPONSE record); | ||
17 | + | ||
18 | + int updateAwbReceiption(CUSTOM_RESPONSE record); | ||
19 | +} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.DEPARTURESLOADING; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface DEPARTURESLOADINGMapper { | ||
8 | - int insert(DEPARTURESLOADING record); | ||
9 | - | ||
10 | - int insertSelective(DEPARTURESLOADING record); | ||
11 | - | ||
12 | - int updateRECEIPTION(DEPARTURESLOADING record); | ||
13 | - | ||
14 | - List<DEPARTURESLOADING> selectAutoIdByAwb(DEPARTURESLOADING record); | ||
15 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.INPORTALLOCATE; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface INPORTALLOCATEMapper { | ||
8 | - int insert(INPORTALLOCATE record); | ||
9 | - | ||
10 | - int insertSelective(INPORTALLOCATE record); | ||
11 | - | ||
12 | - int updateRECEIPTION(INPORTALLOCATE record); | ||
13 | - | ||
14 | - List<INPORTALLOCATE> selectAutoIdByAwb(INPORTALLOCATE record); | ||
15 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.INTERNATIONALTRANSIT; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface INTERNATIONALTRANSITMapper { | ||
8 | - int insert(INTERNATIONALTRANSIT record); | ||
9 | - | ||
10 | - int insertSelective(INTERNATIONALTRANSIT record); | ||
11 | - | ||
12 | - int updateRECEIPTION(INTERNATIONALTRANSIT record); | ||
13 | - | ||
14 | - List<INTERNATIONALTRANSIT> selectAutoIdByAwb(INTERNATIONALTRANSIT record); | ||
15 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.ORIGINMANIFESTMASTER; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface ORIGINMANIFESTMASTERMapper { | ||
8 | - int insert(ORIGINMANIFESTMASTER record); | ||
9 | - | ||
10 | - int insertSelective(ORIGINMANIFESTMASTER record); | ||
11 | - | ||
12 | - int updateRECEIPTION(ORIGINMANIFESTMASTER record); | ||
13 | - | ||
14 | - List<ORIGINMANIFESTMASTER> selectAutoIdByAwb(ORIGINMANIFESTMASTER record); | ||
15 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.Originmanifestsecondary; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface OriginmanifestsecondaryMapper { | ||
8 | - int insert(Originmanifestsecondary record); | ||
9 | - | ||
10 | - int insertSelective(Originmanifestsecondary record); | ||
11 | - | ||
12 | - int updateRECEIPTION(Originmanifestsecondary record); | ||
13 | - | ||
14 | - List<Originmanifestsecondary> selectAutoIdByawbAawbH(Originmanifestsecondary record); | ||
15 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.ARRIVEDMASTER; | ||
4 | -import com.tianbo.analysis.model.PREPAREMASTER; | ||
5 | - | ||
6 | -import java.util.List; | ||
7 | - | ||
8 | -public interface PREPAREMASTERMapper { | ||
9 | - int insert(PREPAREMASTER record); | ||
10 | - | ||
11 | - int insertSelective(PREPAREMASTER record); | ||
12 | - | ||
13 | - int updateRECEIPTION(PREPAREMASTER record); | ||
14 | - | ||
15 | - List<PREPAREMASTER> selectAutoIdByAwb(PREPAREMASTER record); | ||
16 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.ARRIVEDSECONDARY; | ||
4 | -import com.tianbo.analysis.model.PREPARESECONDARY; | ||
5 | - | ||
6 | -import java.util.List; | ||
7 | - | ||
8 | -public interface PREPARESECONDARYMapper { | ||
9 | - int deleteByPrimaryKey(Short id); | ||
10 | - | ||
11 | - int insert(PREPARESECONDARY record); | ||
12 | - | ||
13 | - int insertSelective(PREPARESECONDARY record); | ||
14 | - | ||
15 | - PREPARESECONDARY selectByPrimaryKey(Short id); | ||
16 | - | ||
17 | - int updateByPrimaryKeySelective(PREPARESECONDARY record); | ||
18 | - | ||
19 | - int updateByPrimaryKey(PREPARESECONDARY record); | ||
20 | - | ||
21 | - int updateRECEIPTION(PREPARESECONDARY record); | ||
22 | - | ||
23 | - List<PREPARESECONDARY> selectAutoIdByawbAawbH(PREPARESECONDARY record); | ||
24 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.TALLYMASTER; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface TALLYMASTERMapper { | ||
8 | - int insert(TALLYMASTER record); | ||
9 | - | ||
10 | - int insertSelective(TALLYMASTER record); | ||
11 | - | ||
12 | - int updateRECEIPTION(TALLYMASTER record); | ||
13 | - | ||
14 | - List<TALLYMASTER> selectAutoIdByAwb(TALLYMASTER record); | ||
15 | -} |
1 | -package com.tianbo.analysis.dao; | ||
2 | - | ||
3 | -import com.tianbo.analysis.model.TALLYSECONDARY; | ||
4 | - | ||
5 | -import java.util.List; | ||
6 | - | ||
7 | -public interface TALLYSECONDARYMapper { | ||
8 | - int insert(TALLYSECONDARY record); | ||
9 | - | ||
10 | - int insertSelective(TALLYSECONDARY record); | ||
11 | - | ||
12 | - int updateRECEIPTION(TALLYSECONDARY record); | ||
13 | - | ||
14 | - List<TALLYSECONDARY> selectAutoIdByawbAawbH(TALLYSECONDARY record); | ||
15 | -} |
1 | package com.tianbo.analysis.handle; | 1 | package com.tianbo.analysis.handle; |
2 | 2 | ||
3 | -import com.fasterxml.jackson.databind.annotation.JsonAppend; | ||
4 | -import com.sun.xml.internal.ws.util.xml.XmlUtil; | 3 | + |
5 | import com.tianbo.analysis.model.CustomReception; | 4 | import com.tianbo.analysis.model.CustomReception; |
6 | import com.tianbo.analysis.service.*; | 5 | import com.tianbo.analysis.service.*; |
7 | import com.tianbo.util.XML.XMLXPath; | 6 | import com.tianbo.util.XML.XMLXPath; |
8 | -import org.apache.commons.io.FileUtils; | ||
9 | import org.dom4j.Document; | 7 | import org.dom4j.Document; |
10 | import org.dom4j.DocumentException; | 8 | import org.dom4j.DocumentException; |
11 | -import org.dom4j.DocumentHelper; | ||
12 | import org.dom4j.Element; | 9 | import org.dom4j.Element; |
13 | import org.dom4j.io.SAXReader; | 10 | import org.dom4j.io.SAXReader; |
14 | import org.springframework.beans.factory.annotation.Autowired; | 11 | import org.springframework.beans.factory.annotation.Autowired; |
@@ -18,6 +15,7 @@ import org.xml.sax.SAXParseException; | @@ -18,6 +15,7 @@ import org.xml.sax.SAXParseException; | ||
18 | import javax.annotation.PostConstruct; | 15 | import javax.annotation.PostConstruct; |
19 | import java.io.File; | 16 | import java.io.File; |
20 | import java.io.UnsupportedEncodingException; | 17 | import java.io.UnsupportedEncodingException; |
18 | +import java.text.ParseException; | ||
21 | import java.util.List; | 19 | import java.util.List; |
22 | 20 | ||
23 | /** | 21 | /** |
@@ -43,28 +41,13 @@ public class CustomXmlHandle{ | @@ -43,28 +41,13 @@ public class CustomXmlHandle{ | ||
43 | public final static String waybillMaster = "//Manifest/Response/Consignment/TransportContractDocument/ID"; | 41 | public final static String waybillMaster = "//Manifest/Response/Consignment/TransportContractDocument/ID"; |
44 | public final static String waybillSecond = "//Manifest/Response/Consignment/AssociatedTransportDocument/ID"; | 42 | public final static String waybillSecond = "//Manifest/Response/Consignment/AssociatedTransportDocument/ID"; |
45 | public final static String responseCode = "//Manifest/Response/Consignment/ResponseType/Code"; | 43 | public final static String responseCode = "//Manifest/Response/Consignment/ResponseType/Code"; |
44 | + public final static String errorCode = "//Manifest/Response/ResponseType/Code"; | ||
46 | public final static String responseText = "//Manifest/Response/Consignment/ResponseType/Text"; | 45 | public final static String responseText = "//Manifest/Response/Consignment/ResponseType/Text"; |
46 | + public final static String errorText = "//Manifest/Response/ResponseType/Text"; | ||
47 | 47 | ||
48 | @Autowired | 48 | @Autowired |
49 | private CoustomAnalysisService coustomAnalysisService; | 49 | private CoustomAnalysisService coustomAnalysisService; |
50 | 50 | ||
51 | - @Autowired | ||
52 | - private ARRIVEDMASTERService arrivedmasterService; | ||
53 | - | ||
54 | - @Autowired | ||
55 | - private TALLYMASTERService tallymasterService; | ||
56 | - | ||
57 | - @Autowired | ||
58 | - private DEPARTURESLOADINGService departuresloadingService; | ||
59 | - | ||
60 | - @Autowired | ||
61 | - private PREPAREMASTERService preparemasterService; | ||
62 | - | ||
63 | - @Autowired | ||
64 | - private ALLOCATEARRIVALService allocatearrivalService; | ||
65 | - | ||
66 | - @Autowired | ||
67 | - private INPORTALLOCATEService inportallocateService; | ||
68 | 51 | ||
69 | //通过@PostConstruct实现初始化bean之前进行的操作,解决service调用空指针问题 | 52 | //通过@PostConstruct实现初始化bean之前进行的操作,解决service调用空指针问题 |
70 | @PostConstruct | 53 | @PostConstruct |
@@ -72,17 +55,6 @@ public class CustomXmlHandle{ | @@ -72,17 +55,6 @@ public class CustomXmlHandle{ | ||
72 | customXmlHandle = this; | 55 | customXmlHandle = this; |
73 | customXmlHandle.coustomAnalysisService = this.coustomAnalysisService; | 56 | customXmlHandle.coustomAnalysisService = this.coustomAnalysisService; |
74 | 57 | ||
75 | - customXmlHandle.arrivedmasterService = this.arrivedmasterService; | ||
76 | - | ||
77 | - customXmlHandle.tallymasterService = this.tallymasterService; | ||
78 | - | ||
79 | - customXmlHandle.departuresloadingService = this.departuresloadingService; | ||
80 | - | ||
81 | - customXmlHandle.preparemasterService = this.preparemasterService; | ||
82 | - | ||
83 | - customXmlHandle.allocatearrivalService = this.allocatearrivalService; | ||
84 | - | ||
85 | - customXmlHandle.inportallocateService = this.inportallocateService; | ||
86 | // 初使化时将已静态化的testService实例化 | 58 | // 初使化时将已静态化的testService实例化 |
87 | } | 59 | } |
88 | 60 | ||
@@ -94,36 +66,34 @@ public class CustomXmlHandle{ | @@ -94,36 +66,34 @@ public class CustomXmlHandle{ | ||
94 | * @throws UnsupportedEncodingException | 66 | * @throws UnsupportedEncodingException |
95 | * @throws SAXParseException | 67 | * @throws SAXParseException |
96 | */ | 68 | */ |
97 | - public int handelXmlDocument(File file) throws DocumentException,UnsupportedEncodingException,SAXParseException { | ||
98 | - | ||
99 | - int i = 0; | 69 | + public int handelXmlDocument(File file) throws DocumentException, ParseException { |
100 | 70 | ||
101 | SAXReader saxReader = new SAXReader(); | 71 | SAXReader saxReader = new SAXReader(); |
102 | Document document = saxReader.read(file); | 72 | Document document = saxReader.read(file); |
103 | - Element contentRoot = document.getRootElement(); | ||
104 | - | ||
105 | - //要解析的回执类型 | ||
106 | - String type= "MT9999"; | ||
107 | 73 | ||
108 | String flightNo = ""; | 74 | String flightNo = ""; |
109 | String flightDate = ""; | 75 | String flightDate = ""; |
110 | 76 | ||
111 | //开始解析 | 77 | //开始解析 |
112 | -// fzeFoh.setGrossweightmeasureuc(XMLXPath.getSingleValueByPath(document,GrossWeightMeasureUc)); | ||
113 | - String msgType = XMLXPath.getSingleValueByPath(document,MessageType); | ||
114 | String journeyid = XMLXPath.getSingleValueByPath(document,JourneyID); | 78 | String journeyid = XMLXPath.getSingleValueByPath(document,JourneyID); |
115 | -// XMLXPath.getSingleValueByPath(document, ) | ||
116 | 79 | ||
117 | - if(journeyid != null){ | 80 | +// if(journeyid != null){ |
81 | +// | ||
82 | +// String[] flightList = journeyid.split("/"); | ||
83 | +// if(flightList.length > 0){ | ||
84 | +// flightNo = flightList[0]; | ||
85 | +// flightDate = flightList[1]; | ||
86 | +// } | ||
87 | +// } | ||
88 | + String functionCode = XMLXPath.getSingleValueByPath(document, FunctionCode); | ||
118 | 89 | ||
119 | - String[] flightList = journeyid.split("/"); | ||
120 | - if(flightList.length > 0){ | ||
121 | - flightNo = flightList[0]; | ||
122 | - flightDate = flightList[1]; | ||
123 | - } | 90 | + String senderId = XMLXPath.getSingleValueByPath(document, SenderID); |
124 | 91 | ||
92 | + String receiverId = XMLXPath.getSingleValueByPath(document, ReceiverID); | ||
125 | 93 | ||
126 | - } | 94 | + String version = XMLXPath.getSingleValueByPath(document, Version); |
95 | + | ||
96 | + String sendTime = XMLXPath.getSingleValueByPath(document, SendTime); | ||
127 | 97 | ||
128 | String awbA = XMLXPath.getSingleValueByPath(document,waybillMaster); | 98 | String awbA = XMLXPath.getSingleValueByPath(document,waybillMaster); |
129 | //全格式的分单 如 17212345678_ADBD | 99 | //全格式的分单 如 17212345678_ADBD |
@@ -131,41 +101,13 @@ public class CustomXmlHandle{ | @@ -131,41 +101,13 @@ public class CustomXmlHandle{ | ||
131 | String resCode = XMLXPath.getSingleValueByPath(document,responseCode); | 101 | String resCode = XMLXPath.getSingleValueByPath(document,responseCode); |
132 | String resText = XMLXPath.getSingleValueByPath(document,responseText); | 102 | String resText = XMLXPath.getSingleValueByPath(document,responseText); |
133 | String messageId = XMLXPath.getSingleValueByPath(document, MessageID); | 103 | String messageId = XMLXPath.getSingleValueByPath(document, MessageID); |
134 | - CustomReception customReception = new CustomReception(msgType,flightNo,flightDate,awbA,awbH,resText, messageId); | ||
135 | - switch (msgType){ | ||
136 | - case "MT9999": | ||
137 | - i = customXmlHandle.coustomAnalysisService.insertRecept(customReception); | ||
138 | - break; | ||
139 | - case "MT3201": | ||
140 | - i= customXmlHandle.arrivedmasterService.insertRecept(customReception); | ||
141 | - break; | ||
142 | - case "MT5202": | ||
143 | - i = customXmlHandle.tallymasterService.insertRecept(customReception, "MT5202"); | ||
144 | - break; | ||
145 | - case "MT5201": | ||
146 | - i = customXmlHandle.tallymasterService.insertRecept(customReception, "MT5201"); | ||
147 | - break; | ||
148 | - case "MT4201": | ||
149 | - i = customXmlHandle.departuresloadingService.insertRecept(customReception); | ||
150 | - break; | ||
151 | - case "MT1201": | ||
152 | - i = customXmlHandle.coustomAnalysisService.insertRecept(customReception); | ||
153 | - break; | ||
154 | - case "MT2201": | ||
155 | - i = customXmlHandle.preparemasterService.insertRecept(customReception); | ||
156 | - break; | ||
157 | - case "MT6202": | ||
158 | - i = customXmlHandle.inportallocateService.insertRecept(customReception); | ||
159 | - break; | ||
160 | - case "MT3202": | ||
161 | - i = customXmlHandle.allocatearrivalService.insertRecept(customReception); | ||
162 | - break; | ||
163 | - case "MT8205": | ||
164 | - | ||
165 | - break; | ||
166 | - | ||
167 | - } | ||
168 | - | ||
169 | - return i; | 104 | + String messageType = XMLXPath.getSingleValueByPath(document, MessageType); |
105 | + String errorCodes = XMLXPath.getSingleValueByPath(document, errorCode); | ||
106 | + String errorTexts = XMLXPath.getSingleValueByPath(document, errorText); | ||
107 | + CustomReception customReception = new CustomReception(messageType, flightNo, flightDate, | ||
108 | + awbA, awbH, resText, messageId, senderId, receiverId, sendTime, | ||
109 | + version, resCode, functionCode); | ||
110 | + | ||
111 | + return customXmlHandle.coustomAnalysisService.insertRecept(customReception, errorCodes, errorTexts); | ||
170 | } | 112 | } |
171 | } | 113 | } |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class ALLOCATEARRIVAL { | ||
6 | - private String id; | ||
7 | - | ||
8 | - private Date createdate; | ||
9 | - | ||
10 | - private String waybillno; | ||
11 | - | ||
12 | - private String carrier; | ||
13 | - | ||
14 | - private String flightno; | ||
15 | - | ||
16 | - private Date flightdate; | ||
17 | - | ||
18 | - private String customos; | ||
19 | - | ||
20 | - private String arrivalpieces; | ||
21 | - | ||
22 | - private String arrivalweight; | ||
23 | - | ||
24 | - private String unloadingland; | ||
25 | - | ||
26 | - private String productcode; | ||
27 | - | ||
28 | - private String status; | ||
29 | - | ||
30 | - private String receiptinformation; | ||
31 | - | ||
32 | - public String getId() { | ||
33 | - return id; | ||
34 | - } | ||
35 | - | ||
36 | - public void setId(String id) { | ||
37 | - this.id = id == null ? null : id.trim(); | ||
38 | - } | ||
39 | - | ||
40 | - public Date getCreatedate() { | ||
41 | - return createdate; | ||
42 | - } | ||
43 | - | ||
44 | - public void setCreatedate(Date createdate) { | ||
45 | - this.createdate = createdate; | ||
46 | - } | ||
47 | - | ||
48 | - public String getWaybillno() { | ||
49 | - return waybillno; | ||
50 | - } | ||
51 | - | ||
52 | - public void setWaybillno(String waybillno) { | ||
53 | - this.waybillno = waybillno == null ? null : waybillno.trim(); | ||
54 | - } | ||
55 | - | ||
56 | - public String getCarrier() { | ||
57 | - return carrier; | ||
58 | - } | ||
59 | - | ||
60 | - public void setCarrier(String carrier) { | ||
61 | - this.carrier = carrier == null ? null : carrier.trim(); | ||
62 | - } | ||
63 | - | ||
64 | - public String getFlightno() { | ||
65 | - return flightno; | ||
66 | - } | ||
67 | - | ||
68 | - public void setFlightno(String flightno) { | ||
69 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
70 | - } | ||
71 | - | ||
72 | - public Date getFlightdate() { | ||
73 | - return flightdate; | ||
74 | - } | ||
75 | - | ||
76 | - public void setFlightdate(Date flightdate) { | ||
77 | - this.flightdate = flightdate; | ||
78 | - } | ||
79 | - | ||
80 | - public String getCustomos() { | ||
81 | - return customos; | ||
82 | - } | ||
83 | - | ||
84 | - public void setCustomos(String customos) { | ||
85 | - this.customos = customos == null ? null : customos.trim(); | ||
86 | - } | ||
87 | - | ||
88 | - public String getArrivalpieces() { | ||
89 | - return arrivalpieces; | ||
90 | - } | ||
91 | - | ||
92 | - public void setArrivalpieces(String arrivalpieces) { | ||
93 | - this.arrivalpieces = arrivalpieces == null ? null : arrivalpieces.trim(); | ||
94 | - } | ||
95 | - | ||
96 | - public String getArrivalweight() { | ||
97 | - return arrivalweight; | ||
98 | - } | ||
99 | - | ||
100 | - public void setArrivalweight(String arrivalweight) { | ||
101 | - this.arrivalweight = arrivalweight == null ? null : arrivalweight.trim(); | ||
102 | - } | ||
103 | - | ||
104 | - public String getUnloadingland() { | ||
105 | - return unloadingland; | ||
106 | - } | ||
107 | - | ||
108 | - public void setUnloadingland(String unloadingland) { | ||
109 | - this.unloadingland = unloadingland == null ? null : unloadingland.trim(); | ||
110 | - } | ||
111 | - | ||
112 | - public String getProductcode() { | ||
113 | - return productcode; | ||
114 | - } | ||
115 | - | ||
116 | - public void setProductcode(String productcode) { | ||
117 | - this.productcode = productcode == null ? null : productcode.trim(); | ||
118 | - } | ||
119 | - | ||
120 | - public String getStatus() { | ||
121 | - return status; | ||
122 | - } | ||
123 | - | ||
124 | - public void setStatus(String status) { | ||
125 | - this.status = status == null ? null : status.trim(); | ||
126 | - } | ||
127 | - | ||
128 | - public String getReceiptinformation() { | ||
129 | - return receiptinformation; | ||
130 | - } | ||
131 | - | ||
132 | - public void setReceiptinformation(String receiptinformation) { | ||
133 | - this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim(); | ||
134 | - } | ||
135 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class ARRIVEDMASTER { | ||
6 | - private String autoid; | ||
7 | - | ||
8 | - private String waybillnomaster; | ||
9 | - | ||
10 | - private String tcdName; | ||
11 | - | ||
12 | - private String tcdTypecode; | ||
13 | - | ||
14 | - private String flightno; | ||
15 | - | ||
16 | - private Date flightdate; | ||
17 | - | ||
18 | - private String carrier; | ||
19 | - | ||
20 | - private String originatingstation; | ||
21 | - | ||
22 | - private String oName; | ||
23 | - | ||
24 | - private String destinationstation; | ||
25 | - | ||
26 | - private String fdName; | ||
27 | - | ||
28 | - private String arrivedtotalpiece; | ||
29 | - | ||
30 | - private String totalpiecequantity; | ||
31 | - | ||
32 | - private String arrivedtotalweight; | ||
33 | - | ||
34 | - private String grossweightmeasureuc; | ||
35 | - | ||
36 | - private String totalgrossweightmeasure; | ||
37 | - | ||
38 | - private String totalgrossweightmeasureuc; | ||
39 | - | ||
40 | - private String chargeableweightmeasure; | ||
41 | - | ||
42 | - private String chargeableweightmeasureuc; | ||
43 | - | ||
44 | - private Date arriveddate; | ||
45 | - | ||
46 | - private String transportsplitdescription; | ||
47 | - | ||
48 | - private String customscode; | ||
49 | - | ||
50 | - private String productname; | ||
51 | - | ||
52 | - private String status; | ||
53 | - | ||
54 | - private String receiptinformation; | ||
55 | - | ||
56 | - private Date createdate; | ||
57 | - | ||
58 | - public String getAutoid() { | ||
59 | - return autoid; | ||
60 | - } | ||
61 | - | ||
62 | - public void setAutoid(String autoid) { | ||
63 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
64 | - } | ||
65 | - | ||
66 | - public String getWaybillnomaster() { | ||
67 | - return waybillnomaster; | ||
68 | - } | ||
69 | - | ||
70 | - public void setWaybillnomaster(String waybillnomaster) { | ||
71 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
72 | - } | ||
73 | - | ||
74 | - public String getTcdName() { | ||
75 | - return tcdName; | ||
76 | - } | ||
77 | - | ||
78 | - public void setTcdName(String tcdName) { | ||
79 | - this.tcdName = tcdName == null ? null : tcdName.trim(); | ||
80 | - } | ||
81 | - | ||
82 | - public String getTcdTypecode() { | ||
83 | - return tcdTypecode; | ||
84 | - } | ||
85 | - | ||
86 | - public void setTcdTypecode(String tcdTypecode) { | ||
87 | - this.tcdTypecode = tcdTypecode == null ? null : tcdTypecode.trim(); | ||
88 | - } | ||
89 | - | ||
90 | - public String getFlightno() { | ||
91 | - return flightno; | ||
92 | - } | ||
93 | - | ||
94 | - public void setFlightno(String flightno) { | ||
95 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
96 | - } | ||
97 | - | ||
98 | - public Date getFlightdate() { | ||
99 | - return flightdate; | ||
100 | - } | ||
101 | - | ||
102 | - public void setFlightdate(Date flightdate) { | ||
103 | - this.flightdate = flightdate; | ||
104 | - } | ||
105 | - | ||
106 | - public String getCarrier() { | ||
107 | - return carrier; | ||
108 | - } | ||
109 | - | ||
110 | - public void setCarrier(String carrier) { | ||
111 | - this.carrier = carrier == null ? null : carrier.trim(); | ||
112 | - } | ||
113 | - | ||
114 | - public String getOriginatingstation() { | ||
115 | - return originatingstation; | ||
116 | - } | ||
117 | - | ||
118 | - public void setOriginatingstation(String originatingstation) { | ||
119 | - this.originatingstation = originatingstation == null ? null : originatingstation.trim(); | ||
120 | - } | ||
121 | - | ||
122 | - public String getoName() { | ||
123 | - return oName; | ||
124 | - } | ||
125 | - | ||
126 | - public void setoName(String oName) { | ||
127 | - this.oName = oName == null ? null : oName.trim(); | ||
128 | - } | ||
129 | - | ||
130 | - public String getDestinationstation() { | ||
131 | - return destinationstation; | ||
132 | - } | ||
133 | - | ||
134 | - public void setDestinationstation(String destinationstation) { | ||
135 | - this.destinationstation = destinationstation == null ? null : destinationstation.trim(); | ||
136 | - } | ||
137 | - | ||
138 | - public String getFdName() { | ||
139 | - return fdName; | ||
140 | - } | ||
141 | - | ||
142 | - public void setFdName(String fdName) { | ||
143 | - this.fdName = fdName == null ? null : fdName.trim(); | ||
144 | - } | ||
145 | - | ||
146 | - public String getArrivedtotalpiece() { | ||
147 | - return arrivedtotalpiece; | ||
148 | - } | ||
149 | - | ||
150 | - public void setArrivedtotalpiece(String arrivedtotalpiece) { | ||
151 | - this.arrivedtotalpiece = arrivedtotalpiece == null ? null : arrivedtotalpiece.trim(); | ||
152 | - } | ||
153 | - | ||
154 | - public String getTotalpiecequantity() { | ||
155 | - return totalpiecequantity; | ||
156 | - } | ||
157 | - | ||
158 | - public void setTotalpiecequantity(String totalpiecequantity) { | ||
159 | - this.totalpiecequantity = totalpiecequantity == null ? null : totalpiecequantity.trim(); | ||
160 | - } | ||
161 | - | ||
162 | - public String getArrivedtotalweight() { | ||
163 | - return arrivedtotalweight; | ||
164 | - } | ||
165 | - | ||
166 | - public void setArrivedtotalweight(String arrivedtotalweight) { | ||
167 | - this.arrivedtotalweight = arrivedtotalweight == null ? null : arrivedtotalweight.trim(); | ||
168 | - } | ||
169 | - | ||
170 | - public String getGrossweightmeasureuc() { | ||
171 | - return grossweightmeasureuc; | ||
172 | - } | ||
173 | - | ||
174 | - public void setGrossweightmeasureuc(String grossweightmeasureuc) { | ||
175 | - this.grossweightmeasureuc = grossweightmeasureuc == null ? null : grossweightmeasureuc.trim(); | ||
176 | - } | ||
177 | - | ||
178 | - public String getTotalgrossweightmeasure() { | ||
179 | - return totalgrossweightmeasure; | ||
180 | - } | ||
181 | - | ||
182 | - public void setTotalgrossweightmeasure(String totalgrossweightmeasure) { | ||
183 | - this.totalgrossweightmeasure = totalgrossweightmeasure == null ? null : totalgrossweightmeasure.trim(); | ||
184 | - } | ||
185 | - | ||
186 | - public String getTotalgrossweightmeasureuc() { | ||
187 | - return totalgrossweightmeasureuc; | ||
188 | - } | ||
189 | - | ||
190 | - public void setTotalgrossweightmeasureuc(String totalgrossweightmeasureuc) { | ||
191 | - this.totalgrossweightmeasureuc = totalgrossweightmeasureuc == null ? null : totalgrossweightmeasureuc.trim(); | ||
192 | - } | ||
193 | - | ||
194 | - public String getChargeableweightmeasure() { | ||
195 | - return chargeableweightmeasure; | ||
196 | - } | ||
197 | - | ||
198 | - public void setChargeableweightmeasure(String chargeableweightmeasure) { | ||
199 | - this.chargeableweightmeasure = chargeableweightmeasure == null ? null : chargeableweightmeasure.trim(); | ||
200 | - } | ||
201 | - | ||
202 | - public String getChargeableweightmeasureuc() { | ||
203 | - return chargeableweightmeasureuc; | ||
204 | - } | ||
205 | - | ||
206 | - public void setChargeableweightmeasureuc(String chargeableweightmeasureuc) { | ||
207 | - this.chargeableweightmeasureuc = chargeableweightmeasureuc == null ? null : chargeableweightmeasureuc.trim(); | ||
208 | - } | ||
209 | - | ||
210 | - public Date getArriveddate() { | ||
211 | - return arriveddate; | ||
212 | - } | ||
213 | - | ||
214 | - public void setArriveddate(Date arriveddate) { | ||
215 | - this.arriveddate = arriveddate; | ||
216 | - } | ||
217 | - | ||
218 | - public String getTransportsplitdescription() { | ||
219 | - return transportsplitdescription; | ||
220 | - } | ||
221 | - | ||
222 | - public void setTransportsplitdescription(String transportsplitdescription) { | ||
223 | - this.transportsplitdescription = transportsplitdescription == null ? null : transportsplitdescription.trim(); | ||
224 | - } | ||
225 | - | ||
226 | - public String getCustomscode() { | ||
227 | - return customscode; | ||
228 | - } | ||
229 | - | ||
230 | - public void setCustomscode(String customscode) { | ||
231 | - this.customscode = customscode == null ? null : customscode.trim(); | ||
232 | - } | ||
233 | - | ||
234 | - public String getProductname() { | ||
235 | - return productname; | ||
236 | - } | ||
237 | - | ||
238 | - public void setProductname(String productname) { | ||
239 | - this.productname = productname == null ? null : productname.trim(); | ||
240 | - } | ||
241 | - | ||
242 | - public String getStatus() { | ||
243 | - return status; | ||
244 | - } | ||
245 | - | ||
246 | - public void setStatus(String status) { | ||
247 | - this.status = status == null ? null : status.trim(); | ||
248 | - } | ||
249 | - | ||
250 | - public String getReceiptinformation() { | ||
251 | - return receiptinformation; | ||
252 | - } | ||
253 | - | ||
254 | - public void setReceiptinformation(String receiptinformation) { | ||
255 | - this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim(); | ||
256 | - } | ||
257 | - | ||
258 | - public Date getCreatedate() { | ||
259 | - return createdate; | ||
260 | - } | ||
261 | - | ||
262 | - public void setCreatedate(Date createdate) { | ||
263 | - this.createdate = createdate; | ||
264 | - } | ||
265 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class ARRIVEDSECONDARY { | ||
6 | - private String autoid; | ||
7 | - | ||
8 | - private String waybillnomaster; | ||
9 | - | ||
10 | - private String tcdName; | ||
11 | - | ||
12 | - private String tcdTypecode; | ||
13 | - | ||
14 | - private String waybillnosecondary; | ||
15 | - | ||
16 | - private String carrier; | ||
17 | - | ||
18 | - private String oId; | ||
19 | - | ||
20 | - private String oName; | ||
21 | - | ||
22 | - private String fdId; | ||
23 | - | ||
24 | - private String fdName; | ||
25 | - | ||
26 | - private String flightno; | ||
27 | - | ||
28 | - private Date flightdate; | ||
29 | - | ||
30 | - private String arrivedtotalpiece; | ||
31 | - | ||
32 | - private String totalpiecequantity; | ||
33 | - | ||
34 | - private String arrivedtotalweight; | ||
35 | - | ||
36 | - private String grossweightmeasureuc; | ||
37 | - | ||
38 | - private String totalgrossweightmeasure; | ||
39 | - | ||
40 | - private String totalgrossweightmeasureuc; | ||
41 | - | ||
42 | - private String chargeableweightmeasure; | ||
43 | - | ||
44 | - private String chargeableweightmeasureuc; | ||
45 | - | ||
46 | - private Date arriveddate; | ||
47 | - | ||
48 | - private String customscode; | ||
49 | - | ||
50 | - private String productname; | ||
51 | - | ||
52 | - private Date createdate; | ||
53 | - | ||
54 | - private String arrivedmasterid; | ||
55 | - | ||
56 | - private String transportsplitdescription; | ||
57 | - | ||
58 | - private String receiption; | ||
59 | - | ||
60 | - private String status; | ||
61 | - | ||
62 | - public String getAutoid() { | ||
63 | - return autoid; | ||
64 | - } | ||
65 | - | ||
66 | - public void setAutoid(String autoid) { | ||
67 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
68 | - } | ||
69 | - | ||
70 | - public String getWaybillnomaster() { | ||
71 | - return waybillnomaster; | ||
72 | - } | ||
73 | - | ||
74 | - public void setWaybillnomaster(String waybillnomaster) { | ||
75 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
76 | - } | ||
77 | - | ||
78 | - public String getTcdName() { | ||
79 | - return tcdName; | ||
80 | - } | ||
81 | - | ||
82 | - public void setTcdName(String tcdName) { | ||
83 | - this.tcdName = tcdName == null ? null : tcdName.trim(); | ||
84 | - } | ||
85 | - | ||
86 | - public String getTcdTypecode() { | ||
87 | - return tcdTypecode; | ||
88 | - } | ||
89 | - | ||
90 | - public void setTcdTypecode(String tcdTypecode) { | ||
91 | - this.tcdTypecode = tcdTypecode == null ? null : tcdTypecode.trim(); | ||
92 | - } | ||
93 | - | ||
94 | - public String getWaybillnosecondary() { | ||
95 | - return waybillnosecondary; | ||
96 | - } | ||
97 | - | ||
98 | - public void setWaybillnosecondary(String waybillnosecondary) { | ||
99 | - this.waybillnosecondary = waybillnosecondary == null ? null : waybillnosecondary.trim(); | ||
100 | - } | ||
101 | - | ||
102 | - public String getCarrier() { | ||
103 | - return carrier; | ||
104 | - } | ||
105 | - | ||
106 | - public void setCarrier(String carrier) { | ||
107 | - this.carrier = carrier == null ? null : carrier.trim(); | ||
108 | - } | ||
109 | - | ||
110 | - public String getoId() { | ||
111 | - return oId; | ||
112 | - } | ||
113 | - | ||
114 | - public void setoId(String oId) { | ||
115 | - this.oId = oId == null ? null : oId.trim(); | ||
116 | - } | ||
117 | - | ||
118 | - public String getoName() { | ||
119 | - return oName; | ||
120 | - } | ||
121 | - | ||
122 | - public void setoName(String oName) { | ||
123 | - this.oName = oName == null ? null : oName.trim(); | ||
124 | - } | ||
125 | - | ||
126 | - public String getFdId() { | ||
127 | - return fdId; | ||
128 | - } | ||
129 | - | ||
130 | - public void setFdId(String fdId) { | ||
131 | - this.fdId = fdId == null ? null : fdId.trim(); | ||
132 | - } | ||
133 | - | ||
134 | - public String getFdName() { | ||
135 | - return fdName; | ||
136 | - } | ||
137 | - | ||
138 | - public void setFdName(String fdName) { | ||
139 | - this.fdName = fdName == null ? null : fdName.trim(); | ||
140 | - } | ||
141 | - | ||
142 | - public String getFlightno() { | ||
143 | - return flightno; | ||
144 | - } | ||
145 | - | ||
146 | - public void setFlightno(String flightno) { | ||
147 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
148 | - } | ||
149 | - | ||
150 | - public Date getFlightdate() { | ||
151 | - return flightdate; | ||
152 | - } | ||
153 | - | ||
154 | - public void setFlightdate(Date flightdate) { | ||
155 | - this.flightdate = flightdate; | ||
156 | - } | ||
157 | - | ||
158 | - public String getArrivedtotalpiece() { | ||
159 | - return arrivedtotalpiece; | ||
160 | - } | ||
161 | - | ||
162 | - public void setArrivedtotalpiece(String arrivedtotalpiece) { | ||
163 | - this.arrivedtotalpiece = arrivedtotalpiece == null ? null : arrivedtotalpiece.trim(); | ||
164 | - } | ||
165 | - | ||
166 | - public String getTotalpiecequantity() { | ||
167 | - return totalpiecequantity; | ||
168 | - } | ||
169 | - | ||
170 | - public void setTotalpiecequantity(String totalpiecequantity) { | ||
171 | - this.totalpiecequantity = totalpiecequantity == null ? null : totalpiecequantity.trim(); | ||
172 | - } | ||
173 | - | ||
174 | - public String getArrivedtotalweight() { | ||
175 | - return arrivedtotalweight; | ||
176 | - } | ||
177 | - | ||
178 | - public void setArrivedtotalweight(String arrivedtotalweight) { | ||
179 | - this.arrivedtotalweight = arrivedtotalweight == null ? null : arrivedtotalweight.trim(); | ||
180 | - } | ||
181 | - | ||
182 | - public String getGrossweightmeasureuc() { | ||
183 | - return grossweightmeasureuc; | ||
184 | - } | ||
185 | - | ||
186 | - public void setGrossweightmeasureuc(String grossweightmeasureuc) { | ||
187 | - this.grossweightmeasureuc = grossweightmeasureuc == null ? null : grossweightmeasureuc.trim(); | ||
188 | - } | ||
189 | - | ||
190 | - public String getTotalgrossweightmeasure() { | ||
191 | - return totalgrossweightmeasure; | ||
192 | - } | ||
193 | - | ||
194 | - public void setTotalgrossweightmeasure(String totalgrossweightmeasure) { | ||
195 | - this.totalgrossweightmeasure = totalgrossweightmeasure == null ? null : totalgrossweightmeasure.trim(); | ||
196 | - } | ||
197 | - | ||
198 | - public String getTotalgrossweightmeasureuc() { | ||
199 | - return totalgrossweightmeasureuc; | ||
200 | - } | ||
201 | - | ||
202 | - public void setTotalgrossweightmeasureuc(String totalgrossweightmeasureuc) { | ||
203 | - this.totalgrossweightmeasureuc = totalgrossweightmeasureuc == null ? null : totalgrossweightmeasureuc.trim(); | ||
204 | - } | ||
205 | - | ||
206 | - public String getChargeableweightmeasure() { | ||
207 | - return chargeableweightmeasure; | ||
208 | - } | ||
209 | - | ||
210 | - public void setChargeableweightmeasure(String chargeableweightmeasure) { | ||
211 | - this.chargeableweightmeasure = chargeableweightmeasure == null ? null : chargeableweightmeasure.trim(); | ||
212 | - } | ||
213 | - | ||
214 | - public String getChargeableweightmeasureuc() { | ||
215 | - return chargeableweightmeasureuc; | ||
216 | - } | ||
217 | - | ||
218 | - public void setChargeableweightmeasureuc(String chargeableweightmeasureuc) { | ||
219 | - this.chargeableweightmeasureuc = chargeableweightmeasureuc == null ? null : chargeableweightmeasureuc.trim(); | ||
220 | - } | ||
221 | - | ||
222 | - public Date getArriveddate() { | ||
223 | - return arriveddate; | ||
224 | - } | ||
225 | - | ||
226 | - public void setArriveddate(Date arriveddate) { | ||
227 | - this.arriveddate = arriveddate; | ||
228 | - } | ||
229 | - | ||
230 | - public String getCustomscode() { | ||
231 | - return customscode; | ||
232 | - } | ||
233 | - | ||
234 | - public void setCustomscode(String customscode) { | ||
235 | - this.customscode = customscode == null ? null : customscode.trim(); | ||
236 | - } | ||
237 | - | ||
238 | - public String getProductname() { | ||
239 | - return productname; | ||
240 | - } | ||
241 | - | ||
242 | - public void setProductname(String productname) { | ||
243 | - this.productname = productname == null ? null : productname.trim(); | ||
244 | - } | ||
245 | - | ||
246 | - public Date getCreatedate() { | ||
247 | - return createdate; | ||
248 | - } | ||
249 | - | ||
250 | - public void setCreatedate(Date createdate) { | ||
251 | - this.createdate = createdate; | ||
252 | - } | ||
253 | - | ||
254 | - public String getArrivedmasterid() { | ||
255 | - return arrivedmasterid; | ||
256 | - } | ||
257 | - | ||
258 | - public void setArrivedmasterid(String arrivedmasterid) { | ||
259 | - this.arrivedmasterid = arrivedmasterid == null ? null : arrivedmasterid.trim(); | ||
260 | - } | ||
261 | - | ||
262 | - public String getTransportsplitdescription() { | ||
263 | - return transportsplitdescription; | ||
264 | - } | ||
265 | - | ||
266 | - public void setTransportsplitdescription(String transportsplitdescription) { | ||
267 | - this.transportsplitdescription = transportsplitdescription == null ? null : transportsplitdescription.trim(); | ||
268 | - } | ||
269 | - | ||
270 | - public String getReceiption() { | ||
271 | - return receiption; | ||
272 | - } | ||
273 | - | ||
274 | - public void setReceiption(String receiption) { | ||
275 | - this.receiption = receiption == null ? null : receiption.trim(); | ||
276 | - } | ||
277 | - | ||
278 | - public String getStatus() { | ||
279 | - return status; | ||
280 | - } | ||
281 | - | ||
282 | - public void setStatus(String status) { | ||
283 | - this.status = status == null ? null : status.trim(); | ||
284 | - } | ||
285 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.math.BigDecimal; | ||
4 | -import java.util.Date; | ||
5 | - | ||
6 | -public class CUSTOMSMESSAGE { | ||
7 | - private String autoid; | ||
8 | - | ||
9 | - private String messageid; | ||
10 | - | ||
11 | - private String messagetype; | ||
12 | - | ||
13 | - private String messagestatus; | ||
14 | - | ||
15 | - private Date sendtime; | ||
16 | - | ||
17 | - private Date receivetime; | ||
18 | - | ||
19 | - private String objectid; | ||
20 | - | ||
21 | - private String flightno; | ||
22 | - | ||
23 | - private Date flightdate; | ||
24 | - | ||
25 | - private String masterautoid; | ||
26 | - | ||
27 | - private String waybillnomaster; | ||
28 | - | ||
29 | - private String secondaryautoid; | ||
30 | - | ||
31 | - private String waybillnosecondary; | ||
32 | - | ||
33 | - private BigDecimal pcs; | ||
34 | - | ||
35 | - private BigDecimal wt; | ||
36 | - | ||
37 | - private String responsecode; | ||
38 | - | ||
39 | - private String responsetext; | ||
40 | - | ||
41 | - private Date createtime; | ||
42 | - | ||
43 | - public String getAutoid() { | ||
44 | - return autoid; | ||
45 | - } | ||
46 | - | ||
47 | - public void setAutoid(String autoid) { | ||
48 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
49 | - } | ||
50 | - | ||
51 | - public String getMessageid() { | ||
52 | - return messageid; | ||
53 | - } | ||
54 | - | ||
55 | - public void setMessageid(String messageid) { | ||
56 | - this.messageid = messageid == null ? null : messageid.trim(); | ||
57 | - } | ||
58 | - | ||
59 | - public String getMessagetype() { | ||
60 | - return messagetype; | ||
61 | - } | ||
62 | - | ||
63 | - public void setMessagetype(String messagetype) { | ||
64 | - this.messagetype = messagetype == null ? null : messagetype.trim(); | ||
65 | - } | ||
66 | - | ||
67 | - public String getMessagestatus() { | ||
68 | - return messagestatus; | ||
69 | - } | ||
70 | - | ||
71 | - public void setMessagestatus(String messagestatus) { | ||
72 | - this.messagestatus = messagestatus == null ? null : messagestatus.trim(); | ||
73 | - } | ||
74 | - | ||
75 | - public Date getSendtime() { | ||
76 | - return sendtime; | ||
77 | - } | ||
78 | - | ||
79 | - public void setSendtime(Date sendtime) { | ||
80 | - this.sendtime = sendtime; | ||
81 | - } | ||
82 | - | ||
83 | - public Date getReceivetime() { | ||
84 | - return receivetime; | ||
85 | - } | ||
86 | - | ||
87 | - public void setReceivetime(Date receivetime) { | ||
88 | - this.receivetime = receivetime; | ||
89 | - } | ||
90 | - | ||
91 | - public String getObjectid() { | ||
92 | - return objectid; | ||
93 | - } | ||
94 | - | ||
95 | - public void setObjectid(String objectid) { | ||
96 | - this.objectid = objectid == null ? null : objectid.trim(); | ||
97 | - } | ||
98 | - | ||
99 | - public String getFlightno() { | ||
100 | - return flightno; | ||
101 | - } | ||
102 | - | ||
103 | - public void setFlightno(String flightno) { | ||
104 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
105 | - } | ||
106 | - | ||
107 | - public Date getFlightdate() { | ||
108 | - return flightdate; | ||
109 | - } | ||
110 | - | ||
111 | - public void setFlightdate(Date flightdate) { | ||
112 | - this.flightdate = flightdate; | ||
113 | - } | ||
114 | - | ||
115 | - public String getMasterautoid() { | ||
116 | - return masterautoid; | ||
117 | - } | ||
118 | - | ||
119 | - public void setMasterautoid(String masterautoid) { | ||
120 | - this.masterautoid = masterautoid == null ? null : masterautoid.trim(); | ||
121 | - } | ||
122 | - | ||
123 | - public String getWaybillnomaster() { | ||
124 | - return waybillnomaster; | ||
125 | - } | ||
126 | - | ||
127 | - public void setWaybillnomaster(String waybillnomaster) { | ||
128 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
129 | - } | ||
130 | - | ||
131 | - public String getSecondaryautoid() { | ||
132 | - return secondaryautoid; | ||
133 | - } | ||
134 | - | ||
135 | - public void setSecondaryautoid(String secondaryautoid) { | ||
136 | - this.secondaryautoid = secondaryautoid == null ? null : secondaryautoid.trim(); | ||
137 | - } | ||
138 | - | ||
139 | - public String getWaybillnosecondary() { | ||
140 | - return waybillnosecondary; | ||
141 | - } | ||
142 | - | ||
143 | - public void setWaybillnosecondary(String waybillnosecondary) { | ||
144 | - this.waybillnosecondary = waybillnosecondary == null ? null : waybillnosecondary.trim(); | ||
145 | - } | ||
146 | - | ||
147 | - public BigDecimal getPcs() { | ||
148 | - return pcs; | ||
149 | - } | ||
150 | - | ||
151 | - public void setPcs(BigDecimal pcs) { | ||
152 | - this.pcs = pcs; | ||
153 | - } | ||
154 | - | ||
155 | - public BigDecimal getWt() { | ||
156 | - return wt; | ||
157 | - } | ||
158 | - | ||
159 | - public void setWt(BigDecimal wt) { | ||
160 | - this.wt = wt; | ||
161 | - } | ||
162 | - | ||
163 | - public String getResponsecode() { | ||
164 | - return responsecode; | ||
165 | - } | ||
166 | - | ||
167 | - public void setResponsecode(String responsecode) { | ||
168 | - this.responsecode = responsecode == null ? null : responsecode.trim(); | ||
169 | - } | ||
170 | - | ||
171 | - public String getResponsetext() { | ||
172 | - return responsetext; | ||
173 | - } | ||
174 | - | ||
175 | - public void setResponsetext(String responsetext) { | ||
176 | - this.responsetext = responsetext == null ? null : responsetext.trim(); | ||
177 | - } | ||
178 | - | ||
179 | - public Date getCreatetime() { | ||
180 | - return createtime; | ||
181 | - } | ||
182 | - | ||
183 | - public void setCreatetime(Date createtime) { | ||
184 | - this.createtime = createtime; | ||
185 | - } | ||
186 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -public class CUSTOMSMESSAGEWithBLOBs extends CUSTOMSMESSAGE { | ||
4 | - private String messagecontent; | ||
5 | - | ||
6 | - private String receivecontent; | ||
7 | - | ||
8 | - public String getMessagecontent() { | ||
9 | - return messagecontent; | ||
10 | - } | ||
11 | - | ||
12 | - public void setMessagecontent(String messagecontent) { | ||
13 | - this.messagecontent = messagecontent == null ? null : messagecontent.trim(); | ||
14 | - } | ||
15 | - | ||
16 | - public String getReceivecontent() { | ||
17 | - return receivecontent; | ||
18 | - } | ||
19 | - | ||
20 | - public void setReceivecontent(String receivecontent) { | ||
21 | - this.receivecontent = receivecontent == null ? null : receivecontent.trim(); | ||
22 | - } | ||
23 | -} |
1 | +package com.tianbo.analysis.model; | ||
2 | + | ||
3 | +import java.util.Date; | ||
4 | + | ||
5 | +public class CUSTOM_RESPONSE { | ||
6 | + private String id; | ||
7 | + | ||
8 | + private Date flightdate; | ||
9 | + | ||
10 | + private String flightno; | ||
11 | + | ||
12 | + private String awbano; | ||
13 | + | ||
14 | + private String awbhno; | ||
15 | + | ||
16 | + private String bustype; | ||
17 | + | ||
18 | + private Date busdate; | ||
19 | + | ||
20 | + private Long busweight; | ||
21 | + | ||
22 | + private Integer buspiece; | ||
23 | + | ||
24 | + private String opertype; | ||
25 | + | ||
26 | + private String cusmsgid; | ||
27 | + | ||
28 | + private String cussenderid; | ||
29 | + | ||
30 | + private String cusreciverid; | ||
31 | + | ||
32 | + private String cusversion; | ||
33 | + | ||
34 | + private String cusfunctioncode; | ||
35 | + | ||
36 | + private Date cusresrcvtime; | ||
37 | + | ||
38 | + private Date cusressendtime; | ||
39 | + | ||
40 | + private String cusrescode; | ||
41 | + | ||
42 | + private String cusresstatus; | ||
43 | + | ||
44 | + private String operusername; | ||
45 | + | ||
46 | + private String opersystemname; | ||
47 | + | ||
48 | + private String cusrestext; | ||
49 | + | ||
50 | + public String getId() { | ||
51 | + return id; | ||
52 | + } | ||
53 | + | ||
54 | + public void setId(String id) { | ||
55 | + this.id = id == null ? null : id.trim(); | ||
56 | + } | ||
57 | + | ||
58 | + public Date getFlightdate() { | ||
59 | + return flightdate; | ||
60 | + } | ||
61 | + | ||
62 | + public void setFlightdate(Date flightdate) { | ||
63 | + this.flightdate = flightdate; | ||
64 | + } | ||
65 | + | ||
66 | + public String getFlightno() { | ||
67 | + return flightno; | ||
68 | + } | ||
69 | + | ||
70 | + public void setFlightno(String flightno) { | ||
71 | + this.flightno = flightno == null ? null : flightno.trim(); | ||
72 | + } | ||
73 | + | ||
74 | + public String getAwbano() { | ||
75 | + return awbano; | ||
76 | + } | ||
77 | + | ||
78 | + public void setAwbano(String awbano) { | ||
79 | + this.awbano = awbano == null ? null : awbano.trim(); | ||
80 | + } | ||
81 | + | ||
82 | + public String getAwbhno() { | ||
83 | + return awbhno; | ||
84 | + } | ||
85 | + | ||
86 | + public void setAwbhno(String awbhno) { | ||
87 | + this.awbhno = awbhno == null ? null : awbhno.trim(); | ||
88 | + } | ||
89 | + | ||
90 | + public String getBustype() { | ||
91 | + return bustype; | ||
92 | + } | ||
93 | + | ||
94 | + public void setBustype(String bustype) { | ||
95 | + this.bustype = bustype == null ? null : bustype.trim(); | ||
96 | + } | ||
97 | + | ||
98 | + public Date getBusdate() { | ||
99 | + return busdate; | ||
100 | + } | ||
101 | + | ||
102 | + public void setBusdate(Date busdate) { | ||
103 | + this.busdate = busdate; | ||
104 | + } | ||
105 | + | ||
106 | + public Long getBusweight() { | ||
107 | + return busweight; | ||
108 | + } | ||
109 | + | ||
110 | + public void setBusweight(Long busweight) { | ||
111 | + this.busweight = busweight; | ||
112 | + } | ||
113 | + | ||
114 | + public Integer getBuspiece() { | ||
115 | + return buspiece; | ||
116 | + } | ||
117 | + | ||
118 | + public void setBuspiece(Integer buspiece) { | ||
119 | + this.buspiece = buspiece; | ||
120 | + } | ||
121 | + | ||
122 | + public String getOpertype() { | ||
123 | + return opertype; | ||
124 | + } | ||
125 | + | ||
126 | + public void setOpertype(String opertype) { | ||
127 | + this.opertype = opertype == null ? null : opertype.trim(); | ||
128 | + } | ||
129 | + | ||
130 | + public String getCusmsgid() { | ||
131 | + return cusmsgid; | ||
132 | + } | ||
133 | + | ||
134 | + public void setCusmsgid(String cusmsgid) { | ||
135 | + this.cusmsgid = cusmsgid == null ? null : cusmsgid.trim(); | ||
136 | + } | ||
137 | + | ||
138 | + public String getCussenderid() { | ||
139 | + return cussenderid; | ||
140 | + } | ||
141 | + | ||
142 | + public void setCussenderid(String cussenderid) { | ||
143 | + this.cussenderid = cussenderid == null ? null : cussenderid.trim(); | ||
144 | + } | ||
145 | + | ||
146 | + public String getCusreciverid() { | ||
147 | + return cusreciverid; | ||
148 | + } | ||
149 | + | ||
150 | + public void setCusreciverid(String cusreciverid) { | ||
151 | + this.cusreciverid = cusreciverid == null ? null : cusreciverid.trim(); | ||
152 | + } | ||
153 | + | ||
154 | + public String getCusversion() { | ||
155 | + return cusversion; | ||
156 | + } | ||
157 | + | ||
158 | + public void setCusversion(String cusversion) { | ||
159 | + this.cusversion = cusversion == null ? null : cusversion.trim(); | ||
160 | + } | ||
161 | + | ||
162 | + public String getCusfunctioncode() { | ||
163 | + return cusfunctioncode; | ||
164 | + } | ||
165 | + | ||
166 | + public void setCusfunctioncode(String cusfunctioncode) { | ||
167 | + this.cusfunctioncode = cusfunctioncode == null ? null : cusfunctioncode.trim(); | ||
168 | + } | ||
169 | + | ||
170 | + public Date getCusresrcvtime() { | ||
171 | + return cusresrcvtime; | ||
172 | + } | ||
173 | + | ||
174 | + public void setCusresrcvtime(Date cusresrcvtime) { | ||
175 | + this.cusresrcvtime = cusresrcvtime; | ||
176 | + } | ||
177 | + | ||
178 | + public Date getCusressendtime() { | ||
179 | + return cusressendtime; | ||
180 | + } | ||
181 | + | ||
182 | + public void setCusressendtime(Date cusressendtime) { | ||
183 | + this.cusressendtime = cusressendtime; | ||
184 | + } | ||
185 | + | ||
186 | + public String getCusrescode() { | ||
187 | + return cusrescode; | ||
188 | + } | ||
189 | + | ||
190 | + public void setCusrescode(String cusrescode) { | ||
191 | + this.cusrescode = cusrescode == null ? null : cusrescode.trim(); | ||
192 | + } | ||
193 | + | ||
194 | + public String getCusresstatus() { | ||
195 | + return cusresstatus; | ||
196 | + } | ||
197 | + | ||
198 | + public void setCusresstatus(String cusresstatus) { | ||
199 | + this.cusresstatus = cusresstatus == null ? null : cusresstatus.trim(); | ||
200 | + } | ||
201 | + | ||
202 | + public String getOperusername() { | ||
203 | + return operusername; | ||
204 | + } | ||
205 | + | ||
206 | + public void setOperusername(String operusername) { | ||
207 | + this.operusername = operusername == null ? null : operusername.trim(); | ||
208 | + } | ||
209 | + | ||
210 | + public String getOpersystemname() { | ||
211 | + return opersystemname; | ||
212 | + } | ||
213 | + | ||
214 | + public void setOpersystemname(String opersystemname) { | ||
215 | + this.opersystemname = opersystemname == null ? null : opersystemname.trim(); | ||
216 | + } | ||
217 | + | ||
218 | + public String getCusrestext() { | ||
219 | + return cusrestext; | ||
220 | + } | ||
221 | + | ||
222 | + public void setCusrestext(String cusrestext) { | ||
223 | + this.cusrestext = cusrestext == null ? null : cusrestext.trim(); | ||
224 | + } | ||
225 | +} |
@@ -24,7 +24,13 @@ public class CustomReception { | @@ -24,7 +24,13 @@ public class CustomReception { | ||
24 | String wayBillMaster, | 24 | String wayBillMaster, |
25 | String wayBillSecond, | 25 | String wayBillSecond, |
26 | String responseText, | 26 | String responseText, |
27 | - String messageID){ | 27 | + String messageID, |
28 | + String senderID, | ||
29 | + String receiverID, | ||
30 | + String sendTime, | ||
31 | + String version, | ||
32 | + String responseCode, | ||
33 | + String functionCode){ | ||
28 | this.messageType = messageType; | 34 | this.messageType = messageType; |
29 | this.flightNo = flightNo; | 35 | this.flightNo = flightNo; |
30 | this.flightDate = flightDate; | 36 | this.flightDate = flightDate; |
@@ -32,5 +38,11 @@ public class CustomReception { | @@ -32,5 +38,11 @@ public class CustomReception { | ||
32 | this.wayBillSecond = wayBillSecond; | 38 | this.wayBillSecond = wayBillSecond; |
33 | this.responseText = responseText; | 39 | this.responseText = responseText; |
34 | this.messageID = messageID; | 40 | this.messageID = messageID; |
41 | + this.senderID = senderID; | ||
42 | + this.receiverID = receiverID; | ||
43 | + this.sendTime = sendTime; | ||
44 | + this.version = version; | ||
45 | + this.responseCode = responseCode; | ||
46 | + this.functionCode = functionCode; | ||
35 | } | 47 | } |
36 | } | 48 | } |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class DEPARTURESLOADING { | ||
6 | - private String id; | ||
7 | - | ||
8 | - private Date createdate; | ||
9 | - | ||
10 | - private String waybillno; | ||
11 | - | ||
12 | - private String flightno; | ||
13 | - | ||
14 | - private Date flightdate; | ||
15 | - | ||
16 | - private String originatingstation; | ||
17 | - | ||
18 | - private String destinationstation; | ||
19 | - | ||
20 | - private String stowagepieces; | ||
21 | - | ||
22 | - private String stowageweight; | ||
23 | - | ||
24 | - private String waybillpieces; | ||
25 | - | ||
26 | - private String waybillweight; | ||
27 | - | ||
28 | - private Date stowagedate; | ||
29 | - | ||
30 | - private String productname; | ||
31 | - | ||
32 | - private String specialcode; | ||
33 | - | ||
34 | - private String customs; | ||
35 | - | ||
36 | - private String receiption; | ||
37 | - | ||
38 | - private String status; | ||
39 | - | ||
40 | - public String getId() { | ||
41 | - return id; | ||
42 | - } | ||
43 | - | ||
44 | - public void setId(String id) { | ||
45 | - this.id = id == null ? null : id.trim(); | ||
46 | - } | ||
47 | - | ||
48 | - public Date getCreatedate() { | ||
49 | - return createdate; | ||
50 | - } | ||
51 | - | ||
52 | - public void setCreatedate(Date createdate) { | ||
53 | - this.createdate = createdate; | ||
54 | - } | ||
55 | - | ||
56 | - public String getWaybillno() { | ||
57 | - return waybillno; | ||
58 | - } | ||
59 | - | ||
60 | - public void setWaybillno(String waybillno) { | ||
61 | - this.waybillno = waybillno == null ? null : waybillno.trim(); | ||
62 | - } | ||
63 | - | ||
64 | - public String getFlightno() { | ||
65 | - return flightno; | ||
66 | - } | ||
67 | - | ||
68 | - public void setFlightno(String flightno) { | ||
69 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
70 | - } | ||
71 | - | ||
72 | - public Date getFlightdate() { | ||
73 | - return flightdate; | ||
74 | - } | ||
75 | - | ||
76 | - public void setFlightdate(Date flightdate) { | ||
77 | - this.flightdate = flightdate; | ||
78 | - } | ||
79 | - | ||
80 | - public String getOriginatingstation() { | ||
81 | - return originatingstation; | ||
82 | - } | ||
83 | - | ||
84 | - public void setOriginatingstation(String originatingstation) { | ||
85 | - this.originatingstation = originatingstation == null ? null : originatingstation.trim(); | ||
86 | - } | ||
87 | - | ||
88 | - public String getDestinationstation() { | ||
89 | - return destinationstation; | ||
90 | - } | ||
91 | - | ||
92 | - public void setDestinationstation(String destinationstation) { | ||
93 | - this.destinationstation = destinationstation == null ? null : destinationstation.trim(); | ||
94 | - } | ||
95 | - | ||
96 | - public String getStowagepieces() { | ||
97 | - return stowagepieces; | ||
98 | - } | ||
99 | - | ||
100 | - public void setStowagepieces(String stowagepieces) { | ||
101 | - this.stowagepieces = stowagepieces == null ? null : stowagepieces.trim(); | ||
102 | - } | ||
103 | - | ||
104 | - public String getStowageweight() { | ||
105 | - return stowageweight; | ||
106 | - } | ||
107 | - | ||
108 | - public void setStowageweight(String stowageweight) { | ||
109 | - this.stowageweight = stowageweight == null ? null : stowageweight.trim(); | ||
110 | - } | ||
111 | - | ||
112 | - public String getWaybillpieces() { | ||
113 | - return waybillpieces; | ||
114 | - } | ||
115 | - | ||
116 | - public void setWaybillpieces(String waybillpieces) { | ||
117 | - this.waybillpieces = waybillpieces == null ? null : waybillpieces.trim(); | ||
118 | - } | ||
119 | - | ||
120 | - public String getWaybillweight() { | ||
121 | - return waybillweight; | ||
122 | - } | ||
123 | - | ||
124 | - public void setWaybillweight(String waybillweight) { | ||
125 | - this.waybillweight = waybillweight == null ? null : waybillweight.trim(); | ||
126 | - } | ||
127 | - | ||
128 | - public Date getStowagedate() { | ||
129 | - return stowagedate; | ||
130 | - } | ||
131 | - | ||
132 | - public void setStowagedate(Date stowagedate) { | ||
133 | - this.stowagedate = stowagedate; | ||
134 | - } | ||
135 | - | ||
136 | - public String getProductname() { | ||
137 | - return productname; | ||
138 | - } | ||
139 | - | ||
140 | - public void setProductname(String productname) { | ||
141 | - this.productname = productname == null ? null : productname.trim(); | ||
142 | - } | ||
143 | - | ||
144 | - public String getSpecialcode() { | ||
145 | - return specialcode; | ||
146 | - } | ||
147 | - | ||
148 | - public void setSpecialcode(String specialcode) { | ||
149 | - this.specialcode = specialcode == null ? null : specialcode.trim(); | ||
150 | - } | ||
151 | - | ||
152 | - public String getCustoms() { | ||
153 | - return customs; | ||
154 | - } | ||
155 | - | ||
156 | - public void setCustoms(String customs) { | ||
157 | - this.customs = customs == null ? null : customs.trim(); | ||
158 | - } | ||
159 | - | ||
160 | - public String getReceiption() { | ||
161 | - return receiption; | ||
162 | - } | ||
163 | - | ||
164 | - public void setReceiption(String receiption) { | ||
165 | - this.receiption = receiption == null ? null : receiption.trim(); | ||
166 | - } | ||
167 | - | ||
168 | - public String getStatus() { | ||
169 | - return status; | ||
170 | - } | ||
171 | - | ||
172 | - public void setStatus(String status) { | ||
173 | - this.status = status == null ? null : status.trim(); | ||
174 | - } | ||
175 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class INPORTALLOCATE { | ||
6 | - private String id; | ||
7 | - | ||
8 | - private Date createdate; | ||
9 | - | ||
10 | - private String waybillno; | ||
11 | - | ||
12 | - private String carrier; | ||
13 | - | ||
14 | - private String flightno; | ||
15 | - | ||
16 | - private Date flightdate; | ||
17 | - | ||
18 | - private String customos; | ||
19 | - | ||
20 | - private String tallypieces; | ||
21 | - | ||
22 | - private String tallyweight; | ||
23 | - | ||
24 | - private String allocatepieces; | ||
25 | - | ||
26 | - private String allocateweight; | ||
27 | - | ||
28 | - private String allocatedestination; | ||
29 | - | ||
30 | - private String trailernumber; | ||
31 | - | ||
32 | - private String status; | ||
33 | - | ||
34 | - private String receiptinformation; | ||
35 | - | ||
36 | - public String getId() { | ||
37 | - return id; | ||
38 | - } | ||
39 | - | ||
40 | - public void setId(String id) { | ||
41 | - this.id = id == null ? null : id.trim(); | ||
42 | - } | ||
43 | - | ||
44 | - public Date getCreatedate() { | ||
45 | - return createdate; | ||
46 | - } | ||
47 | - | ||
48 | - public void setCreatedate(Date createdate) { | ||
49 | - this.createdate = createdate; | ||
50 | - } | ||
51 | - | ||
52 | - public String getWaybillno() { | ||
53 | - return waybillno; | ||
54 | - } | ||
55 | - | ||
56 | - public void setWaybillno(String waybillno) { | ||
57 | - this.waybillno = waybillno == null ? null : waybillno.trim(); | ||
58 | - } | ||
59 | - | ||
60 | - public String getCarrier() { | ||
61 | - return carrier; | ||
62 | - } | ||
63 | - | ||
64 | - public void setCarrier(String carrier) { | ||
65 | - this.carrier = carrier == null ? null : carrier.trim(); | ||
66 | - } | ||
67 | - | ||
68 | - public String getFlightno() { | ||
69 | - return flightno; | ||
70 | - } | ||
71 | - | ||
72 | - public void setFlightno(String flightno) { | ||
73 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
74 | - } | ||
75 | - | ||
76 | - public Date getFlightdate() { | ||
77 | - return flightdate; | ||
78 | - } | ||
79 | - | ||
80 | - public void setFlightdate(Date flightdate) { | ||
81 | - this.flightdate = flightdate; | ||
82 | - } | ||
83 | - | ||
84 | - public String getCustomos() { | ||
85 | - return customos; | ||
86 | - } | ||
87 | - | ||
88 | - public void setCustomos(String customos) { | ||
89 | - this.customos = customos == null ? null : customos.trim(); | ||
90 | - } | ||
91 | - | ||
92 | - public String getTallypieces() { | ||
93 | - return tallypieces; | ||
94 | - } | ||
95 | - | ||
96 | - public void setTallypieces(String tallypieces) { | ||
97 | - this.tallypieces = tallypieces == null ? null : tallypieces.trim(); | ||
98 | - } | ||
99 | - | ||
100 | - public String getTallyweight() { | ||
101 | - return tallyweight; | ||
102 | - } | ||
103 | - | ||
104 | - public void setTallyweight(String tallyweight) { | ||
105 | - this.tallyweight = tallyweight == null ? null : tallyweight.trim(); | ||
106 | - } | ||
107 | - | ||
108 | - public String getAllocatepieces() { | ||
109 | - return allocatepieces; | ||
110 | - } | ||
111 | - | ||
112 | - public void setAllocatepieces(String allocatepieces) { | ||
113 | - this.allocatepieces = allocatepieces == null ? null : allocatepieces.trim(); | ||
114 | - } | ||
115 | - | ||
116 | - public String getAllocateweight() { | ||
117 | - return allocateweight; | ||
118 | - } | ||
119 | - | ||
120 | - public void setAllocateweight(String allocateweight) { | ||
121 | - this.allocateweight = allocateweight == null ? null : allocateweight.trim(); | ||
122 | - } | ||
123 | - | ||
124 | - public String getAllocatedestination() { | ||
125 | - return allocatedestination; | ||
126 | - } | ||
127 | - | ||
128 | - public void setAllocatedestination(String allocatedestination) { | ||
129 | - this.allocatedestination = allocatedestination == null ? null : allocatedestination.trim(); | ||
130 | - } | ||
131 | - | ||
132 | - public String getTrailernumber() { | ||
133 | - return trailernumber; | ||
134 | - } | ||
135 | - | ||
136 | - public void setTrailernumber(String trailernumber) { | ||
137 | - this.trailernumber = trailernumber == null ? null : trailernumber.trim(); | ||
138 | - } | ||
139 | - | ||
140 | - public String getStatus() { | ||
141 | - return status; | ||
142 | - } | ||
143 | - | ||
144 | - public void setStatus(String status) { | ||
145 | - this.status = status == null ? null : status.trim(); | ||
146 | - } | ||
147 | - | ||
148 | - public String getReceiptinformation() { | ||
149 | - return receiptinformation; | ||
150 | - } | ||
151 | - | ||
152 | - public void setReceiptinformation(String receiptinformation) { | ||
153 | - this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim(); | ||
154 | - } | ||
155 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class INTERNATIONALTRANSIT { | ||
6 | - private String autoid; | ||
7 | - | ||
8 | - private Date createdate; | ||
9 | - | ||
10 | - private String originalCarrier; | ||
11 | - | ||
12 | - private String originalFlightno; | ||
13 | - | ||
14 | - private Date originalFlightdate; | ||
15 | - | ||
16 | - private String originalBillno; | ||
17 | - | ||
18 | - private String originalSubNumber; | ||
19 | - | ||
20 | - private String preCarrier; | ||
21 | - | ||
22 | - private String preFlightno; | ||
23 | - | ||
24 | - private Date preFlightdate; | ||
25 | - | ||
26 | - private String preBillno; | ||
27 | - | ||
28 | - private String preSubNumber; | ||
29 | - | ||
30 | - private String billpiece; | ||
31 | - | ||
32 | - private String billweight; | ||
33 | - | ||
34 | - private String product; | ||
35 | - | ||
36 | - private String originatingstation; | ||
37 | - | ||
38 | - private String packagingtype; | ||
39 | - | ||
40 | - private String status; | ||
41 | - | ||
42 | - private String receiption; | ||
43 | - | ||
44 | - private String destinationstationBill; | ||
45 | - | ||
46 | - public String getAutoid() { | ||
47 | - return autoid; | ||
48 | - } | ||
49 | - | ||
50 | - public void setAutoid(String autoid) { | ||
51 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
52 | - } | ||
53 | - | ||
54 | - public Date getCreatedate() { | ||
55 | - return createdate; | ||
56 | - } | ||
57 | - | ||
58 | - public void setCreatedate(Date createdate) { | ||
59 | - this.createdate = createdate; | ||
60 | - } | ||
61 | - | ||
62 | - public String getOriginalCarrier() { | ||
63 | - return originalCarrier; | ||
64 | - } | ||
65 | - | ||
66 | - public void setOriginalCarrier(String originalCarrier) { | ||
67 | - this.originalCarrier = originalCarrier == null ? null : originalCarrier.trim(); | ||
68 | - } | ||
69 | - | ||
70 | - public String getOriginalFlightno() { | ||
71 | - return originalFlightno; | ||
72 | - } | ||
73 | - | ||
74 | - public void setOriginalFlightno(String originalFlightno) { | ||
75 | - this.originalFlightno = originalFlightno == null ? null : originalFlightno.trim(); | ||
76 | - } | ||
77 | - | ||
78 | - public Date getOriginalFlightdate() { | ||
79 | - return originalFlightdate; | ||
80 | - } | ||
81 | - | ||
82 | - public void setOriginalFlightdate(Date originalFlightdate) { | ||
83 | - this.originalFlightdate = originalFlightdate; | ||
84 | - } | ||
85 | - | ||
86 | - public String getOriginalBillno() { | ||
87 | - return originalBillno; | ||
88 | - } | ||
89 | - | ||
90 | - public void setOriginalBillno(String originalBillno) { | ||
91 | - this.originalBillno = originalBillno == null ? null : originalBillno.trim(); | ||
92 | - } | ||
93 | - | ||
94 | - public String getOriginalSubNumber() { | ||
95 | - return originalSubNumber; | ||
96 | - } | ||
97 | - | ||
98 | - public void setOriginalSubNumber(String originalSubNumber) { | ||
99 | - this.originalSubNumber = originalSubNumber == null ? null : originalSubNumber.trim(); | ||
100 | - } | ||
101 | - | ||
102 | - public String getPreCarrier() { | ||
103 | - return preCarrier; | ||
104 | - } | ||
105 | - | ||
106 | - public void setPreCarrier(String preCarrier) { | ||
107 | - this.preCarrier = preCarrier == null ? null : preCarrier.trim(); | ||
108 | - } | ||
109 | - | ||
110 | - public String getPreFlightno() { | ||
111 | - return preFlightno; | ||
112 | - } | ||
113 | - | ||
114 | - public void setPreFlightno(String preFlightno) { | ||
115 | - this.preFlightno = preFlightno == null ? null : preFlightno.trim(); | ||
116 | - } | ||
117 | - | ||
118 | - public Date getPreFlightdate() { | ||
119 | - return preFlightdate; | ||
120 | - } | ||
121 | - | ||
122 | - public void setPreFlightdate(Date preFlightdate) { | ||
123 | - this.preFlightdate = preFlightdate; | ||
124 | - } | ||
125 | - | ||
126 | - public String getPreBillno() { | ||
127 | - return preBillno; | ||
128 | - } | ||
129 | - | ||
130 | - public void setPreBillno(String preBillno) { | ||
131 | - this.preBillno = preBillno == null ? null : preBillno.trim(); | ||
132 | - } | ||
133 | - | ||
134 | - public String getPreSubNumber() { | ||
135 | - return preSubNumber; | ||
136 | - } | ||
137 | - | ||
138 | - public void setPreSubNumber(String preSubNumber) { | ||
139 | - this.preSubNumber = preSubNumber == null ? null : preSubNumber.trim(); | ||
140 | - } | ||
141 | - | ||
142 | - public String getBillpiece() { | ||
143 | - return billpiece; | ||
144 | - } | ||
145 | - | ||
146 | - public void setBillpiece(String billpiece) { | ||
147 | - this.billpiece = billpiece == null ? null : billpiece.trim(); | ||
148 | - } | ||
149 | - | ||
150 | - public String getBillweight() { | ||
151 | - return billweight; | ||
152 | - } | ||
153 | - | ||
154 | - public void setBillweight(String billweight) { | ||
155 | - this.billweight = billweight == null ? null : billweight.trim(); | ||
156 | - } | ||
157 | - | ||
158 | - public String getProduct() { | ||
159 | - return product; | ||
160 | - } | ||
161 | - | ||
162 | - public void setProduct(String product) { | ||
163 | - this.product = product == null ? null : product.trim(); | ||
164 | - } | ||
165 | - | ||
166 | - public String getOriginatingstation() { | ||
167 | - return originatingstation; | ||
168 | - } | ||
169 | - | ||
170 | - public void setOriginatingstation(String originatingstation) { | ||
171 | - this.originatingstation = originatingstation == null ? null : originatingstation.trim(); | ||
172 | - } | ||
173 | - | ||
174 | - public String getPackagingtype() { | ||
175 | - return packagingtype; | ||
176 | - } | ||
177 | - | ||
178 | - public void setPackagingtype(String packagingtype) { | ||
179 | - this.packagingtype = packagingtype == null ? null : packagingtype.trim(); | ||
180 | - } | ||
181 | - | ||
182 | - public String getStatus() { | ||
183 | - return status; | ||
184 | - } | ||
185 | - | ||
186 | - public void setStatus(String status) { | ||
187 | - this.status = status == null ? null : status.trim(); | ||
188 | - } | ||
189 | - | ||
190 | - public String getReceiption() { | ||
191 | - return receiption; | ||
192 | - } | ||
193 | - | ||
194 | - public void setReceiption(String receiption) { | ||
195 | - this.receiption = receiption == null ? null : receiption.trim(); | ||
196 | - } | ||
197 | - | ||
198 | - public String getDestinationstationBill() { | ||
199 | - return destinationstationBill; | ||
200 | - } | ||
201 | - | ||
202 | - public void setDestinationstationBill(String destinationstationBill) { | ||
203 | - this.destinationstationBill = destinationstationBill == null ? null : destinationstationBill.trim(); | ||
204 | - } | ||
205 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class ORIGINMANIFESTMASTER { | ||
6 | - private String autoid; | ||
7 | - | ||
8 | - private String waybillnomaster; | ||
9 | - | ||
10 | - private String segment; | ||
11 | - | ||
12 | - private String originatingstation; | ||
13 | - | ||
14 | - private String destinationstation; | ||
15 | - | ||
16 | - private String totalweight; | ||
17 | - | ||
18 | - private String totalpiece; | ||
19 | - | ||
20 | - private String manifesttotalpiece; | ||
21 | - | ||
22 | - private String manifesttotalweight; | ||
23 | - | ||
24 | - private String flightno; | ||
25 | - | ||
26 | - private String productname; | ||
27 | - | ||
28 | - private String customsstatus; | ||
29 | - | ||
30 | - private String carrier1; | ||
31 | - | ||
32 | - private String arrivalstation1; | ||
33 | - | ||
34 | - private String carrier2; | ||
35 | - | ||
36 | - private String arrivalstation2; | ||
37 | - | ||
38 | - private String carrier3; | ||
39 | - | ||
40 | - private String arrivalstation3; | ||
41 | - | ||
42 | - private String paymode; | ||
43 | - | ||
44 | - private String specialgoodscode; | ||
45 | - | ||
46 | - private String customscode; | ||
47 | - | ||
48 | - private String shippername; | ||
49 | - | ||
50 | - private String shipperaddress; | ||
51 | - | ||
52 | - private String consigneename; | ||
53 | - | ||
54 | - private String consigneeaddress; | ||
55 | - | ||
56 | - private String receiptinformation; | ||
57 | - | ||
58 | - private Date createdate; | ||
59 | - | ||
60 | - private Date flightDate; | ||
61 | - | ||
62 | - private String status; | ||
63 | - | ||
64 | - private String isbatch; | ||
65 | - | ||
66 | - private String originatingstationBill; | ||
67 | - | ||
68 | - private String destinationstationBill; | ||
69 | - | ||
70 | - private String reportorder; | ||
71 | - | ||
72 | - private String islast; | ||
73 | - | ||
74 | - private String shipperCode; | ||
75 | - | ||
76 | - private String shipperCountrycode; | ||
77 | - | ||
78 | - private String shipperPhone; | ||
79 | - | ||
80 | - private String shipperFax; | ||
81 | - | ||
82 | - private String consigneeCode; | ||
83 | - | ||
84 | - private String consigneeCountrycode; | ||
85 | - | ||
86 | - private String consigneeFax; | ||
87 | - | ||
88 | - private String specificConsigneename; | ||
89 | - | ||
90 | - private String specificConsigneePhone; | ||
91 | - | ||
92 | - private String consigneePhone; | ||
93 | - | ||
94 | - public String getAutoid() { | ||
95 | - return autoid; | ||
96 | - } | ||
97 | - | ||
98 | - public void setAutoid(String autoid) { | ||
99 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
100 | - } | ||
101 | - | ||
102 | - public String getWaybillnomaster() { | ||
103 | - return waybillnomaster; | ||
104 | - } | ||
105 | - | ||
106 | - public void setWaybillnomaster(String waybillnomaster) { | ||
107 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
108 | - } | ||
109 | - | ||
110 | - public String getSegment() { | ||
111 | - return segment; | ||
112 | - } | ||
113 | - | ||
114 | - public void setSegment(String segment) { | ||
115 | - this.segment = segment == null ? null : segment.trim(); | ||
116 | - } | ||
117 | - | ||
118 | - public String getOriginatingstation() { | ||
119 | - return originatingstation; | ||
120 | - } | ||
121 | - | ||
122 | - public void setOriginatingstation(String originatingstation) { | ||
123 | - this.originatingstation = originatingstation == null ? null : originatingstation.trim(); | ||
124 | - } | ||
125 | - | ||
126 | - public String getDestinationstation() { | ||
127 | - return destinationstation; | ||
128 | - } | ||
129 | - | ||
130 | - public void setDestinationstation(String destinationstation) { | ||
131 | - this.destinationstation = destinationstation == null ? null : destinationstation.trim(); | ||
132 | - } | ||
133 | - | ||
134 | - public String getTotalweight() { | ||
135 | - return totalweight; | ||
136 | - } | ||
137 | - | ||
138 | - public void setTotalweight(String totalweight) { | ||
139 | - this.totalweight = totalweight == null ? null : totalweight.trim(); | ||
140 | - } | ||
141 | - | ||
142 | - public String getTotalpiece() { | ||
143 | - return totalpiece; | ||
144 | - } | ||
145 | - | ||
146 | - public void setTotalpiece(String totalpiece) { | ||
147 | - this.totalpiece = totalpiece == null ? null : totalpiece.trim(); | ||
148 | - } | ||
149 | - | ||
150 | - public String getManifesttotalpiece() { | ||
151 | - return manifesttotalpiece; | ||
152 | - } | ||
153 | - | ||
154 | - public void setManifesttotalpiece(String manifesttotalpiece) { | ||
155 | - this.manifesttotalpiece = manifesttotalpiece == null ? null : manifesttotalpiece.trim(); | ||
156 | - } | ||
157 | - | ||
158 | - public String getManifesttotalweight() { | ||
159 | - return manifesttotalweight; | ||
160 | - } | ||
161 | - | ||
162 | - public void setManifesttotalweight(String manifesttotalweight) { | ||
163 | - this.manifesttotalweight = manifesttotalweight == null ? null : manifesttotalweight.trim(); | ||
164 | - } | ||
165 | - | ||
166 | - public String getFlightno() { | ||
167 | - return flightno; | ||
168 | - } | ||
169 | - | ||
170 | - public void setFlightno(String flightno) { | ||
171 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
172 | - } | ||
173 | - | ||
174 | - public String getProductname() { | ||
175 | - return productname; | ||
176 | - } | ||
177 | - | ||
178 | - public void setProductname(String productname) { | ||
179 | - this.productname = productname == null ? null : productname.trim(); | ||
180 | - } | ||
181 | - | ||
182 | - public String getCustomsstatus() { | ||
183 | - return customsstatus; | ||
184 | - } | ||
185 | - | ||
186 | - public void setCustomsstatus(String customsstatus) { | ||
187 | - this.customsstatus = customsstatus == null ? null : customsstatus.trim(); | ||
188 | - } | ||
189 | - | ||
190 | - public String getCarrier1() { | ||
191 | - return carrier1; | ||
192 | - } | ||
193 | - | ||
194 | - public void setCarrier1(String carrier1) { | ||
195 | - this.carrier1 = carrier1 == null ? null : carrier1.trim(); | ||
196 | - } | ||
197 | - | ||
198 | - public String getArrivalstation1() { | ||
199 | - return arrivalstation1; | ||
200 | - } | ||
201 | - | ||
202 | - public void setArrivalstation1(String arrivalstation1) { | ||
203 | - this.arrivalstation1 = arrivalstation1 == null ? null : arrivalstation1.trim(); | ||
204 | - } | ||
205 | - | ||
206 | - public String getCarrier2() { | ||
207 | - return carrier2; | ||
208 | - } | ||
209 | - | ||
210 | - public void setCarrier2(String carrier2) { | ||
211 | - this.carrier2 = carrier2 == null ? null : carrier2.trim(); | ||
212 | - } | ||
213 | - | ||
214 | - public String getArrivalstation2() { | ||
215 | - return arrivalstation2; | ||
216 | - } | ||
217 | - | ||
218 | - public void setArrivalstation2(String arrivalstation2) { | ||
219 | - this.arrivalstation2 = arrivalstation2 == null ? null : arrivalstation2.trim(); | ||
220 | - } | ||
221 | - | ||
222 | - public String getCarrier3() { | ||
223 | - return carrier3; | ||
224 | - } | ||
225 | - | ||
226 | - public void setCarrier3(String carrier3) { | ||
227 | - this.carrier3 = carrier3 == null ? null : carrier3.trim(); | ||
228 | - } | ||
229 | - | ||
230 | - public String getArrivalstation3() { | ||
231 | - return arrivalstation3; | ||
232 | - } | ||
233 | - | ||
234 | - public void setArrivalstation3(String arrivalstation3) { | ||
235 | - this.arrivalstation3 = arrivalstation3 == null ? null : arrivalstation3.trim(); | ||
236 | - } | ||
237 | - | ||
238 | - public String getPaymode() { | ||
239 | - return paymode; | ||
240 | - } | ||
241 | - | ||
242 | - public void setPaymode(String paymode) { | ||
243 | - this.paymode = paymode == null ? null : paymode.trim(); | ||
244 | - } | ||
245 | - | ||
246 | - public String getSpecialgoodscode() { | ||
247 | - return specialgoodscode; | ||
248 | - } | ||
249 | - | ||
250 | - public void setSpecialgoodscode(String specialgoodscode) { | ||
251 | - this.specialgoodscode = specialgoodscode == null ? null : specialgoodscode.trim(); | ||
252 | - } | ||
253 | - | ||
254 | - public String getCustomscode() { | ||
255 | - return customscode; | ||
256 | - } | ||
257 | - | ||
258 | - public void setCustomscode(String customscode) { | ||
259 | - this.customscode = customscode == null ? null : customscode.trim(); | ||
260 | - } | ||
261 | - | ||
262 | - public String getShippername() { | ||
263 | - return shippername; | ||
264 | - } | ||
265 | - | ||
266 | - public void setShippername(String shippername) { | ||
267 | - this.shippername = shippername == null ? null : shippername.trim(); | ||
268 | - } | ||
269 | - | ||
270 | - public String getShipperaddress() { | ||
271 | - return shipperaddress; | ||
272 | - } | ||
273 | - | ||
274 | - public void setShipperaddress(String shipperaddress) { | ||
275 | - this.shipperaddress = shipperaddress == null ? null : shipperaddress.trim(); | ||
276 | - } | ||
277 | - | ||
278 | - public String getConsigneename() { | ||
279 | - return consigneename; | ||
280 | - } | ||
281 | - | ||
282 | - public void setConsigneename(String consigneename) { | ||
283 | - this.consigneename = consigneename == null ? null : consigneename.trim(); | ||
284 | - } | ||
285 | - | ||
286 | - public String getConsigneeaddress() { | ||
287 | - return consigneeaddress; | ||
288 | - } | ||
289 | - | ||
290 | - public void setConsigneeaddress(String consigneeaddress) { | ||
291 | - this.consigneeaddress = consigneeaddress == null ? null : consigneeaddress.trim(); | ||
292 | - } | ||
293 | - | ||
294 | - public String getReceiptinformation() { | ||
295 | - return receiptinformation; | ||
296 | - } | ||
297 | - | ||
298 | - public void setReceiptinformation(String receiptinformation) { | ||
299 | - this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim(); | ||
300 | - } | ||
301 | - | ||
302 | - public Date getCreatedate() { | ||
303 | - return createdate; | ||
304 | - } | ||
305 | - | ||
306 | - public void setCreatedate(Date createdate) { | ||
307 | - this.createdate = createdate; | ||
308 | - } | ||
309 | - | ||
310 | - public Date getFlightDate() { | ||
311 | - return flightDate; | ||
312 | - } | ||
313 | - | ||
314 | - public void setFlightDate(Date flightDate) { | ||
315 | - this.flightDate = flightDate; | ||
316 | - } | ||
317 | - | ||
318 | - public String getStatus() { | ||
319 | - return status; | ||
320 | - } | ||
321 | - | ||
322 | - public void setStatus(String status) { | ||
323 | - this.status = status == null ? null : status.trim(); | ||
324 | - } | ||
325 | - | ||
326 | - public String getIsbatch() { | ||
327 | - return isbatch; | ||
328 | - } | ||
329 | - | ||
330 | - public void setIsbatch(String isbatch) { | ||
331 | - this.isbatch = isbatch == null ? null : isbatch.trim(); | ||
332 | - } | ||
333 | - | ||
334 | - public String getOriginatingstationBill() { | ||
335 | - return originatingstationBill; | ||
336 | - } | ||
337 | - | ||
338 | - public void setOriginatingstationBill(String originatingstationBill) { | ||
339 | - this.originatingstationBill = originatingstationBill == null ? null : originatingstationBill.trim(); | ||
340 | - } | ||
341 | - | ||
342 | - public String getDestinationstationBill() { | ||
343 | - return destinationstationBill; | ||
344 | - } | ||
345 | - | ||
346 | - public void setDestinationstationBill(String destinationstationBill) { | ||
347 | - this.destinationstationBill = destinationstationBill == null ? null : destinationstationBill.trim(); | ||
348 | - } | ||
349 | - | ||
350 | - public String getReportorder() { | ||
351 | - return reportorder; | ||
352 | - } | ||
353 | - | ||
354 | - public void setReportorder(String reportorder) { | ||
355 | - this.reportorder = reportorder == null ? null : reportorder.trim(); | ||
356 | - } | ||
357 | - | ||
358 | - public String getIslast() { | ||
359 | - return islast; | ||
360 | - } | ||
361 | - | ||
362 | - public void setIslast(String islast) { | ||
363 | - this.islast = islast == null ? null : islast.trim(); | ||
364 | - } | ||
365 | - | ||
366 | - public String getShipperCode() { | ||
367 | - return shipperCode; | ||
368 | - } | ||
369 | - | ||
370 | - public void setShipperCode(String shipperCode) { | ||
371 | - this.shipperCode = shipperCode == null ? null : shipperCode.trim(); | ||
372 | - } | ||
373 | - | ||
374 | - public String getShipperCountrycode() { | ||
375 | - return shipperCountrycode; | ||
376 | - } | ||
377 | - | ||
378 | - public void setShipperCountrycode(String shipperCountrycode) { | ||
379 | - this.shipperCountrycode = shipperCountrycode == null ? null : shipperCountrycode.trim(); | ||
380 | - } | ||
381 | - | ||
382 | - public String getShipperPhone() { | ||
383 | - return shipperPhone; | ||
384 | - } | ||
385 | - | ||
386 | - public void setShipperPhone(String shipperPhone) { | ||
387 | - this.shipperPhone = shipperPhone == null ? null : shipperPhone.trim(); | ||
388 | - } | ||
389 | - | ||
390 | - public String getShipperFax() { | ||
391 | - return shipperFax; | ||
392 | - } | ||
393 | - | ||
394 | - public void setShipperFax(String shipperFax) { | ||
395 | - this.shipperFax = shipperFax == null ? null : shipperFax.trim(); | ||
396 | - } | ||
397 | - | ||
398 | - public String getConsigneeCode() { | ||
399 | - return consigneeCode; | ||
400 | - } | ||
401 | - | ||
402 | - public void setConsigneeCode(String consigneeCode) { | ||
403 | - this.consigneeCode = consigneeCode == null ? null : consigneeCode.trim(); | ||
404 | - } | ||
405 | - | ||
406 | - public String getConsigneeCountrycode() { | ||
407 | - return consigneeCountrycode; | ||
408 | - } | ||
409 | - | ||
410 | - public void setConsigneeCountrycode(String consigneeCountrycode) { | ||
411 | - this.consigneeCountrycode = consigneeCountrycode == null ? null : consigneeCountrycode.trim(); | ||
412 | - } | ||
413 | - | ||
414 | - public String getConsigneeFax() { | ||
415 | - return consigneeFax; | ||
416 | - } | ||
417 | - | ||
418 | - public void setConsigneeFax(String consigneeFax) { | ||
419 | - this.consigneeFax = consigneeFax == null ? null : consigneeFax.trim(); | ||
420 | - } | ||
421 | - | ||
422 | - public String getSpecificConsigneename() { | ||
423 | - return specificConsigneename; | ||
424 | - } | ||
425 | - | ||
426 | - public void setSpecificConsigneename(String specificConsigneename) { | ||
427 | - this.specificConsigneename = specificConsigneename == null ? null : specificConsigneename.trim(); | ||
428 | - } | ||
429 | - | ||
430 | - public String getSpecificConsigneePhone() { | ||
431 | - return specificConsigneePhone; | ||
432 | - } | ||
433 | - | ||
434 | - public void setSpecificConsigneePhone(String specificConsigneePhone) { | ||
435 | - this.specificConsigneePhone = specificConsigneePhone == null ? null : specificConsigneePhone.trim(); | ||
436 | - } | ||
437 | - | ||
438 | - public String getConsigneePhone() { | ||
439 | - return consigneePhone; | ||
440 | - } | ||
441 | - | ||
442 | - public void setConsigneePhone(String consigneePhone) { | ||
443 | - this.consigneePhone = consigneePhone == null ? null : consigneePhone.trim(); | ||
444 | - } | ||
445 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class Originmanifestsecondary { | ||
6 | - private String autoid; | ||
7 | - | ||
8 | - private String waybillnomaster; | ||
9 | - | ||
10 | - private String waybillnosecondary; | ||
11 | - | ||
12 | - private String weight; | ||
13 | - | ||
14 | - private String piece; | ||
15 | - | ||
16 | - private String manifestpiece; | ||
17 | - | ||
18 | - private String manifestweight; | ||
19 | - | ||
20 | - private String productname; | ||
21 | - | ||
22 | - private String paymode; | ||
23 | - | ||
24 | - private String specialgoodscode; | ||
25 | - | ||
26 | - private String customscode; | ||
27 | - | ||
28 | - private String shippername; | ||
29 | - | ||
30 | - private String shipperaddress; | ||
31 | - | ||
32 | - private String consigneename; | ||
33 | - | ||
34 | - private String consigneeaddress; | ||
35 | - | ||
36 | - private Date createdate; | ||
37 | - | ||
38 | - private String originmanifestmasterautoid; | ||
39 | - | ||
40 | - private String customsstatus; | ||
41 | - | ||
42 | - private String status; | ||
43 | - | ||
44 | - private String receiption; | ||
45 | - | ||
46 | - private String originatingstationBill; | ||
47 | - | ||
48 | - private String destinationstationBill; | ||
49 | - | ||
50 | - private String shipperCode; | ||
51 | - | ||
52 | - private String shipperCountrycode; | ||
53 | - | ||
54 | - private String shipperPhone; | ||
55 | - | ||
56 | - private String shipperFax; | ||
57 | - | ||
58 | - private String consigneeCode; | ||
59 | - | ||
60 | - private String consigneeCountrycode; | ||
61 | - | ||
62 | - private String consigneeFax; | ||
63 | - | ||
64 | - private String specificConsigneename; | ||
65 | - | ||
66 | - private String specificConsigneePhone; | ||
67 | - | ||
68 | - private String consigneePhone; | ||
69 | - | ||
70 | - public String getAutoid() { | ||
71 | - return autoid; | ||
72 | - } | ||
73 | - | ||
74 | - public void setAutoid(String autoid) { | ||
75 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
76 | - } | ||
77 | - | ||
78 | - public String getWaybillnomaster() { | ||
79 | - return waybillnomaster; | ||
80 | - } | ||
81 | - | ||
82 | - public void setWaybillnomaster(String waybillnomaster) { | ||
83 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
84 | - } | ||
85 | - | ||
86 | - public String getWaybillnosecondary() { | ||
87 | - return waybillnosecondary; | ||
88 | - } | ||
89 | - | ||
90 | - public void setWaybillnosecondary(String waybillnosecondary) { | ||
91 | - this.waybillnosecondary = waybillnosecondary == null ? null : waybillnosecondary.trim(); | ||
92 | - } | ||
93 | - | ||
94 | - public String getWeight() { | ||
95 | - return weight; | ||
96 | - } | ||
97 | - | ||
98 | - public void setWeight(String weight) { | ||
99 | - this.weight = weight == null ? null : weight.trim(); | ||
100 | - } | ||
101 | - | ||
102 | - public String getPiece() { | ||
103 | - return piece; | ||
104 | - } | ||
105 | - | ||
106 | - public void setPiece(String piece) { | ||
107 | - this.piece = piece == null ? null : piece.trim(); | ||
108 | - } | ||
109 | - | ||
110 | - public String getManifestpiece() { | ||
111 | - return manifestpiece; | ||
112 | - } | ||
113 | - | ||
114 | - public void setManifestpiece(String manifestpiece) { | ||
115 | - this.manifestpiece = manifestpiece == null ? null : manifestpiece.trim(); | ||
116 | - } | ||
117 | - | ||
118 | - public String getManifestweight() { | ||
119 | - return manifestweight; | ||
120 | - } | ||
121 | - | ||
122 | - public void setManifestweight(String manifestweight) { | ||
123 | - this.manifestweight = manifestweight == null ? null : manifestweight.trim(); | ||
124 | - } | ||
125 | - | ||
126 | - public String getProductname() { | ||
127 | - return productname; | ||
128 | - } | ||
129 | - | ||
130 | - public void setProductname(String productname) { | ||
131 | - this.productname = productname == null ? null : productname.trim(); | ||
132 | - } | ||
133 | - | ||
134 | - public String getPaymode() { | ||
135 | - return paymode; | ||
136 | - } | ||
137 | - | ||
138 | - public void setPaymode(String paymode) { | ||
139 | - this.paymode = paymode == null ? null : paymode.trim(); | ||
140 | - } | ||
141 | - | ||
142 | - public String getSpecialgoodscode() { | ||
143 | - return specialgoodscode; | ||
144 | - } | ||
145 | - | ||
146 | - public void setSpecialgoodscode(String specialgoodscode) { | ||
147 | - this.specialgoodscode = specialgoodscode == null ? null : specialgoodscode.trim(); | ||
148 | - } | ||
149 | - | ||
150 | - public String getCustomscode() { | ||
151 | - return customscode; | ||
152 | - } | ||
153 | - | ||
154 | - public void setCustomscode(String customscode) { | ||
155 | - this.customscode = customscode == null ? null : customscode.trim(); | ||
156 | - } | ||
157 | - | ||
158 | - public String getShippername() { | ||
159 | - return shippername; | ||
160 | - } | ||
161 | - | ||
162 | - public void setShippername(String shippername) { | ||
163 | - this.shippername = shippername == null ? null : shippername.trim(); | ||
164 | - } | ||
165 | - | ||
166 | - public String getShipperaddress() { | ||
167 | - return shipperaddress; | ||
168 | - } | ||
169 | - | ||
170 | - public void setShipperaddress(String shipperaddress) { | ||
171 | - this.shipperaddress = shipperaddress == null ? null : shipperaddress.trim(); | ||
172 | - } | ||
173 | - | ||
174 | - public String getConsigneename() { | ||
175 | - return consigneename; | ||
176 | - } | ||
177 | - | ||
178 | - public void setConsigneename(String consigneename) { | ||
179 | - this.consigneename = consigneename == null ? null : consigneename.trim(); | ||
180 | - } | ||
181 | - | ||
182 | - public String getConsigneeaddress() { | ||
183 | - return consigneeaddress; | ||
184 | - } | ||
185 | - | ||
186 | - public void setConsigneeaddress(String consigneeaddress) { | ||
187 | - this.consigneeaddress = consigneeaddress == null ? null : consigneeaddress.trim(); | ||
188 | - } | ||
189 | - | ||
190 | - public Date getCreatedate() { | ||
191 | - return createdate; | ||
192 | - } | ||
193 | - | ||
194 | - public void setCreatedate(Date createdate) { | ||
195 | - this.createdate = createdate; | ||
196 | - } | ||
197 | - | ||
198 | - public String getOriginmanifestmasterautoid() { | ||
199 | - return originmanifestmasterautoid; | ||
200 | - } | ||
201 | - | ||
202 | - public void setOriginmanifestmasterautoid(String originmanifestmasterautoid) { | ||
203 | - this.originmanifestmasterautoid = originmanifestmasterautoid == null ? null : originmanifestmasterautoid.trim(); | ||
204 | - } | ||
205 | - | ||
206 | - public String getCustomsstatus() { | ||
207 | - return customsstatus; | ||
208 | - } | ||
209 | - | ||
210 | - public void setCustomsstatus(String customsstatus) { | ||
211 | - this.customsstatus = customsstatus == null ? null : customsstatus.trim(); | ||
212 | - } | ||
213 | - | ||
214 | - public String getStatus() { | ||
215 | - return status; | ||
216 | - } | ||
217 | - | ||
218 | - public void setStatus(String status) { | ||
219 | - this.status = status == null ? null : status.trim(); | ||
220 | - } | ||
221 | - | ||
222 | - public String getReceiption() { | ||
223 | - return receiption; | ||
224 | - } | ||
225 | - | ||
226 | - public void setReceiption(String receiption) { | ||
227 | - this.receiption = receiption == null ? null : receiption.trim(); | ||
228 | - } | ||
229 | - | ||
230 | - public String getOriginatingstationBill() { | ||
231 | - return originatingstationBill; | ||
232 | - } | ||
233 | - | ||
234 | - public void setOriginatingstationBill(String originatingstationBill) { | ||
235 | - this.originatingstationBill = originatingstationBill == null ? null : originatingstationBill.trim(); | ||
236 | - } | ||
237 | - | ||
238 | - public String getDestinationstationBill() { | ||
239 | - return destinationstationBill; | ||
240 | - } | ||
241 | - | ||
242 | - public void setDestinationstationBill(String destinationstationBill) { | ||
243 | - this.destinationstationBill = destinationstationBill == null ? null : destinationstationBill.trim(); | ||
244 | - } | ||
245 | - | ||
246 | - public String getShipperCode() { | ||
247 | - return shipperCode; | ||
248 | - } | ||
249 | - | ||
250 | - public void setShipperCode(String shipperCode) { | ||
251 | - this.shipperCode = shipperCode == null ? null : shipperCode.trim(); | ||
252 | - } | ||
253 | - | ||
254 | - public String getShipperCountrycode() { | ||
255 | - return shipperCountrycode; | ||
256 | - } | ||
257 | - | ||
258 | - public void setShipperCountrycode(String shipperCountrycode) { | ||
259 | - this.shipperCountrycode = shipperCountrycode == null ? null : shipperCountrycode.trim(); | ||
260 | - } | ||
261 | - | ||
262 | - public String getShipperPhone() { | ||
263 | - return shipperPhone; | ||
264 | - } | ||
265 | - | ||
266 | - public void setShipperPhone(String shipperPhone) { | ||
267 | - this.shipperPhone = shipperPhone == null ? null : shipperPhone.trim(); | ||
268 | - } | ||
269 | - | ||
270 | - public String getShipperFax() { | ||
271 | - return shipperFax; | ||
272 | - } | ||
273 | - | ||
274 | - public void setShipperFax(String shipperFax) { | ||
275 | - this.shipperFax = shipperFax == null ? null : shipperFax.trim(); | ||
276 | - } | ||
277 | - | ||
278 | - public String getConsigneeCode() { | ||
279 | - return consigneeCode; | ||
280 | - } | ||
281 | - | ||
282 | - public void setConsigneeCode(String consigneeCode) { | ||
283 | - this.consigneeCode = consigneeCode == null ? null : consigneeCode.trim(); | ||
284 | - } | ||
285 | - | ||
286 | - public String getConsigneeCountrycode() { | ||
287 | - return consigneeCountrycode; | ||
288 | - } | ||
289 | - | ||
290 | - public void setConsigneeCountrycode(String consigneeCountrycode) { | ||
291 | - this.consigneeCountrycode = consigneeCountrycode == null ? null : consigneeCountrycode.trim(); | ||
292 | - } | ||
293 | - | ||
294 | - public String getConsigneeFax() { | ||
295 | - return consigneeFax; | ||
296 | - } | ||
297 | - | ||
298 | - public void setConsigneeFax(String consigneeFax) { | ||
299 | - this.consigneeFax = consigneeFax == null ? null : consigneeFax.trim(); | ||
300 | - } | ||
301 | - | ||
302 | - public String getSpecificConsigneename() { | ||
303 | - return specificConsigneename; | ||
304 | - } | ||
305 | - | ||
306 | - public void setSpecificConsigneename(String specificConsigneename) { | ||
307 | - this.specificConsigneename = specificConsigneename == null ? null : specificConsigneename.trim(); | ||
308 | - } | ||
309 | - | ||
310 | - public String getSpecificConsigneePhone() { | ||
311 | - return specificConsigneePhone; | ||
312 | - } | ||
313 | - | ||
314 | - public void setSpecificConsigneePhone(String specificConsigneePhone) { | ||
315 | - this.specificConsigneePhone = specificConsigneePhone == null ? null : specificConsigneePhone.trim(); | ||
316 | - } | ||
317 | - | ||
318 | - public String getConsigneePhone() { | ||
319 | - return consigneePhone; | ||
320 | - } | ||
321 | - | ||
322 | - public void setConsigneePhone(String consigneePhone) { | ||
323 | - this.consigneePhone = consigneePhone == null ? null : consigneePhone.trim(); | ||
324 | - } | ||
325 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class PREPAREMASTER { | ||
6 | - private String autoid; | ||
7 | - | ||
8 | - private String flightno; | ||
9 | - | ||
10 | - private Date flightdate; | ||
11 | - | ||
12 | - private String originatingstation; | ||
13 | - | ||
14 | - private String destinationstation; | ||
15 | - | ||
16 | - private String waybillnomaster; | ||
17 | - | ||
18 | - private String totalweight; | ||
19 | - | ||
20 | - private String totalpiece; | ||
21 | - | ||
22 | - private String preparetotalpiece; | ||
23 | - | ||
24 | - private String preparetotalweight; | ||
25 | - | ||
26 | - private Date stowagedate; | ||
27 | - | ||
28 | - private String status; | ||
29 | - | ||
30 | - private String carrier; | ||
31 | - | ||
32 | - private String customsstatus; | ||
33 | - | ||
34 | - private String paymode; | ||
35 | - | ||
36 | - private String customscode; | ||
37 | - | ||
38 | - private String agentcode; | ||
39 | - | ||
40 | - private String agentname; | ||
41 | - | ||
42 | - private String shippername; | ||
43 | - | ||
44 | - private String shippercity; | ||
45 | - | ||
46 | - private String shipperaddress; | ||
47 | - | ||
48 | - private String consigneename; | ||
49 | - | ||
50 | - private String consigneecity; | ||
51 | - | ||
52 | - private String consigneeaddress; | ||
53 | - | ||
54 | - private String receiptinformation; | ||
55 | - | ||
56 | - private Date createdate; | ||
57 | - | ||
58 | - private String productname; | ||
59 | - | ||
60 | - private String shipperCode; | ||
61 | - | ||
62 | - private String shipperCountrycode; | ||
63 | - | ||
64 | - private String shipperPhone; | ||
65 | - | ||
66 | - private String shipperFax; | ||
67 | - | ||
68 | - private String consigneeCode; | ||
69 | - | ||
70 | - private String consigneeCountrycode; | ||
71 | - | ||
72 | - private String consigneeFax; | ||
73 | - | ||
74 | - private String consigneePhone; | ||
75 | - | ||
76 | - private String shipperAeo; | ||
77 | - | ||
78 | - private String consigneeAeo; | ||
79 | - | ||
80 | - private String unloadingstation; | ||
81 | - | ||
82 | - public String getAutoid() { | ||
83 | - return autoid; | ||
84 | - } | ||
85 | - | ||
86 | - public void setAutoid(String autoid) { | ||
87 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
88 | - } | ||
89 | - | ||
90 | - public String getFlightno() { | ||
91 | - return flightno; | ||
92 | - } | ||
93 | - | ||
94 | - public void setFlightno(String flightno) { | ||
95 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
96 | - } | ||
97 | - | ||
98 | - public Date getFlightdate() { | ||
99 | - return flightdate; | ||
100 | - } | ||
101 | - | ||
102 | - public void setFlightdate(Date flightdate) { | ||
103 | - this.flightdate = flightdate; | ||
104 | - } | ||
105 | - | ||
106 | - public String getOriginatingstation() { | ||
107 | - return originatingstation; | ||
108 | - } | ||
109 | - | ||
110 | - public void setOriginatingstation(String originatingstation) { | ||
111 | - this.originatingstation = originatingstation == null ? null : originatingstation.trim(); | ||
112 | - } | ||
113 | - | ||
114 | - public String getDestinationstation() { | ||
115 | - return destinationstation; | ||
116 | - } | ||
117 | - | ||
118 | - public void setDestinationstation(String destinationstation) { | ||
119 | - this.destinationstation = destinationstation == null ? null : destinationstation.trim(); | ||
120 | - } | ||
121 | - | ||
122 | - public String getWaybillnomaster() { | ||
123 | - return waybillnomaster; | ||
124 | - } | ||
125 | - | ||
126 | - public void setWaybillnomaster(String waybillnomaster) { | ||
127 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
128 | - } | ||
129 | - | ||
130 | - public String getTotalweight() { | ||
131 | - return totalweight; | ||
132 | - } | ||
133 | - | ||
134 | - public void setTotalweight(String totalweight) { | ||
135 | - this.totalweight = totalweight == null ? null : totalweight.trim(); | ||
136 | - } | ||
137 | - | ||
138 | - public String getTotalpiece() { | ||
139 | - return totalpiece; | ||
140 | - } | ||
141 | - | ||
142 | - public void setTotalpiece(String totalpiece) { | ||
143 | - this.totalpiece = totalpiece == null ? null : totalpiece.trim(); | ||
144 | - } | ||
145 | - | ||
146 | - public String getPreparetotalpiece() { | ||
147 | - return preparetotalpiece; | ||
148 | - } | ||
149 | - | ||
150 | - public void setPreparetotalpiece(String preparetotalpiece) { | ||
151 | - this.preparetotalpiece = preparetotalpiece == null ? null : preparetotalpiece.trim(); | ||
152 | - } | ||
153 | - | ||
154 | - public String getPreparetotalweight() { | ||
155 | - return preparetotalweight; | ||
156 | - } | ||
157 | - | ||
158 | - public void setPreparetotalweight(String preparetotalweight) { | ||
159 | - this.preparetotalweight = preparetotalweight == null ? null : preparetotalweight.trim(); | ||
160 | - } | ||
161 | - | ||
162 | - public Date getStowagedate() { | ||
163 | - return stowagedate; | ||
164 | - } | ||
165 | - | ||
166 | - public void setStowagedate(Date stowagedate) { | ||
167 | - this.stowagedate = stowagedate; | ||
168 | - } | ||
169 | - | ||
170 | - public String getStatus() { | ||
171 | - return status; | ||
172 | - } | ||
173 | - | ||
174 | - public void setStatus(String status) { | ||
175 | - this.status = status == null ? null : status.trim(); | ||
176 | - } | ||
177 | - | ||
178 | - public String getCarrier() { | ||
179 | - return carrier; | ||
180 | - } | ||
181 | - | ||
182 | - public void setCarrier(String carrier) { | ||
183 | - this.carrier = carrier == null ? null : carrier.trim(); | ||
184 | - } | ||
185 | - | ||
186 | - public String getCustomsstatus() { | ||
187 | - return customsstatus; | ||
188 | - } | ||
189 | - | ||
190 | - public void setCustomsstatus(String customsstatus) { | ||
191 | - this.customsstatus = customsstatus == null ? null : customsstatus.trim(); | ||
192 | - } | ||
193 | - | ||
194 | - public String getPaymode() { | ||
195 | - return paymode; | ||
196 | - } | ||
197 | - | ||
198 | - public void setPaymode(String paymode) { | ||
199 | - this.paymode = paymode == null ? null : paymode.trim(); | ||
200 | - } | ||
201 | - | ||
202 | - public String getCustomscode() { | ||
203 | - return customscode; | ||
204 | - } | ||
205 | - | ||
206 | - public void setCustomscode(String customscode) { | ||
207 | - this.customscode = customscode == null ? null : customscode.trim(); | ||
208 | - } | ||
209 | - | ||
210 | - public String getAgentcode() { | ||
211 | - return agentcode; | ||
212 | - } | ||
213 | - | ||
214 | - public void setAgentcode(String agentcode) { | ||
215 | - this.agentcode = agentcode == null ? null : agentcode.trim(); | ||
216 | - } | ||
217 | - | ||
218 | - public String getAgentname() { | ||
219 | - return agentname; | ||
220 | - } | ||
221 | - | ||
222 | - public void setAgentname(String agentname) { | ||
223 | - this.agentname = agentname == null ? null : agentname.trim(); | ||
224 | - } | ||
225 | - | ||
226 | - public String getShippername() { | ||
227 | - return shippername; | ||
228 | - } | ||
229 | - | ||
230 | - public void setShippername(String shippername) { | ||
231 | - this.shippername = shippername == null ? null : shippername.trim(); | ||
232 | - } | ||
233 | - | ||
234 | - public String getShippercity() { | ||
235 | - return shippercity; | ||
236 | - } | ||
237 | - | ||
238 | - public void setShippercity(String shippercity) { | ||
239 | - this.shippercity = shippercity == null ? null : shippercity.trim(); | ||
240 | - } | ||
241 | - | ||
242 | - public String getShipperaddress() { | ||
243 | - return shipperaddress; | ||
244 | - } | ||
245 | - | ||
246 | - public void setShipperaddress(String shipperaddress) { | ||
247 | - this.shipperaddress = shipperaddress == null ? null : shipperaddress.trim(); | ||
248 | - } | ||
249 | - | ||
250 | - public String getConsigneename() { | ||
251 | - return consigneename; | ||
252 | - } | ||
253 | - | ||
254 | - public void setConsigneename(String consigneename) { | ||
255 | - this.consigneename = consigneename == null ? null : consigneename.trim(); | ||
256 | - } | ||
257 | - | ||
258 | - public String getConsigneecity() { | ||
259 | - return consigneecity; | ||
260 | - } | ||
261 | - | ||
262 | - public void setConsigneecity(String consigneecity) { | ||
263 | - this.consigneecity = consigneecity == null ? null : consigneecity.trim(); | ||
264 | - } | ||
265 | - | ||
266 | - public String getConsigneeaddress() { | ||
267 | - return consigneeaddress; | ||
268 | - } | ||
269 | - | ||
270 | - public void setConsigneeaddress(String consigneeaddress) { | ||
271 | - this.consigneeaddress = consigneeaddress == null ? null : consigneeaddress.trim(); | ||
272 | - } | ||
273 | - | ||
274 | - public String getReceiptinformation() { | ||
275 | - return receiptinformation; | ||
276 | - } | ||
277 | - | ||
278 | - public void setReceiptinformation(String receiptinformation) { | ||
279 | - this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim(); | ||
280 | - } | ||
281 | - | ||
282 | - public Date getCreatedate() { | ||
283 | - return createdate; | ||
284 | - } | ||
285 | - | ||
286 | - public void setCreatedate(Date createdate) { | ||
287 | - this.createdate = createdate; | ||
288 | - } | ||
289 | - | ||
290 | - public String getProductname() { | ||
291 | - return productname; | ||
292 | - } | ||
293 | - | ||
294 | - public void setProductname(String productname) { | ||
295 | - this.productname = productname == null ? null : productname.trim(); | ||
296 | - } | ||
297 | - | ||
298 | - public String getShipperCode() { | ||
299 | - return shipperCode; | ||
300 | - } | ||
301 | - | ||
302 | - public void setShipperCode(String shipperCode) { | ||
303 | - this.shipperCode = shipperCode == null ? null : shipperCode.trim(); | ||
304 | - } | ||
305 | - | ||
306 | - public String getShipperCountrycode() { | ||
307 | - return shipperCountrycode; | ||
308 | - } | ||
309 | - | ||
310 | - public void setShipperCountrycode(String shipperCountrycode) { | ||
311 | - this.shipperCountrycode = shipperCountrycode == null ? null : shipperCountrycode.trim(); | ||
312 | - } | ||
313 | - | ||
314 | - public String getShipperPhone() { | ||
315 | - return shipperPhone; | ||
316 | - } | ||
317 | - | ||
318 | - public void setShipperPhone(String shipperPhone) { | ||
319 | - this.shipperPhone = shipperPhone == null ? null : shipperPhone.trim(); | ||
320 | - } | ||
321 | - | ||
322 | - public String getShipperFax() { | ||
323 | - return shipperFax; | ||
324 | - } | ||
325 | - | ||
326 | - public void setShipperFax(String shipperFax) { | ||
327 | - this.shipperFax = shipperFax == null ? null : shipperFax.trim(); | ||
328 | - } | ||
329 | - | ||
330 | - public String getConsigneeCode() { | ||
331 | - return consigneeCode; | ||
332 | - } | ||
333 | - | ||
334 | - public void setConsigneeCode(String consigneeCode) { | ||
335 | - this.consigneeCode = consigneeCode == null ? null : consigneeCode.trim(); | ||
336 | - } | ||
337 | - | ||
338 | - public String getConsigneeCountrycode() { | ||
339 | - return consigneeCountrycode; | ||
340 | - } | ||
341 | - | ||
342 | - public void setConsigneeCountrycode(String consigneeCountrycode) { | ||
343 | - this.consigneeCountrycode = consigneeCountrycode == null ? null : consigneeCountrycode.trim(); | ||
344 | - } | ||
345 | - | ||
346 | - public String getConsigneeFax() { | ||
347 | - return consigneeFax; | ||
348 | - } | ||
349 | - | ||
350 | - public void setConsigneeFax(String consigneeFax) { | ||
351 | - this.consigneeFax = consigneeFax == null ? null : consigneeFax.trim(); | ||
352 | - } | ||
353 | - | ||
354 | - public String getConsigneePhone() { | ||
355 | - return consigneePhone; | ||
356 | - } | ||
357 | - | ||
358 | - public void setConsigneePhone(String consigneePhone) { | ||
359 | - this.consigneePhone = consigneePhone == null ? null : consigneePhone.trim(); | ||
360 | - } | ||
361 | - | ||
362 | - public String getShipperAeo() { | ||
363 | - return shipperAeo; | ||
364 | - } | ||
365 | - | ||
366 | - public void setShipperAeo(String shipperAeo) { | ||
367 | - this.shipperAeo = shipperAeo == null ? null : shipperAeo.trim(); | ||
368 | - } | ||
369 | - | ||
370 | - public String getConsigneeAeo() { | ||
371 | - return consigneeAeo; | ||
372 | - } | ||
373 | - | ||
374 | - public void setConsigneeAeo(String consigneeAeo) { | ||
375 | - this.consigneeAeo = consigneeAeo == null ? null : consigneeAeo.trim(); | ||
376 | - } | ||
377 | - | ||
378 | - public String getUnloadingstation() { | ||
379 | - return unloadingstation; | ||
380 | - } | ||
381 | - | ||
382 | - public void setUnloadingstation(String unloadingstation) { | ||
383 | - this.unloadingstation = unloadingstation == null ? null : unloadingstation.trim(); | ||
384 | - } | ||
385 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.math.BigDecimal; | ||
4 | -import java.util.Date; | ||
5 | - | ||
6 | -public class PREPARESECONDARY { | ||
7 | - private String id; | ||
8 | - | ||
9 | - private String waybillnomaster; | ||
10 | - | ||
11 | - private String waybillnosecondary; | ||
12 | - | ||
13 | - private String totalweight; | ||
14 | - | ||
15 | - private String totalpiece; | ||
16 | - | ||
17 | - private String preparepiece; | ||
18 | - | ||
19 | - private String prepareweight; | ||
20 | - | ||
21 | - private String productname; | ||
22 | - | ||
23 | - private Date stowagedate; | ||
24 | - | ||
25 | - private Date createdate; | ||
26 | - | ||
27 | - private Short preparemasterid; | ||
28 | - | ||
29 | - private String autoid; | ||
30 | - | ||
31 | - private Date modifyDate; | ||
32 | - | ||
33 | - private BigDecimal modifier; | ||
34 | - | ||
35 | - private BigDecimal isDelete; | ||
36 | - | ||
37 | - private BigDecimal creator; | ||
38 | - | ||
39 | - private Date createDate; | ||
40 | - | ||
41 | - private String flightno; | ||
42 | - | ||
43 | - private Date flightdate; | ||
44 | - | ||
45 | - private String originatingstation; | ||
46 | - | ||
47 | - private String destinationstation; | ||
48 | - | ||
49 | - private String agentcompanycode; | ||
50 | - | ||
51 | - private String status; | ||
52 | - | ||
53 | - private String carrier; | ||
54 | - | ||
55 | - private String customsstatus; | ||
56 | - | ||
57 | - private String paymode; | ||
58 | - | ||
59 | - private String specialgoodscode; | ||
60 | - | ||
61 | - private String customscode; | ||
62 | - | ||
63 | - private String agentman; | ||
64 | - | ||
65 | - private String agentcompany; | ||
66 | - | ||
67 | - private String receiptinformation; | ||
68 | - | ||
69 | - private String unnumber; | ||
70 | - | ||
71 | - private String category; | ||
72 | - | ||
73 | - private String shCompany; | ||
74 | - | ||
75 | - private String shAddress; | ||
76 | - | ||
77 | - private String shZipcode; | ||
78 | - | ||
79 | - private String shCity; | ||
80 | - | ||
81 | - private String shDeltaname; | ||
82 | - | ||
83 | - private String shCountry; | ||
84 | - | ||
85 | - private String shTelephone; | ||
86 | - | ||
87 | - private String shFax; | ||
88 | - | ||
89 | - private String shName; | ||
90 | - | ||
91 | - private String coCompany; | ||
92 | - | ||
93 | - private String coAddress; | ||
94 | - | ||
95 | - private String coZipcode; | ||
96 | - | ||
97 | - private String coCity; | ||
98 | - | ||
99 | - private String coDeltaname; | ||
100 | - | ||
101 | - private String coCountry; | ||
102 | - | ||
103 | - private String coTelephone; | ||
104 | - | ||
105 | - private String coFax; | ||
106 | - | ||
107 | - private String coName; | ||
108 | - | ||
109 | - private String reachStation; | ||
110 | - | ||
111 | - private String carrier1; | ||
112 | - | ||
113 | - private String reachStation1; | ||
114 | - | ||
115 | - private String carrier2; | ||
116 | - | ||
117 | - private String reachStation2; | ||
118 | - | ||
119 | - private String nameOfgoods; | ||
120 | - | ||
121 | - private String deliveryStation; | ||
122 | - | ||
123 | - private String shProvincecode; | ||
124 | - | ||
125 | - private String shProvincename; | ||
126 | - | ||
127 | - private String deNumber; | ||
128 | - | ||
129 | - private String deWeight; | ||
130 | - | ||
131 | - private String deChweight; | ||
132 | - | ||
133 | - private String deSize; | ||
134 | - | ||
135 | - private String deVolume; | ||
136 | - | ||
137 | - private String deType; | ||
138 | - | ||
139 | - private String deTrstation; | ||
140 | - | ||
141 | - private String dePacking; | ||
142 | - | ||
143 | - private String deRemarks; | ||
144 | - | ||
145 | - private Short deIds; | ||
146 | - | ||
147 | - private String responseCode; | ||
148 | - | ||
149 | - private String responseText; | ||
150 | - | ||
151 | - private Short saveTime; | ||
152 | - | ||
153 | - private Short userId; | ||
154 | - | ||
155 | - private String shpaeo; | ||
156 | - | ||
157 | - private String cneaeo; | ||
158 | - | ||
159 | - private String shpcusid; | ||
160 | - | ||
161 | - private String cnecusid; | ||
162 | - | ||
163 | - private String unlodingcode; | ||
164 | - | ||
165 | - public String getId() { | ||
166 | - return id; | ||
167 | - } | ||
168 | - | ||
169 | - public void setId(String id) { | ||
170 | - this.id = id; | ||
171 | - } | ||
172 | - | ||
173 | - public String getWaybillnomaster() { | ||
174 | - return waybillnomaster; | ||
175 | - } | ||
176 | - | ||
177 | - public void setWaybillnomaster(String waybillnomaster) { | ||
178 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
179 | - } | ||
180 | - | ||
181 | - public String getWaybillnosecondary() { | ||
182 | - return waybillnosecondary; | ||
183 | - } | ||
184 | - | ||
185 | - public void setWaybillnosecondary(String waybillnosecondary) { | ||
186 | - this.waybillnosecondary = waybillnosecondary == null ? null : waybillnosecondary.trim(); | ||
187 | - } | ||
188 | - | ||
189 | - public String getTotalweight() { | ||
190 | - return totalweight; | ||
191 | - } | ||
192 | - | ||
193 | - public void setTotalweight(String totalweight) { | ||
194 | - this.totalweight = totalweight == null ? null : totalweight.trim(); | ||
195 | - } | ||
196 | - | ||
197 | - public String getTotalpiece() { | ||
198 | - return totalpiece; | ||
199 | - } | ||
200 | - | ||
201 | - public void setTotalpiece(String totalpiece) { | ||
202 | - this.totalpiece = totalpiece == null ? null : totalpiece.trim(); | ||
203 | - } | ||
204 | - | ||
205 | - public String getPreparepiece() { | ||
206 | - return preparepiece; | ||
207 | - } | ||
208 | - | ||
209 | - public void setPreparepiece(String preparepiece) { | ||
210 | - this.preparepiece = preparepiece == null ? null : preparepiece.trim(); | ||
211 | - } | ||
212 | - | ||
213 | - public String getPrepareweight() { | ||
214 | - return prepareweight; | ||
215 | - } | ||
216 | - | ||
217 | - public void setPrepareweight(String prepareweight) { | ||
218 | - this.prepareweight = prepareweight == null ? null : prepareweight.trim(); | ||
219 | - } | ||
220 | - | ||
221 | - public String getProductname() { | ||
222 | - return productname; | ||
223 | - } | ||
224 | - | ||
225 | - public void setProductname(String productname) { | ||
226 | - this.productname = productname == null ? null : productname.trim(); | ||
227 | - } | ||
228 | - | ||
229 | - public Date getStowagedate() { | ||
230 | - return stowagedate; | ||
231 | - } | ||
232 | - | ||
233 | - public void setStowagedate(Date stowagedate) { | ||
234 | - this.stowagedate = stowagedate; | ||
235 | - } | ||
236 | - | ||
237 | - public Date getCreatedate() { | ||
238 | - return createdate; | ||
239 | - } | ||
240 | - | ||
241 | - public void setCreatedate(Date createdate) { | ||
242 | - this.createdate = createdate; | ||
243 | - } | ||
244 | - | ||
245 | - public Short getPreparemasterid() { | ||
246 | - return preparemasterid; | ||
247 | - } | ||
248 | - | ||
249 | - public void setPreparemasterid(Short preparemasterid) { | ||
250 | - this.preparemasterid = preparemasterid; | ||
251 | - } | ||
252 | - | ||
253 | - public String getAutoid() { | ||
254 | - return autoid; | ||
255 | - } | ||
256 | - | ||
257 | - public void setAutoid(String autoid) { | ||
258 | - this.autoid = autoid; | ||
259 | - } | ||
260 | - | ||
261 | - public Date getModifyDate() { | ||
262 | - return modifyDate; | ||
263 | - } | ||
264 | - | ||
265 | - public void setModifyDate(Date modifyDate) { | ||
266 | - this.modifyDate = modifyDate; | ||
267 | - } | ||
268 | - | ||
269 | - public BigDecimal getModifier() { | ||
270 | - return modifier; | ||
271 | - } | ||
272 | - | ||
273 | - public void setModifier(BigDecimal modifier) { | ||
274 | - this.modifier = modifier; | ||
275 | - } | ||
276 | - | ||
277 | - public BigDecimal getIsDelete() { | ||
278 | - return isDelete; | ||
279 | - } | ||
280 | - | ||
281 | - public void setIsDelete(BigDecimal isDelete) { | ||
282 | - this.isDelete = isDelete; | ||
283 | - } | ||
284 | - | ||
285 | - public BigDecimal getCreator() { | ||
286 | - return creator; | ||
287 | - } | ||
288 | - | ||
289 | - public void setCreator(BigDecimal creator) { | ||
290 | - this.creator = creator; | ||
291 | - } | ||
292 | - | ||
293 | - public Date getCreateDate() { | ||
294 | - return createDate; | ||
295 | - } | ||
296 | - | ||
297 | - public void setCreateDate(Date createDate) { | ||
298 | - this.createDate = createDate; | ||
299 | - } | ||
300 | - | ||
301 | - public String getFlightno() { | ||
302 | - return flightno; | ||
303 | - } | ||
304 | - | ||
305 | - public void setFlightno(String flightno) { | ||
306 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
307 | - } | ||
308 | - | ||
309 | - public Date getFlightdate() { | ||
310 | - return flightdate; | ||
311 | - } | ||
312 | - | ||
313 | - public void setFlightdate(Date flightdate) { | ||
314 | - this.flightdate = flightdate; | ||
315 | - } | ||
316 | - | ||
317 | - public String getOriginatingstation() { | ||
318 | - return originatingstation; | ||
319 | - } | ||
320 | - | ||
321 | - public void setOriginatingstation(String originatingstation) { | ||
322 | - this.originatingstation = originatingstation == null ? null : originatingstation.trim(); | ||
323 | - } | ||
324 | - | ||
325 | - public String getDestinationstation() { | ||
326 | - return destinationstation; | ||
327 | - } | ||
328 | - | ||
329 | - public void setDestinationstation(String destinationstation) { | ||
330 | - this.destinationstation = destinationstation == null ? null : destinationstation.trim(); | ||
331 | - } | ||
332 | - | ||
333 | - public String getAgentcompanycode() { | ||
334 | - return agentcompanycode; | ||
335 | - } | ||
336 | - | ||
337 | - public void setAgentcompanycode(String agentcompanycode) { | ||
338 | - this.agentcompanycode = agentcompanycode == null ? null : agentcompanycode.trim(); | ||
339 | - } | ||
340 | - | ||
341 | - public String getStatus() { | ||
342 | - return status; | ||
343 | - } | ||
344 | - | ||
345 | - public void setStatus(String status) { | ||
346 | - this.status = status == null ? null : status.trim(); | ||
347 | - } | ||
348 | - | ||
349 | - public String getCarrier() { | ||
350 | - return carrier; | ||
351 | - } | ||
352 | - | ||
353 | - public void setCarrier(String carrier) { | ||
354 | - this.carrier = carrier == null ? null : carrier.trim(); | ||
355 | - } | ||
356 | - | ||
357 | - public String getCustomsstatus() { | ||
358 | - return customsstatus; | ||
359 | - } | ||
360 | - | ||
361 | - public void setCustomsstatus(String customsstatus) { | ||
362 | - this.customsstatus = customsstatus == null ? null : customsstatus.trim(); | ||
363 | - } | ||
364 | - | ||
365 | - public String getPaymode() { | ||
366 | - return paymode; | ||
367 | - } | ||
368 | - | ||
369 | - public void setPaymode(String paymode) { | ||
370 | - this.paymode = paymode == null ? null : paymode.trim(); | ||
371 | - } | ||
372 | - | ||
373 | - public String getSpecialgoodscode() { | ||
374 | - return specialgoodscode; | ||
375 | - } | ||
376 | - | ||
377 | - public void setSpecialgoodscode(String specialgoodscode) { | ||
378 | - this.specialgoodscode = specialgoodscode == null ? null : specialgoodscode.trim(); | ||
379 | - } | ||
380 | - | ||
381 | - public String getCustomscode() { | ||
382 | - return customscode; | ||
383 | - } | ||
384 | - | ||
385 | - public void setCustomscode(String customscode) { | ||
386 | - this.customscode = customscode == null ? null : customscode.trim(); | ||
387 | - } | ||
388 | - | ||
389 | - public String getAgentman() { | ||
390 | - return agentman; | ||
391 | - } | ||
392 | - | ||
393 | - public void setAgentman(String agentman) { | ||
394 | - this.agentman = agentman == null ? null : agentman.trim(); | ||
395 | - } | ||
396 | - | ||
397 | - public String getAgentcompany() { | ||
398 | - return agentcompany; | ||
399 | - } | ||
400 | - | ||
401 | - public void setAgentcompany(String agentcompany) { | ||
402 | - this.agentcompany = agentcompany == null ? null : agentcompany.trim(); | ||
403 | - } | ||
404 | - | ||
405 | - public String getReceiptinformation() { | ||
406 | - return receiptinformation; | ||
407 | - } | ||
408 | - | ||
409 | - public void setReceiptinformation(String receiptinformation) { | ||
410 | - this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim(); | ||
411 | - } | ||
412 | - | ||
413 | - public String getUnnumber() { | ||
414 | - return unnumber; | ||
415 | - } | ||
416 | - | ||
417 | - public void setUnnumber(String unnumber) { | ||
418 | - this.unnumber = unnumber == null ? null : unnumber.trim(); | ||
419 | - } | ||
420 | - | ||
421 | - public String getCategory() { | ||
422 | - return category; | ||
423 | - } | ||
424 | - | ||
425 | - public void setCategory(String category) { | ||
426 | - this.category = category == null ? null : category.trim(); | ||
427 | - } | ||
428 | - | ||
429 | - public String getShCompany() { | ||
430 | - return shCompany; | ||
431 | - } | ||
432 | - | ||
433 | - public void setShCompany(String shCompany) { | ||
434 | - this.shCompany = shCompany == null ? null : shCompany.trim(); | ||
435 | - } | ||
436 | - | ||
437 | - public String getShAddress() { | ||
438 | - return shAddress; | ||
439 | - } | ||
440 | - | ||
441 | - public void setShAddress(String shAddress) { | ||
442 | - this.shAddress = shAddress == null ? null : shAddress.trim(); | ||
443 | - } | ||
444 | - | ||
445 | - public String getShZipcode() { | ||
446 | - return shZipcode; | ||
447 | - } | ||
448 | - | ||
449 | - public void setShZipcode(String shZipcode) { | ||
450 | - this.shZipcode = shZipcode == null ? null : shZipcode.trim(); | ||
451 | - } | ||
452 | - | ||
453 | - public String getShCity() { | ||
454 | - return shCity; | ||
455 | - } | ||
456 | - | ||
457 | - public void setShCity(String shCity) { | ||
458 | - this.shCity = shCity == null ? null : shCity.trim(); | ||
459 | - } | ||
460 | - | ||
461 | - public String getShDeltaname() { | ||
462 | - return shDeltaname; | ||
463 | - } | ||
464 | - | ||
465 | - public void setShDeltaname(String shDeltaname) { | ||
466 | - this.shDeltaname = shDeltaname == null ? null : shDeltaname.trim(); | ||
467 | - } | ||
468 | - | ||
469 | - public String getShCountry() { | ||
470 | - return shCountry; | ||
471 | - } | ||
472 | - | ||
473 | - public void setShCountry(String shCountry) { | ||
474 | - this.shCountry = shCountry == null ? null : shCountry.trim(); | ||
475 | - } | ||
476 | - | ||
477 | - public String getShTelephone() { | ||
478 | - return shTelephone; | ||
479 | - } | ||
480 | - | ||
481 | - public void setShTelephone(String shTelephone) { | ||
482 | - this.shTelephone = shTelephone == null ? null : shTelephone.trim(); | ||
483 | - } | ||
484 | - | ||
485 | - public String getShFax() { | ||
486 | - return shFax; | ||
487 | - } | ||
488 | - | ||
489 | - public void setShFax(String shFax) { | ||
490 | - this.shFax = shFax == null ? null : shFax.trim(); | ||
491 | - } | ||
492 | - | ||
493 | - public String getShName() { | ||
494 | - return shName; | ||
495 | - } | ||
496 | - | ||
497 | - public void setShName(String shName) { | ||
498 | - this.shName = shName == null ? null : shName.trim(); | ||
499 | - } | ||
500 | - | ||
501 | - public String getCoCompany() { | ||
502 | - return coCompany; | ||
503 | - } | ||
504 | - | ||
505 | - public void setCoCompany(String coCompany) { | ||
506 | - this.coCompany = coCompany == null ? null : coCompany.trim(); | ||
507 | - } | ||
508 | - | ||
509 | - public String getCoAddress() { | ||
510 | - return coAddress; | ||
511 | - } | ||
512 | - | ||
513 | - public void setCoAddress(String coAddress) { | ||
514 | - this.coAddress = coAddress == null ? null : coAddress.trim(); | ||
515 | - } | ||
516 | - | ||
517 | - public String getCoZipcode() { | ||
518 | - return coZipcode; | ||
519 | - } | ||
520 | - | ||
521 | - public void setCoZipcode(String coZipcode) { | ||
522 | - this.coZipcode = coZipcode == null ? null : coZipcode.trim(); | ||
523 | - } | ||
524 | - | ||
525 | - public String getCoCity() { | ||
526 | - return coCity; | ||
527 | - } | ||
528 | - | ||
529 | - public void setCoCity(String coCity) { | ||
530 | - this.coCity = coCity == null ? null : coCity.trim(); | ||
531 | - } | ||
532 | - | ||
533 | - public String getCoDeltaname() { | ||
534 | - return coDeltaname; | ||
535 | - } | ||
536 | - | ||
537 | - public void setCoDeltaname(String coDeltaname) { | ||
538 | - this.coDeltaname = coDeltaname == null ? null : coDeltaname.trim(); | ||
539 | - } | ||
540 | - | ||
541 | - public String getCoCountry() { | ||
542 | - return coCountry; | ||
543 | - } | ||
544 | - | ||
545 | - public void setCoCountry(String coCountry) { | ||
546 | - this.coCountry = coCountry == null ? null : coCountry.trim(); | ||
547 | - } | ||
548 | - | ||
549 | - public String getCoTelephone() { | ||
550 | - return coTelephone; | ||
551 | - } | ||
552 | - | ||
553 | - public void setCoTelephone(String coTelephone) { | ||
554 | - this.coTelephone = coTelephone == null ? null : coTelephone.trim(); | ||
555 | - } | ||
556 | - | ||
557 | - public String getCoFax() { | ||
558 | - return coFax; | ||
559 | - } | ||
560 | - | ||
561 | - public void setCoFax(String coFax) { | ||
562 | - this.coFax = coFax == null ? null : coFax.trim(); | ||
563 | - } | ||
564 | - | ||
565 | - public String getCoName() { | ||
566 | - return coName; | ||
567 | - } | ||
568 | - | ||
569 | - public void setCoName(String coName) { | ||
570 | - this.coName = coName == null ? null : coName.trim(); | ||
571 | - } | ||
572 | - | ||
573 | - public String getReachStation() { | ||
574 | - return reachStation; | ||
575 | - } | ||
576 | - | ||
577 | - public void setReachStation(String reachStation) { | ||
578 | - this.reachStation = reachStation == null ? null : reachStation.trim(); | ||
579 | - } | ||
580 | - | ||
581 | - public String getCarrier1() { | ||
582 | - return carrier1; | ||
583 | - } | ||
584 | - | ||
585 | - public void setCarrier1(String carrier1) { | ||
586 | - this.carrier1 = carrier1 == null ? null : carrier1.trim(); | ||
587 | - } | ||
588 | - | ||
589 | - public String getReachStation1() { | ||
590 | - return reachStation1; | ||
591 | - } | ||
592 | - | ||
593 | - public void setReachStation1(String reachStation1) { | ||
594 | - this.reachStation1 = reachStation1 == null ? null : reachStation1.trim(); | ||
595 | - } | ||
596 | - | ||
597 | - public String getCarrier2() { | ||
598 | - return carrier2; | ||
599 | - } | ||
600 | - | ||
601 | - public void setCarrier2(String carrier2) { | ||
602 | - this.carrier2 = carrier2 == null ? null : carrier2.trim(); | ||
603 | - } | ||
604 | - | ||
605 | - public String getReachStation2() { | ||
606 | - return reachStation2; | ||
607 | - } | ||
608 | - | ||
609 | - public void setReachStation2(String reachStation2) { | ||
610 | - this.reachStation2 = reachStation2 == null ? null : reachStation2.trim(); | ||
611 | - } | ||
612 | - | ||
613 | - public String getNameOfgoods() { | ||
614 | - return nameOfgoods; | ||
615 | - } | ||
616 | - | ||
617 | - public void setNameOfgoods(String nameOfgoods) { | ||
618 | - this.nameOfgoods = nameOfgoods == null ? null : nameOfgoods.trim(); | ||
619 | - } | ||
620 | - | ||
621 | - public String getDeliveryStation() { | ||
622 | - return deliveryStation; | ||
623 | - } | ||
624 | - | ||
625 | - public void setDeliveryStation(String deliveryStation) { | ||
626 | - this.deliveryStation = deliveryStation == null ? null : deliveryStation.trim(); | ||
627 | - } | ||
628 | - | ||
629 | - public String getShProvincecode() { | ||
630 | - return shProvincecode; | ||
631 | - } | ||
632 | - | ||
633 | - public void setShProvincecode(String shProvincecode) { | ||
634 | - this.shProvincecode = shProvincecode == null ? null : shProvincecode.trim(); | ||
635 | - } | ||
636 | - | ||
637 | - public String getShProvincename() { | ||
638 | - return shProvincename; | ||
639 | - } | ||
640 | - | ||
641 | - public void setShProvincename(String shProvincename) { | ||
642 | - this.shProvincename = shProvincename == null ? null : shProvincename.trim(); | ||
643 | - } | ||
644 | - | ||
645 | - public String getDeNumber() { | ||
646 | - return deNumber; | ||
647 | - } | ||
648 | - | ||
649 | - public void setDeNumber(String deNumber) { | ||
650 | - this.deNumber = deNumber == null ? null : deNumber.trim(); | ||
651 | - } | ||
652 | - | ||
653 | - public String getDeWeight() { | ||
654 | - return deWeight; | ||
655 | - } | ||
656 | - | ||
657 | - public void setDeWeight(String deWeight) { | ||
658 | - this.deWeight = deWeight == null ? null : deWeight.trim(); | ||
659 | - } | ||
660 | - | ||
661 | - public String getDeChweight() { | ||
662 | - return deChweight; | ||
663 | - } | ||
664 | - | ||
665 | - public void setDeChweight(String deChweight) { | ||
666 | - this.deChweight = deChweight == null ? null : deChweight.trim(); | ||
667 | - } | ||
668 | - | ||
669 | - public String getDeSize() { | ||
670 | - return deSize; | ||
671 | - } | ||
672 | - | ||
673 | - public void setDeSize(String deSize) { | ||
674 | - this.deSize = deSize == null ? null : deSize.trim(); | ||
675 | - } | ||
676 | - | ||
677 | - public String getDeVolume() { | ||
678 | - return deVolume; | ||
679 | - } | ||
680 | - | ||
681 | - public void setDeVolume(String deVolume) { | ||
682 | - this.deVolume = deVolume == null ? null : deVolume.trim(); | ||
683 | - } | ||
684 | - | ||
685 | - public String getDeType() { | ||
686 | - return deType; | ||
687 | - } | ||
688 | - | ||
689 | - public void setDeType(String deType) { | ||
690 | - this.deType = deType == null ? null : deType.trim(); | ||
691 | - } | ||
692 | - | ||
693 | - public String getDeTrstation() { | ||
694 | - return deTrstation; | ||
695 | - } | ||
696 | - | ||
697 | - public void setDeTrstation(String deTrstation) { | ||
698 | - this.deTrstation = deTrstation == null ? null : deTrstation.trim(); | ||
699 | - } | ||
700 | - | ||
701 | - public String getDePacking() { | ||
702 | - return dePacking; | ||
703 | - } | ||
704 | - | ||
705 | - public void setDePacking(String dePacking) { | ||
706 | - this.dePacking = dePacking == null ? null : dePacking.trim(); | ||
707 | - } | ||
708 | - | ||
709 | - public String getDeRemarks() { | ||
710 | - return deRemarks; | ||
711 | - } | ||
712 | - | ||
713 | - public void setDeRemarks(String deRemarks) { | ||
714 | - this.deRemarks = deRemarks == null ? null : deRemarks.trim(); | ||
715 | - } | ||
716 | - | ||
717 | - public Short getDeIds() { | ||
718 | - return deIds; | ||
719 | - } | ||
720 | - | ||
721 | - public void setDeIds(Short deIds) { | ||
722 | - this.deIds = deIds; | ||
723 | - } | ||
724 | - | ||
725 | - public String getResponseCode() { | ||
726 | - return responseCode; | ||
727 | - } | ||
728 | - | ||
729 | - public void setResponseCode(String responseCode) { | ||
730 | - this.responseCode = responseCode == null ? null : responseCode.trim(); | ||
731 | - } | ||
732 | - | ||
733 | - public String getResponseText() { | ||
734 | - return responseText; | ||
735 | - } | ||
736 | - | ||
737 | - public void setResponseText(String responseText) { | ||
738 | - this.responseText = responseText == null ? null : responseText.trim(); | ||
739 | - } | ||
740 | - | ||
741 | - public Short getSaveTime() { | ||
742 | - return saveTime; | ||
743 | - } | ||
744 | - | ||
745 | - public void setSaveTime(Short saveTime) { | ||
746 | - this.saveTime = saveTime; | ||
747 | - } | ||
748 | - | ||
749 | - public Short getUserId() { | ||
750 | - return userId; | ||
751 | - } | ||
752 | - | ||
753 | - public void setUserId(Short userId) { | ||
754 | - this.userId = userId; | ||
755 | - } | ||
756 | - | ||
757 | - public String getShpaeo() { | ||
758 | - return shpaeo; | ||
759 | - } | ||
760 | - | ||
761 | - public void setShpaeo(String shpaeo) { | ||
762 | - this.shpaeo = shpaeo == null ? null : shpaeo.trim(); | ||
763 | - } | ||
764 | - | ||
765 | - public String getCneaeo() { | ||
766 | - return cneaeo; | ||
767 | - } | ||
768 | - | ||
769 | - public void setCneaeo(String cneaeo) { | ||
770 | - this.cneaeo = cneaeo == null ? null : cneaeo.trim(); | ||
771 | - } | ||
772 | - | ||
773 | - public String getShpcusid() { | ||
774 | - return shpcusid; | ||
775 | - } | ||
776 | - | ||
777 | - public void setShpcusid(String shpcusid) { | ||
778 | - this.shpcusid = shpcusid == null ? null : shpcusid.trim(); | ||
779 | - } | ||
780 | - | ||
781 | - public String getCnecusid() { | ||
782 | - return cnecusid; | ||
783 | - } | ||
784 | - | ||
785 | - public void setCnecusid(String cnecusid) { | ||
786 | - this.cnecusid = cnecusid == null ? null : cnecusid.trim(); | ||
787 | - } | ||
788 | - | ||
789 | - public String getUnlodingcode() { | ||
790 | - return unlodingcode; | ||
791 | - } | ||
792 | - | ||
793 | - public void setUnlodingcode(String unlodingcode) { | ||
794 | - this.unlodingcode = unlodingcode == null ? null : unlodingcode.trim(); | ||
795 | - } | ||
796 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import lombok.Data; | ||
4 | - | ||
5 | -import java.io.Serializable; | ||
6 | - | ||
7 | -@Data | ||
8 | -public class ResultJson<T> implements Serializable{ | ||
9 | - private static final long serialVersionUID = 1L; | ||
10 | - | ||
11 | - // 状态码 正确为200 | ||
12 | - private String code = "200"; | ||
13 | - // 描述 | ||
14 | - private String msg = ""; | ||
15 | - | ||
16 | - private String error; | ||
17 | - // 返回对象 | ||
18 | - private T data; | ||
19 | - //返回的JWT | ||
20 | - private String jwtToken; | ||
21 | - | ||
22 | - public ResultJson() { | ||
23 | - } | ||
24 | - | ||
25 | - public ResultJson(String code) { | ||
26 | - this.code = code; | ||
27 | - } | ||
28 | - | ||
29 | - public ResultJson(String code, String msg) { | ||
30 | - this.code = code; | ||
31 | - this.msg = msg; | ||
32 | - } | ||
33 | - | ||
34 | - public ResultJson(T data) { | ||
35 | - this.data = data; | ||
36 | - } | ||
37 | - | ||
38 | - public ResultJson(String code, String msg, T data) { | ||
39 | - this.code = code; | ||
40 | - this.msg = msg; | ||
41 | - this.data = data; | ||
42 | - } | ||
43 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.math.BigDecimal; | ||
4 | -import java.util.Date; | ||
5 | - | ||
6 | -public class SENDLOG { | ||
7 | - private String autoid; | ||
8 | - | ||
9 | - private Date createdate; | ||
10 | - | ||
11 | - private String opauthor; | ||
12 | - | ||
13 | - private Long sendpeice; | ||
14 | - | ||
15 | - private BigDecimal sendweight; | ||
16 | - | ||
17 | - private String receiption; | ||
18 | - | ||
19 | - private String messagetype; | ||
20 | - | ||
21 | - private String messageautoid; | ||
22 | - | ||
23 | - public String getAutoid() { | ||
24 | - return autoid; | ||
25 | - } | ||
26 | - | ||
27 | - public void setAutoid(String autoid) { | ||
28 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
29 | - } | ||
30 | - | ||
31 | - public Date getCreatedate() { | ||
32 | - return createdate; | ||
33 | - } | ||
34 | - | ||
35 | - public void setCreatedate(Date createdate) { | ||
36 | - this.createdate = createdate; | ||
37 | - } | ||
38 | - | ||
39 | - public String getOpauthor() { | ||
40 | - return opauthor; | ||
41 | - } | ||
42 | - | ||
43 | - public void setOpauthor(String opauthor) { | ||
44 | - this.opauthor = opauthor == null ? null : opauthor.trim(); | ||
45 | - } | ||
46 | - | ||
47 | - public Long getSendpeice() { | ||
48 | - return sendpeice; | ||
49 | - } | ||
50 | - | ||
51 | - public void setSendpeice(Long sendpeice) { | ||
52 | - this.sendpeice = sendpeice; | ||
53 | - } | ||
54 | - | ||
55 | - public BigDecimal getSendweight() { | ||
56 | - return sendweight; | ||
57 | - } | ||
58 | - | ||
59 | - public void setSendweight(BigDecimal sendweight) { | ||
60 | - this.sendweight = sendweight; | ||
61 | - } | ||
62 | - | ||
63 | - public String getReceiption() { | ||
64 | - return receiption; | ||
65 | - } | ||
66 | - | ||
67 | - public void setReceiption(String receiption) { | ||
68 | - this.receiption = receiption == null ? null : receiption.trim(); | ||
69 | - } | ||
70 | - | ||
71 | - public String getMessagetype() { | ||
72 | - return messagetype; | ||
73 | - } | ||
74 | - | ||
75 | - public void setMessagetype(String messagetype) { | ||
76 | - this.messagetype = messagetype == null ? null : messagetype.trim(); | ||
77 | - } | ||
78 | - | ||
79 | - public String getMessageautoid() { | ||
80 | - return messageautoid; | ||
81 | - } | ||
82 | - | ||
83 | - public void setMessageautoid(String messageautoid) { | ||
84 | - this.messageautoid = messageautoid == null ? null : messageautoid.trim(); | ||
85 | - } | ||
86 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class TALLYMASTER { | ||
6 | - private String autoid; | ||
7 | - | ||
8 | - private String waybillnomaster; | ||
9 | - | ||
10 | - private String tcdName; | ||
11 | - | ||
12 | - private String tcdTypecode; | ||
13 | - | ||
14 | - private String talltype; | ||
15 | - | ||
16 | - private String flightno; | ||
17 | - | ||
18 | - private Date flightdate; | ||
19 | - | ||
20 | - private String segment; | ||
21 | - | ||
22 | - private String originatingstation; | ||
23 | - | ||
24 | - private String oName; | ||
25 | - | ||
26 | - private String destinationstation; | ||
27 | - | ||
28 | - private String fdName; | ||
29 | - | ||
30 | - private String totalweight; | ||
31 | - | ||
32 | - private String totalgrossweightmeasureuc; | ||
33 | - | ||
34 | - private String totalpiece; | ||
35 | - | ||
36 | - private String tallytotalpiece; | ||
37 | - | ||
38 | - private String tallytotalweight; | ||
39 | - | ||
40 | - private String grossweightmeasureuc; | ||
41 | - | ||
42 | - private Date loadstarttime; | ||
43 | - | ||
44 | - private Date loadendtime; | ||
45 | - | ||
46 | - private String status; | ||
47 | - | ||
48 | - private String customscode; | ||
49 | - | ||
50 | - private String productname; | ||
51 | - | ||
52 | - private Date dischargedate; | ||
53 | - | ||
54 | - private String receiptinformation; | ||
55 | - | ||
56 | - private Date createdate; | ||
57 | - | ||
58 | - private String dealFlag; | ||
59 | - | ||
60 | - private String billTallyFlag; | ||
61 | - | ||
62 | - private Date dealTime; | ||
63 | - | ||
64 | - private String transportsplitdescription; | ||
65 | - | ||
66 | - public String getAutoid() { | ||
67 | - return autoid; | ||
68 | - } | ||
69 | - | ||
70 | - public void setAutoid(String autoid) { | ||
71 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
72 | - } | ||
73 | - | ||
74 | - public String getWaybillnomaster() { | ||
75 | - return waybillnomaster; | ||
76 | - } | ||
77 | - | ||
78 | - public void setWaybillnomaster(String waybillnomaster) { | ||
79 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
80 | - } | ||
81 | - | ||
82 | - public String getTcdName() { | ||
83 | - return tcdName; | ||
84 | - } | ||
85 | - | ||
86 | - public void setTcdName(String tcdName) { | ||
87 | - this.tcdName = tcdName == null ? null : tcdName.trim(); | ||
88 | - } | ||
89 | - | ||
90 | - public String getTcdTypecode() { | ||
91 | - return tcdTypecode; | ||
92 | - } | ||
93 | - | ||
94 | - public void setTcdTypecode(String tcdTypecode) { | ||
95 | - this.tcdTypecode = tcdTypecode == null ? null : tcdTypecode.trim(); | ||
96 | - } | ||
97 | - | ||
98 | - public String getTalltype() { | ||
99 | - return talltype; | ||
100 | - } | ||
101 | - | ||
102 | - public void setTalltype(String talltype) { | ||
103 | - this.talltype = talltype == null ? null : talltype.trim(); | ||
104 | - } | ||
105 | - | ||
106 | - public String getFlightno() { | ||
107 | - return flightno; | ||
108 | - } | ||
109 | - | ||
110 | - public void setFlightno(String flightno) { | ||
111 | - this.flightno = flightno == null ? null : flightno.trim(); | ||
112 | - } | ||
113 | - | ||
114 | - public Date getFlightdate() { | ||
115 | - return flightdate; | ||
116 | - } | ||
117 | - | ||
118 | - public void setFlightdate(Date flightdate) { | ||
119 | - this.flightdate = flightdate; | ||
120 | - } | ||
121 | - | ||
122 | - public String getSegment() { | ||
123 | - return segment; | ||
124 | - } | ||
125 | - | ||
126 | - public void setSegment(String segment) { | ||
127 | - this.segment = segment == null ? null : segment.trim(); | ||
128 | - } | ||
129 | - | ||
130 | - public String getOriginatingstation() { | ||
131 | - return originatingstation; | ||
132 | - } | ||
133 | - | ||
134 | - public void setOriginatingstation(String originatingstation) { | ||
135 | - this.originatingstation = originatingstation == null ? null : originatingstation.trim(); | ||
136 | - } | ||
137 | - | ||
138 | - public String getoName() { | ||
139 | - return oName; | ||
140 | - } | ||
141 | - | ||
142 | - public void setoName(String oName) { | ||
143 | - this.oName = oName == null ? null : oName.trim(); | ||
144 | - } | ||
145 | - | ||
146 | - public String getDestinationstation() { | ||
147 | - return destinationstation; | ||
148 | - } | ||
149 | - | ||
150 | - public void setDestinationstation(String destinationstation) { | ||
151 | - this.destinationstation = destinationstation == null ? null : destinationstation.trim(); | ||
152 | - } | ||
153 | - | ||
154 | - public String getFdName() { | ||
155 | - return fdName; | ||
156 | - } | ||
157 | - | ||
158 | - public void setFdName(String fdName) { | ||
159 | - this.fdName = fdName == null ? null : fdName.trim(); | ||
160 | - } | ||
161 | - | ||
162 | - public String getTotalweight() { | ||
163 | - return totalweight; | ||
164 | - } | ||
165 | - | ||
166 | - public void setTotalweight(String totalweight) { | ||
167 | - this.totalweight = totalweight == null ? null : totalweight.trim(); | ||
168 | - } | ||
169 | - | ||
170 | - public String getTotalgrossweightmeasureuc() { | ||
171 | - return totalgrossweightmeasureuc; | ||
172 | - } | ||
173 | - | ||
174 | - public void setTotalgrossweightmeasureuc(String totalgrossweightmeasureuc) { | ||
175 | - this.totalgrossweightmeasureuc = totalgrossweightmeasureuc == null ? null : totalgrossweightmeasureuc.trim(); | ||
176 | - } | ||
177 | - | ||
178 | - public String getTotalpiece() { | ||
179 | - return totalpiece; | ||
180 | - } | ||
181 | - | ||
182 | - public void setTotalpiece(String totalpiece) { | ||
183 | - this.totalpiece = totalpiece == null ? null : totalpiece.trim(); | ||
184 | - } | ||
185 | - | ||
186 | - public String getTallytotalpiece() { | ||
187 | - return tallytotalpiece; | ||
188 | - } | ||
189 | - | ||
190 | - public void setTallytotalpiece(String tallytotalpiece) { | ||
191 | - this.tallytotalpiece = tallytotalpiece == null ? null : tallytotalpiece.trim(); | ||
192 | - } | ||
193 | - | ||
194 | - public String getTallytotalweight() { | ||
195 | - return tallytotalweight; | ||
196 | - } | ||
197 | - | ||
198 | - public void setTallytotalweight(String tallytotalweight) { | ||
199 | - this.tallytotalweight = tallytotalweight == null ? null : tallytotalweight.trim(); | ||
200 | - } | ||
201 | - | ||
202 | - public String getGrossweightmeasureuc() { | ||
203 | - return grossweightmeasureuc; | ||
204 | - } | ||
205 | - | ||
206 | - public void setGrossweightmeasureuc(String grossweightmeasureuc) { | ||
207 | - this.grossweightmeasureuc = grossweightmeasureuc == null ? null : grossweightmeasureuc.trim(); | ||
208 | - } | ||
209 | - | ||
210 | - public Date getLoadstarttime() { | ||
211 | - return loadstarttime; | ||
212 | - } | ||
213 | - | ||
214 | - public void setLoadstarttime(Date loadstarttime) { | ||
215 | - this.loadstarttime = loadstarttime; | ||
216 | - } | ||
217 | - | ||
218 | - public Date getLoadendtime() { | ||
219 | - return loadendtime; | ||
220 | - } | ||
221 | - | ||
222 | - public void setLoadendtime(Date loadendtime) { | ||
223 | - this.loadendtime = loadendtime; | ||
224 | - } | ||
225 | - | ||
226 | - public String getStatus() { | ||
227 | - return status; | ||
228 | - } | ||
229 | - | ||
230 | - public void setStatus(String status) { | ||
231 | - this.status = status == null ? null : status.trim(); | ||
232 | - } | ||
233 | - | ||
234 | - public String getCustomscode() { | ||
235 | - return customscode; | ||
236 | - } | ||
237 | - | ||
238 | - public void setCustomscode(String customscode) { | ||
239 | - this.customscode = customscode == null ? null : customscode.trim(); | ||
240 | - } | ||
241 | - | ||
242 | - public String getProductname() { | ||
243 | - return productname; | ||
244 | - } | ||
245 | - | ||
246 | - public void setProductname(String productname) { | ||
247 | - this.productname = productname == null ? null : productname.trim(); | ||
248 | - } | ||
249 | - | ||
250 | - public Date getDischargedate() { | ||
251 | - return dischargedate; | ||
252 | - } | ||
253 | - | ||
254 | - public void setDischargedate(Date dischargedate) { | ||
255 | - this.dischargedate = dischargedate; | ||
256 | - } | ||
257 | - | ||
258 | - public String getReceiptinformation() { | ||
259 | - return receiptinformation; | ||
260 | - } | ||
261 | - | ||
262 | - public void setReceiptinformation(String receiptinformation) { | ||
263 | - this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim(); | ||
264 | - } | ||
265 | - | ||
266 | - public Date getCreatedate() { | ||
267 | - return createdate; | ||
268 | - } | ||
269 | - | ||
270 | - public void setCreatedate(Date createdate) { | ||
271 | - this.createdate = createdate; | ||
272 | - } | ||
273 | - | ||
274 | - public String getDealFlag() { | ||
275 | - return dealFlag; | ||
276 | - } | ||
277 | - | ||
278 | - public void setDealFlag(String dealFlag) { | ||
279 | - this.dealFlag = dealFlag == null ? null : dealFlag.trim(); | ||
280 | - } | ||
281 | - | ||
282 | - public String getBillTallyFlag() { | ||
283 | - return billTallyFlag; | ||
284 | - } | ||
285 | - | ||
286 | - public void setBillTallyFlag(String billTallyFlag) { | ||
287 | - this.billTallyFlag = billTallyFlag == null ? null : billTallyFlag.trim(); | ||
288 | - } | ||
289 | - | ||
290 | - public Date getDealTime() { | ||
291 | - return dealTime; | ||
292 | - } | ||
293 | - | ||
294 | - public void setDealTime(Date dealTime) { | ||
295 | - this.dealTime = dealTime; | ||
296 | - } | ||
297 | - | ||
298 | - public String getTransportsplitdescription() { | ||
299 | - return transportsplitdescription; | ||
300 | - } | ||
301 | - | ||
302 | - public void setTransportsplitdescription(String transportsplitdescription) { | ||
303 | - this.transportsplitdescription = transportsplitdescription == null ? null : transportsplitdescription.trim(); | ||
304 | - } | ||
305 | -} |
1 | -package com.tianbo.analysis.model; | ||
2 | - | ||
3 | -import java.util.Date; | ||
4 | - | ||
5 | -public class TALLYSECONDARY { | ||
6 | - private String autoid; | ||
7 | - | ||
8 | - private String waybillnomaster; | ||
9 | - | ||
10 | - private String waybillnosecondary; | ||
11 | - | ||
12 | - private String weight; | ||
13 | - | ||
14 | - private String piece; | ||
15 | - | ||
16 | - private String tallypiece; | ||
17 | - | ||
18 | - private String tallyweight; | ||
19 | - | ||
20 | - private String customscode; | ||
21 | - | ||
22 | - private String productname; | ||
23 | - | ||
24 | - private Date dischargedate; | ||
25 | - | ||
26 | - private Date createdate; | ||
27 | - | ||
28 | - private Date loadstarttime; | ||
29 | - | ||
30 | - private Date loadendtime; | ||
31 | - | ||
32 | - private String tallymasterid; | ||
33 | - | ||
34 | - private String dealFlag; | ||
35 | - | ||
36 | - private String billTallyFlag; | ||
37 | - | ||
38 | - private Date dealTime; | ||
39 | - | ||
40 | - private String status; | ||
41 | - | ||
42 | - private String receiptinformation; | ||
43 | - | ||
44 | - public String getAutoid() { | ||
45 | - return autoid; | ||
46 | - } | ||
47 | - | ||
48 | - public void setAutoid(String autoid) { | ||
49 | - this.autoid = autoid == null ? null : autoid.trim(); | ||
50 | - } | ||
51 | - | ||
52 | - public String getWaybillnomaster() { | ||
53 | - return waybillnomaster; | ||
54 | - } | ||
55 | - | ||
56 | - public void setWaybillnomaster(String waybillnomaster) { | ||
57 | - this.waybillnomaster = waybillnomaster == null ? null : waybillnomaster.trim(); | ||
58 | - } | ||
59 | - | ||
60 | - public String getWaybillnosecondary() { | ||
61 | - return waybillnosecondary; | ||
62 | - } | ||
63 | - | ||
64 | - public void setWaybillnosecondary(String waybillnosecondary) { | ||
65 | - this.waybillnosecondary = waybillnosecondary == null ? null : waybillnosecondary.trim(); | ||
66 | - } | ||
67 | - | ||
68 | - public String getWeight() { | ||
69 | - return weight; | ||
70 | - } | ||
71 | - | ||
72 | - public void setWeight(String weight) { | ||
73 | - this.weight = weight == null ? null : weight.trim(); | ||
74 | - } | ||
75 | - | ||
76 | - public String getPiece() { | ||
77 | - return piece; | ||
78 | - } | ||
79 | - | ||
80 | - public void setPiece(String piece) { | ||
81 | - this.piece = piece == null ? null : piece.trim(); | ||
82 | - } | ||
83 | - | ||
84 | - public String getTallypiece() { | ||
85 | - return tallypiece; | ||
86 | - } | ||
87 | - | ||
88 | - public void setTallypiece(String tallypiece) { | ||
89 | - this.tallypiece = tallypiece == null ? null : tallypiece.trim(); | ||
90 | - } | ||
91 | - | ||
92 | - public String getTallyweight() { | ||
93 | - return tallyweight; | ||
94 | - } | ||
95 | - | ||
96 | - public void setTallyweight(String tallyweight) { | ||
97 | - this.tallyweight = tallyweight == null ? null : tallyweight.trim(); | ||
98 | - } | ||
99 | - | ||
100 | - public String getCustomscode() { | ||
101 | - return customscode; | ||
102 | - } | ||
103 | - | ||
104 | - public void setCustomscode(String customscode) { | ||
105 | - this.customscode = customscode == null ? null : customscode.trim(); | ||
106 | - } | ||
107 | - | ||
108 | - public String getProductname() { | ||
109 | - return productname; | ||
110 | - } | ||
111 | - | ||
112 | - public void setProductname(String productname) { | ||
113 | - this.productname = productname == null ? null : productname.trim(); | ||
114 | - } | ||
115 | - | ||
116 | - public Date getDischargedate() { | ||
117 | - return dischargedate; | ||
118 | - } | ||
119 | - | ||
120 | - public void setDischargedate(Date dischargedate) { | ||
121 | - this.dischargedate = dischargedate; | ||
122 | - } | ||
123 | - | ||
124 | - public Date getCreatedate() { | ||
125 | - return createdate; | ||
126 | - } | ||
127 | - | ||
128 | - public void setCreatedate(Date createdate) { | ||
129 | - this.createdate = createdate; | ||
130 | - } | ||
131 | - | ||
132 | - public Date getLoadstarttime() { | ||
133 | - return loadstarttime; | ||
134 | - } | ||
135 | - | ||
136 | - public void setLoadstarttime(Date loadstarttime) { | ||
137 | - this.loadstarttime = loadstarttime; | ||
138 | - } | ||
139 | - | ||
140 | - public Date getLoadendtime() { | ||
141 | - return loadendtime; | ||
142 | - } | ||
143 | - | ||
144 | - public void setLoadendtime(Date loadendtime) { | ||
145 | - this.loadendtime = loadendtime; | ||
146 | - } | ||
147 | - | ||
148 | - public String getTallymasterid() { | ||
149 | - return tallymasterid; | ||
150 | - } | ||
151 | - | ||
152 | - public void setTallymasterid(String tallymasterid) { | ||
153 | - this.tallymasterid = tallymasterid == null ? null : tallymasterid.trim(); | ||
154 | - } | ||
155 | - | ||
156 | - public String getDealFlag() { | ||
157 | - return dealFlag; | ||
158 | - } | ||
159 | - | ||
160 | - public void setDealFlag(String dealFlag) { | ||
161 | - this.dealFlag = dealFlag == null ? null : dealFlag.trim(); | ||
162 | - } | ||
163 | - | ||
164 | - public String getBillTallyFlag() { | ||
165 | - return billTallyFlag; | ||
166 | - } | ||
167 | - | ||
168 | - public void setBillTallyFlag(String billTallyFlag) { | ||
169 | - this.billTallyFlag = billTallyFlag == null ? null : billTallyFlag.trim(); | ||
170 | - } | ||
171 | - | ||
172 | - public Date getDealTime() { | ||
173 | - return dealTime; | ||
174 | - } | ||
175 | - | ||
176 | - public void setDealTime(Date dealTime) { | ||
177 | - this.dealTime = dealTime; | ||
178 | - } | ||
179 | - | ||
180 | - public String getStatus() { | ||
181 | - return status; | ||
182 | - } | ||
183 | - | ||
184 | - public void setStatus(String status) { | ||
185 | - this.status = status == null ? null : status.trim(); | ||
186 | - } | ||
187 | - | ||
188 | - public String getReceiptinformation() { | ||
189 | - return receiptinformation; | ||
190 | - } | ||
191 | - | ||
192 | - public void setReceiptinformation(String receiptinformation) { | ||
193 | - this.receiptinformation = receiptinformation == null ? null : receiptinformation.trim(); | ||
194 | - } | ||
195 | -} |
@@ -2,8 +2,10 @@ package com.tianbo.analysis.service; | @@ -2,8 +2,10 @@ package com.tianbo.analysis.service; | ||
2 | 2 | ||
3 | import com.tianbo.analysis.model.CustomReception; | 3 | import com.tianbo.analysis.model.CustomReception; |
4 | 4 | ||
5 | +import java.text.ParseException; | ||
6 | + | ||
5 | 7 | ||
6 | public interface CoustomAnalysisService { | 8 | public interface CoustomAnalysisService { |
7 | 9 | ||
8 | - int insertRecept(CustomReception customReception); | 10 | + int insertRecept(CustomReception customReception, String errorCodes, String errorTexts) throws ParseException; |
9 | } | 11 | } |
-
请 注册 或 登录 后发表评论