public class MiniBar extends Object
| Constructor and Description |
|---|
MiniBar() |
| Modifier and Type | Method and Description |
|---|---|
Item |
getItemByName(String name) |
Set<Item> |
getItems() |
void |
liftItem(Item item) |
Item |
liftItemByName(String name) |
void |
restoreItem(Item item) |
void |
stock() |
void |
stockNoNotify() |
Copyright © 2008-2015 Seam Framework. All Rights Reserved.