public class ItemQuantity extends Object
| Constructor and Description |
|---|
ItemQuantity(int quantity,
int exponent,
String quantityType)
Create basket item quantity.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExponent()
Exponent of quantity of the product.
|
int |
getQuantity()
Quantity of the product.
|
String |
getQuantityType()
Type of quantity of the product.
|
public ItemQuantity(int quantity,
int exponent,
String quantityType)
public int getQuantity()
public int getExponent()
public String getQuantityType()