Package com.fyp.tauceti.entity
Class GameStat
java.lang.Object
com.fyp.tauceti.entity.GameStat
The GameStat entity maps to the GAME_STAT database table
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGame()getId()voidvoidvoidsetLossCount(long lossCount) voidsetTotalPlayerCount(Long totalPlayerCount) voidsetTotalPlayTime(Long totalPlayTime) voidsetTotalSessions(Long totalSessions) voidsetWinCount(Long winCount) toString()
-
Constructor Details
-
GameStat
public GameStat() -
GameStat
-
-
Method Details