Subversion Repositories SmartDukaan

Rev

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

Rev 29345 Rev 29365
Line 31... Line 31...
31
	private String imageUrl;
31
	private String imageUrl;
32
	private Boolean cancellable;
32
	private Boolean cancellable;
33
	private String providerName;
33
	private String providerName;
34
	private int providerId;
34
	private int providerId;
35
	private String airwayBillNo;
35
	private String airwayBillNo;
-
 
36
	private String delayReason;
-
 
37
 
-
 
38
	public String getDelayReason() {
-
 
39
		return delayReason;
-
 
40
	}
-
 
41
 
-
 
42
	public void setDelayReason(String delayReason) {
-
 
43
		this.delayReason = delayReason;
-
 
44
	}
36
 
45
 
37
	public String getProviderName() {
46
	public String getProviderName() {
38
		return providerName;
47
		return providerName;
39
	}
48
	}
40
 
49
 
Line 299... Line 308...
299
				+ status + ", statusDescription=" + statusDescription + ", totalAmount=" + totalAmount
308
				+ status + ", statusDescription=" + statusDescription + ", totalAmount=" + totalAmount
300
				+ ", transactionId=" + transactionId + ", shippingRefund=" + shippingRefund + ", itemId=" + itemId
309
				+ ", transactionId=" + transactionId + ", shippingRefund=" + shippingRefund + ", itemId=" + itemId
301
				+ ", productGoup=" + productGoup + ", brand=" + brand + ", modelNumber=" + modelNumber + ", modelName="
310
				+ ", productGoup=" + productGoup + ", brand=" + brand + ", modelNumber=" + modelNumber + ", modelName="
302
				+ modelName + ", color=" + color + ", quantity=" + quantity + ", totalPrice=" + totalPrice
311
				+ modelName + ", color=" + color + ", quantity=" + quantity + ", totalPrice=" + totalPrice
303
				+ ", extraInfo=" + extraInfo + ", shippingCost=" + shippingCost + ", imageUrl=" + imageUrl
312
				+ ", extraInfo=" + extraInfo + ", shippingCost=" + shippingCost + ", imageUrl=" + imageUrl
304
				+ ", cancellable=" + cancellable + ", providerName=" + providerName + ", proivderId=" + providerId
313
				+ ", cancellable=" + cancellable + ", providerName=" + providerName + ", providerId=" + providerId
305
				+ ", airwayBillNo=" + airwayBillNo + ", deliveryTimestamp=" + deliveryTimestamp + ", createTimestamp="
314
				+ ", airwayBillNo=" + airwayBillNo + ", delayReason=" + delayReason + ", deliveryTimestamp="
306
				+ createTimestamp + "]";
315
				+ deliveryTimestamp + ", createTimestamp=" + createTimestamp + "]";
307
	}
316
	}
308
 
317
 
309
}
318
}
310
319