Methods Summary |
---|
public int | getId()
return id;
|
public Order | getOrder()
return order;
|
public java.lang.String | getProduct()
return product;
|
public int | getQuantity()
return quantity;
|
public double | getSubtotal()
return subtotal;
|
public void | setId(int id)
this.id = id;
|
public void | setOrder(Order order)
this.order = order;
|
public void | setProduct(java.lang.String product)
this.product = product;
|
public void | setQuantity(int quantity)
this.quantity = quantity;
|
public void | setSubtotal(double subtotal)
this.subtotal = subtotal;
|