@ManagedObject @Description(value="A store of items") public static class ProfileMain.Store extends java.lang.Object
Constructor and Description |
---|
Store(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(ProfileMain.Item item,
int count) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public void addItem(ProfileMain.Item item, int count)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object