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 SummaryFields Modifier and Type Field Description protected intbetAttribute for slot bet.
 - 
Constructor SummaryConstructors Constructor Description RequestBet()Default Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBet()Get the bet of this RequestBet.voidsetBet(int bet)Set the bet of this RequestBet.java.lang.StringtoString()Get a string representation of this RequestBet.
 
- 
- 
- 
Method Detail- 
getBetpublic int getBet() Get the bet of this RequestBet.- Returns:
- bet
 
 - 
setBetpublic void setBet(int bet) Set the bet of this RequestBet.- Parameters:
- bet- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this RequestBet.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-