Class ElementCharacteristicsFromJSON

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

public class ElementCharacteristicsFromJSON extends Object
Used to automatically parse an element to instantiate on the map from JSON
  • Constructor Details

    • ElementCharacteristicsFromJSON

      public ElementCharacteristicsFromJSON()
  • Method Details

    • getElementName

      public String getElementName()
    • setElementName

      public void setElementName(String elementName)
    • getInitialLocation

      public Location getInitialLocation()
    • setInitialLocation

      public void setInitialLocation(String initialLocation)
    • getDetectionRadius

      public Integer getDetectionRadius()
    • setDetectionRadius

      public void setDetectionRadius(Integer detectionRadius)
    • getQuantity

      public Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getLockPickingExpertise

      public Integer getLockPickingExpertise()
    • setLockPickingExpertise

      public void setLockPickingExpertise(Integer lockPickingExpertiseRequired)
    • getStrengthExpertise

      public Integer getStrengthExpertise()
    • setStrengthExpertise

      public void setStrengthExpertise(Integer strengthExpertiseRequired)
    • toString

      public String toString()
      Overrides:
      toString in class Object