Package jadex.bdi.shop
Class ShopCapa.SellGoal
java.lang.Object
jadex.bdi.shop.ShopCapa.SellGoal
- Enclosing class:
ShopCapa
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The text. -
price
protected double priceThe price. -
result
The result.
-
-
Constructor Details
-
SellGoal
Create a new SellGoal.
-
-
Method Details
-
getName
Get the name.- Returns:
- The name.
-
getPrice
public double getPrice()Get the price.- Returns:
- The price.
-
getResult
Get the result.- Returns:
- The result.
-
setResult
Set the result.- Parameters:
result
- The result to set.
-