Package org.glassfish.gmbal.main
Class ProfileMain.Store
java.lang.Object
org.glassfish.gmbal.main.ProfileMain.Store
- Enclosing class:
ProfileMain
@ManagedObject
@Description("A store of items")
public static class ProfileMain.Store
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
contents
Map<ProfileMain.Item,Integer> contents
-
-
Constructor Details
-
Store
-
-
Method Details
-
addItem
-
equals
-
hashCode
public int hashCode() -
inventory
@ManagedAttribute @Description("The number of items in the store") Map<ProfileMain.Item,Integer> inventory() -
name
-