|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.Common.interfaces.CoffeeShop.ShelfProduct
public static class CoffeeShop.ShelfProduct
Class for representing a shelf product, holding an item prototype, the number in stock, and the price. A price of -1 means to use the items calculated value (common).
| Field Summary | |
|---|---|
int |
number
|
int |
price
|
Environmental |
product
|
| Constructor Summary | |
|---|---|
CoffeeShop.ShelfProduct(Environmental E,
int number,
int price)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Environmental product
public int number
public int price
| Constructor Detail |
|---|
public CoffeeShop.ShelfProduct(Environmental E,
int number,
int price)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||