| java.lang.Object poker.business.PokerGameImpl
PokerGameImpl | public class PokerGameImpl implements PokerGame,java.io.Serializable(Code) | | EnhyDraw!, beta 4, 5/21/99
Copyright 1999, Larry Wolcot & Daryl Tempesta
ALL rights reserved. Not for commercial use
without written permission from both authors.
This is the business object that encapsulates the
PlayerDO and PokerGameDO objects.
It really doesn't do much other than that!
|
PokerGameImpl | public PokerGameImpl()(Code) | | |
getBet | public int getBet()(Code) | | |
getCash | public int getCash()(Code) | | |
getDefaultBet | public int getDefaultBet()(Code) | | |
getIsDirty | public boolean getIsDirty()(Code) | | |
getLargestBet | public int getLargestBet()(Code) | | |
getPlayRound | public int getPlayRound()(Code) | | |
getSmallestBet | public int getSmallestBet()(Code) | | |
getTotalPlayed | public int getTotalPlayed()(Code) | | |
getTotalWon | public int getTotalWon()(Code) | | |
getVersion | public int getVersion()(Code) | | |
setBet | public void setBet(int bet)(Code) | | |
setCardsInHand | public void setCardsInHand(Vector cardsInHand)(Code) | | |
setCardsUsed | public void setCardsUsed(Vector cardsUsed)(Code) | | |
setCash | public void setCash(int cash)(Code) | | |
setDefaultBet | public void setDefaultBet(int defaultBet)(Code) | | |
setDropCards | public void setDropCards(Vector dropCards)(Code) | | |
setLargestBet | public void setLargestBet(int largestBet)(Code) | | |
setLastError | public void setLastError(String lastError)(Code) | | |
setPlayRound | public void setPlayRound(int playRound)(Code) | | |
setSmallestBet | public void setSmallestBet(int smallestBet)(Code) | | |
setTotalPlayed | public void setTotalPlayed(int totalPlayed)(Code) | | |
setTotalWon | public void setTotalWon(int totalWon)(Code) | | |
setVersion | public void setVersion(int version)(Code) | | |
|
|