Package com.fyp.tauceti.entity
Class PlayerStat
java.lang.Object
com.fyp.tauceti.entity.PlayerStat
The PlayerStat entity maps to the PLAYER_STAT database table
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGame()getId()voidsetDeathCount(Long deathCount) voidvoidvoidsetKillCount(Long killCount) voidvoidsetTotalPlayTime(Long totalPlayTime) voidsetTotalScore(Long totalScore) voidsetTotalSessions(Long totalSessions) toString()
-
Constructor Details
-
PlayerStat
public PlayerStat() -
PlayerStat
-
-
Method Details