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
-
Method Summary
Modifier and TypeMethodDescriptiongetGame()
getId()
void
setDeathCount
(Long deathCount) void
void
void
setKillCount
(Long killCount) void
void
setTotalPlayTime
(Long totalPlayTime) void
setTotalScore
(Long totalScore) void
setTotalSessions
(Long totalSessions) toString()
-
Constructor Details
-
PlayerStat
public PlayerStat() -
PlayerStat
-
-
Method Details