Subversion Repositories SmartDukaan

Rev

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

Rev 10358 Rev 10359
Line 20... Line 20...
20
	private String status;
20
	private String status;
21
	private String courierName;
21
	private String courierName;
22
	private String awbNumber;
22
	private String awbNumber;
23
	private AddressPojo shippingAddress;
23
	private AddressPojo shippingAddress;
24
	private List<AddressPojo> allAddresses;
24
	private List<AddressPojo> allAddresses;
25
	private Boolean isCancellable;
25
	private Boolean isCancellable = false;
26
	private String color;
26
	private String color;
27
	public void setOrderId(long orderId) {
27
	public void setOrderId(long orderId) {
28
		this.orderId = orderId;
28
		this.orderId = orderId;
29
	}
29
	}
30
	public long getOrderId() {
30
	public long getOrderId() {