public class BulkItem extends Object
Constructor and Description |
---|
BulkItem() |
BulkItem(String speciesId,
HashMap<Integer,ItemResources> resources) |
Modifier and Type | Method and Description |
---|---|
void |
addItemResource(Integer hspecId,
ItemResources toAdd) |
HashMap<Integer,ItemResources> |
getResources() |
String |
getSpeciesId() |
boolean |
hasResources() |
void |
setResources(HashMap<Integer,ItemResources> resources) |
void |
setSpeciesId(String speciesId) |
String |
toString() |
public BulkItem()
public BulkItem(String speciesId, HashMap<Integer,ItemResources> resources)
public String getSpeciesId()
public void setSpeciesId(String speciesId)
public HashMap<Integer,ItemResources> getResources()
public void setResources(HashMap<Integer,ItemResources> resources)
public void addItemResource(Integer hspecId, ItemResources toAdd)
public boolean hasResources()
Copyright © 2017. All Rights Reserved.