edu.ou.mlfw.ladder
Class GameResult

java.lang.Object
  extended by edu.ou.mlfw.ladder.GameResult
All Implemented Interfaces:
LadderMessage

public class GameResult
extends java.lang.Object
implements LadderMessage


Constructor Summary
GameResult(int gameID, long gameRunTime, java.util.List<Record> records)
           
 
Method Summary
 int getGameID()
           
 long getGameRunTime()
           
 java.util.List<Record> getRecords()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameResult

public GameResult(int gameID,
                  long gameRunTime,
                  java.util.List<Record> records)
Method Detail

getGameID

public int getGameID()

getGameRunTime

public long getGameRunTime()

getRecords

public java.util.List<Record> getRecords()