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
-
Method Summary
Modifier and TypeMethodDescriptiongetGame()
getId()
void
void
void
setLossCount
(long lossCount) void
setTotalPlayerCount
(Long totalPlayerCount) void
setTotalPlayTime
(Long totalPlayTime) void
setTotalSessions
(Long totalSessions) void
setWinCount
(Long winCount) toString()
-
Constructor Details
-
GameStat
public GameStat() -
GameStat
-
-
Method Details