ResourceDropoffLog

public class ResourceDropoffLog implements Serializable, DeepEquatable

A read only class documenting an historic event wherein resources are dropped off (deposited)

Author:The Condor

Constructors

ResourceDropoffLog

public ResourceDropoffLog(int gathererid, int controller, int amountpickedup, ResourceType resource, int depotid)

Methods

deepEquals

public boolean deepEquals(Object other)

equals

public boolean equals(Object other)

getAmountDroppedOff

public int getAmountDroppedOff()

getController

public int getController()

getDepotID

public int getDepotID()

getGathererID

public int getGathererID()

getResourceType

public ResourceType getResourceType()

hashCode

public int hashCode()