org.moyoman.util
Class PersistedGame

java.lang.Object
  |
  +--org.moyoman.util.PersistedGame

public class PersistedGame
extends Object


Field Summary
private  GameId black
           
private  String name
           
private  GameId white
           
 
Constructor Summary
PersistedGame(String nm, GameId b, GameId w)
           
 
Method Summary
 GameId getBlackId()
           
 String getName()
           
 GameId getWhiteId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

black

private GameId black

white

private GameId white
Constructor Detail

PersistedGame

public PersistedGame(String nm,
                     GameId b,
                     GameId w)
Method Detail

getName

public String getName()

getBlackId

public GameId getBlackId()

getWhiteId

public GameId getWhiteId()