| Constructor and Description |
|---|
LineItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Order |
getOrder() |
Product |
getProduct() |
int |
getQuantity() |
javax.money.MonetaryAmount |
getSubTotal() |
void |
setId(Integer id) |
void |
setOrder(Order order) |
void |
setProduct(Product product) |
void |
setQuantity(int quantity) |
void |
setSubTotal(javax.money.MonetaryAmount subTotal) |
public Integer getId()
public void setId(Integer id)
public Product getProduct()
public void setProduct(Product product)
public int getQuantity()
public void setQuantity(int quantity)
public javax.money.MonetaryAmount getSubTotal()
public void setSubTotal(javax.money.MonetaryAmount subTotal)
public Order getOrder()
public void setOrder(Order order)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.