Package jadex.bdi.examples.blackjack
Class RequestBet
- java.lang.Object
-
- jadex.bdi.examples.blackjack.RequestBet
-
- All Implemented Interfaces:
IComponentAction
public class RequestBet extends java.lang.Object implements IComponentAction
Java class for concept RequestBet of blackjack_beans ontology.
-
-
Field Summary
Fields Modifier and Type Field Description protected int
bet
Attribute for slot bet.
-
Constructor Summary
Constructors Constructor Description RequestBet()
Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBet()
Get the bet of this RequestBet.void
setBet(int bet)
Set the bet of this RequestBet.java.lang.String
toString()
Get a string representation of this RequestBet.
-
-
-
Method Detail
-
getBet
public int getBet()
Get the bet of this RequestBet.- Returns:
- bet
-
setBet
public void setBet(int bet)
Set the bet of this RequestBet.- Parameters:
bet
- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of this RequestBet.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-