Subversion Repositories SmartDukaan

Rev

Rev 20640 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20640 Rev 22577
Line 6... Line 6...
6
 */
6
 */
7
 
7
 
8
package com.aramex.stub;
8
package com.aramex.stub;
9
 
9
 
10
public class Shipment  implements java.io.Serializable {
10
public class Shipment  implements java.io.Serializable {
-
 
11
    @Override
-
 
12
	public String toString() {
-
 
13
		return "Shipment [reference1=" + reference1 + ", reference2=" + reference2 + ", reference3=" + reference3 + ", shipper=" + shipper
-
 
14
				+ ", consignee=" + consignee + ", thirdParty=" + thirdParty + ", shippingDateTime=" + shippingDateTime + ", dueDate="
-
 
15
				+ dueDate + ", comments=" + comments + ", pickupLocation=" + pickupLocation + ", operationsInstructions="
-
 
16
				+ operationsInstructions + ", accountingInstrcutions=" + accountingInstrcutions + ", details=" + details + ", attachments="
-
 
17
				+ attachments + ", foreignHAWB=" + foreignHAWB + ", transportType_x0020_=" + transportType_x0020_ + ", pickupGUID="
-
 
18
				+ pickupGUID + ", number=" + number + ", scheduledDelivery=" + scheduledDelivery + "]";
-
 
19
	}
-
 
20
 
11
    private java.lang.String reference1;
21
	private java.lang.String reference1;
12
 
22
 
13
    private java.lang.String reference2;
23
    private java.lang.String reference2;
14
 
24
 
15
    private java.lang.String reference3;
25
    private java.lang.String reference3;
16
 
26