lecturequiz.server.service
Class GameStatus

java.lang.Object
  extended by lecturequiz.server.service.GameStatus

public class GameStatus
extends java.lang.Object

Holds the status information of a game The player count is an array as it lists the number of players for all teams The first team is index 0 of the array, the next 1 and so on.


Field Summary
 int currentQuestion
           
 java.util.ArrayList<java.lang.Integer> playerCount
           
 int questionCount
           
 java.lang.String quizCode
           
 
Constructor Summary
GameStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quizCode

public java.lang.String quizCode

playerCount

public java.util.ArrayList<java.lang.Integer> playerCount

currentQuestion

public int currentQuestion

questionCount

public int questionCount
Constructor Detail

GameStatus

public GameStatus()