Subversion Repositories SmartDukaan

Rev

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

Rev 21543 Rev 21600
Line 29... Line 29...
29
		return status;
29
		return status;
30
	}
30
	}
31
	public void setStatus(String status) {
31
	public void setStatus(String status) {
32
		this.status = status;
32
		this.status = status;
33
	}
33
	}
-
 
34
	@Override
-
 
35
	public String toString() {
-
 
36
		return "ShippedOrder [status=" + status + ", billingDetail=" + billingDetail + ", shipppingDetail="
-
 
37
				+ shipppingDetail + ", lineItems=" + lineItems + "]";
-
 
38
	}
-
 
39
	
-
 
40
	
34
}
41
}