Class ShopCapa.SellGoal

java.lang.Object
jadex.bdi.shop.ShopCapa.SellGoal
Enclosing class:
ShopCapa

public class ShopCapa.SellGoal extends Object
  • Field Details

    • name

      protected String name
      The text.
    • price

      protected double price
      The price.
    • result

      protected ItemInfo result
      The result.
  • Constructor Details

    • SellGoal

      public SellGoal(String name, double price)
      Create a new SellGoal.
  • Method Details

    • getName

      public String getName()
      Get the name.
      Returns:
      The name.
    • getPrice

      public double getPrice()
      Get the price.
      Returns:
      The price.
    • getResult

      public ItemInfo getResult()
      Get the result.
      Returns:
      The result.
    • setResult

      public void setResult(ItemInfo result)
      Set the result.
      Parameters:
      result - The result to set.