Class DeliveryCost

java.lang.Object
com.maplander.backend.model.delivery.DeliveryCost

public class DeliveryCost extends Object
  • Constructor Details

    • DeliveryCost

      public DeliveryCost()
    • DeliveryCost

      public DeliveryCost(Double cost)
    • DeliveryCost

      public DeliveryCost(org.json.JSONObject json)
  • Method Details

    • getCost

      public Double getCost()
    • setCost

      public void setCost(Double cost)