public static class CoffeeShop.ShelfProduct
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
int |
number |
|
int |
price |
|
Environmental |
product |
| Constructor | Description |
|---|---|
ShelfProduct(Environmental E,
int number,
int price) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
hashCode() |
public Environmental product
public int number
public int price
public ShelfProduct(Environmental E, int number, int price)