Class EntityCharacteristicFromJSON

java.lang.Object
eu.su.mas.dedale.tools.EntityCharacteristicFromJSON

public class EntityCharacteristicFromJSON extends Object
  • Constructor Details

    • EntityCharacteristicFromJSON

      public EntityCharacteristicFromJSON()
  • Method Details

    • getAgentType

      public String getAgentType()
    • setAgentType

      public void setAgentType(String agentType)
    • getAgentName

      public String getAgentName()
    • setAgentName

      public void setAgentName(String agentName)
    • getCommunicationRange

      public Integer getCommunicationRange()
    • setCommunicationRange

      public void setCommunicationRange(Integer communicationRange)
    • getInitialLocation

      public Location getInitialLocation()
    • setInitialLocation

      public void setInitialLocation(String initialLocation)
    • getBackPackCapacityGold

      public Integer getBackPackCapacityGold()
    • setBackPackCapacityGold

      public void setBackPackCapacityGold(Integer backPackCapacityGold)
    • getBackPackCapacityDiamond

      public Integer getBackPackCapacityDiamond()
    • setBackPackCapacityDiamond

      public void setBackPackCapacityDiamond(Integer backPackCapacityDiamond)
    • getDetectionRadius

      public Integer getDetectionRadius()
    • setDetectionRadius

      public void setDetectionRadius(Integer detectionRadius)
    • getStrengthExpertise

      public Integer getStrengthExpertise()
    • setStrengthExpertise

      public void setStrengthExpertise(Integer strengthExpertise)
    • getLockPickingExpertise

      public Integer getLockPickingExpertise()
    • setLockPickingExpertise

      public void setLockPickingExpertise(Integer lockPickingExpertise)
    • toString

      public String toString()
      Overrides:
      toString in class Object