public class RequestBet
extends java.lang.Object
implements jadex.bridge.fipa.IComponentAction
Modifier and Type | Field and Description |
---|---|
protected int |
bet
Attribute for slot bet.
|
Constructor and Description |
---|
RequestBet()
Default Constructor.
|
Modifier and Type | Method and 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.
|
public int getBet()
public void setBet(int bet)
bet
- the value to be setpublic java.lang.String toString()
toString
in class java.lang.Object