Class LineItem
java.lang.Object
org.hibernate.testing.orm.domain.retail.LineItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getOrder()
int
javax.money.MonetaryAmount
void
void
void
setProduct
(Product product) void
setQuantity
(int quantity) void
setSubTotal
(javax.money.MonetaryAmount subTotal)
-
Constructor Details
-
LineItem
public LineItem() -
LineItem
-
-
Method Details
-
getId
-
setId
-
getProduct
-
setProduct
-
getQuantity
public int getQuantity() -
setQuantity
public void setQuantity(int quantity) -
getSubTotal
public javax.money.MonetaryAmount getSubTotal() -
setSubTotal
public void setSubTotal(javax.money.MonetaryAmount subTotal) -
getOrder
-
setOrder
-