Order order = new Order(this); order.setOrderDate( new GregorianCalendar() ); order.setTotal( total ); return order;
returnReturns the address. return address;
return address;
returnReturns the customerId. return customerId;
return customerId;
returnReturns the name. return name;
return name;
returnReturns the orders. return orders;
return orders;
paramaddress The address to set. this.address = address;
this.address = address;
paramcustomerId The customerId to set. this.customerId = customerId;
this.customerId = customerId;
paramname The name to set. this.name = name;
this.name = name;
paramorders The orders to set. this.orders = orders;
this.orders = orders;