public interface OrderItem
| Modifier and Type | Method and Description |
|---|---|
ProductCategory |
getCategory() |
String |
getDescription() |
Integer |
getQuantity() |
String |
getSku() |
BigDecimal |
getUnitPrice() |
void |
setCategory(ProductCategory category) |
void |
setDescription(String description) |
void |
setQuantity(Integer quantity) |
void |
setSku(String sku) |
void |
setUnitPrice(BigDecimal unitPrice) |
String getSku()
void setSku(String sku)
ProductCategory getCategory()
void setCategory(ProductCategory category)
Integer getQuantity()
void setQuantity(Integer quantity)
BigDecimal getUnitPrice()
void setUnitPrice(BigDecimal unitPrice)
String getDescription()
void setDescription(String description)
Copyright © 2021. All rights reserved.