com.asdf.plugins.pokergames
Class OurPlayerInfoFields

java.lang.Object
  extended by com.asdf.plugins.pokergames.OurPlayerInfoFields

public class OurPlayerInfoFields
extends java.lang.Object


Constructor Summary
OurPlayerInfoFields()
           
OurPlayerInfoFields(OurPlayerInfoFields previous)
           
OurPlayerInfoFields(PlayerInfoFieldsMessage playerInfoFieldsMessage)
           
 
Method Summary
 double getBankRoll()
           
 double getBankRollAtStartOfHand()
           
 PokerGame.Blind getHasToPostBlind()
           
 Hand getHoleCards()
           
 double getInPot()
           
 double getInPotThisRound()
           
 int getLastAction()
           
 GameModelInfoMessage getLastGameInfo()
           
 java.lang.String getMyName()
           
 int getMySeat()
           
 int getMyState()
           
 boolean isHasActedThisRound()
           
 void setBankRoll(double bankRoll)
           
 void setBankRollAtStartOfHand(double bankRollAtStartOfHand)
           
 void setHasActedThisRound(boolean hasActedThisRound)
           
 void setHasToPostBlind(PokerGame.Blind hasToPostBlind)
           
 void setHoleCards(Hand holeCards)
           
 void setInPot(double inPot)
           
 void setInPotThisRound(double inPotThisRound)
           
 void setLastAction(int lastAction)
           
 void setLastGameInfo(GameModelInfoMessage lastGameInfo)
           
 void setMyName(java.lang.String myName)
           
 void setMySeat(int mySeat)
           
 void setMyState(int myState)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OurPlayerInfoFields

public OurPlayerInfoFields()

OurPlayerInfoFields

public OurPlayerInfoFields(OurPlayerInfoFields previous)

OurPlayerInfoFields

public OurPlayerInfoFields(PlayerInfoFieldsMessage playerInfoFieldsMessage)
Method Detail

getMyName

public java.lang.String getMyName()
Returns:
the myName

setMyName

public void setMyName(java.lang.String myName)
Parameters:
myName - the myName to set

getMySeat

public int getMySeat()
Returns:
the mySeat

setMySeat

public void setMySeat(int mySeat)
Parameters:
mySeat - the mySeat to set

getHoleCards

public Hand getHoleCards()
Returns:
the holeCards

setHoleCards

public void setHoleCards(Hand holeCards)
Parameters:
holeCards - the holeCards to set

getBankRoll

public double getBankRoll()
Returns:
the bankRoll

setBankRoll

public void setBankRoll(double bankRoll)
Parameters:
bankRoll - the bankRoll to set

getLastGameInfo

public GameModelInfoMessage getLastGameInfo()
Returns:
the lastGameInfo

setLastGameInfo

public void setLastGameInfo(GameModelInfoMessage lastGameInfo)
Parameters:
lastGameInfo - the lastGameInfo to set

getMyState

public int getMyState()
Returns:
the myState

setMyState

public void setMyState(int myState)
Parameters:
myState - the myState to set

getInPot

public double getInPot()
Returns:
the inPot

setInPot

public void setInPot(double inPot)
Parameters:
inPot - the inPot to set

getBankRollAtStartOfHand

public double getBankRollAtStartOfHand()
Returns:
the bankRollAtStartOfHand

setBankRollAtStartOfHand

public void setBankRollAtStartOfHand(double bankRollAtStartOfHand)
Parameters:
bankRollAtStartOfHand - the bankRollAtStartOfHand to set

getInPotThisRound

public double getInPotThisRound()
Returns:
the inPotThisRound

setInPotThisRound

public void setInPotThisRound(double inPotThisRound)
Parameters:
inPotThisRound - the inPotThisRound to set

getLastAction

public int getLastAction()
Returns:
the lastAction

setLastAction

public void setLastAction(int lastAction)
Parameters:
lastAction - the lastAction to set

isHasActedThisRound

public boolean isHasActedThisRound()
Returns:
the hasActedThisRound

setHasActedThisRound

public void setHasActedThisRound(boolean hasActedThisRound)
Parameters:
hasActedThisRound - the hasActedThisRound to set

getHasToPostBlind

public PokerGame.Blind getHasToPostBlind()
Returns:
the hasToPostBlind

setHasToPostBlind

public void setHasToPostBlind(PokerGame.Blind hasToPostBlind)
Parameters:
hasToPostBlind - the hasToPostBlind to set