public static final class SimpleVariation.SimplePriceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Price |
price |
private Quantity |
quantity |
Constructor and Description |
---|
SimplePriceInfo() |
Modifier and Type | Method and Description |
---|---|
Price |
getPrice() |
Quantity |
getQuantity() |
void |
setPrice(Price price) |
void |
setQuantity(Quantity quantity) |