Interface FlatPlayerGamePlayer
-
- All Known Implementing Classes:
GamePlayer
public interface FlatPlayerGamePlayer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getCreated()
Game
getGame()
java.lang.Long
getId()
-
-
-
Method Detail
-
getId
java.lang.Long getId()
-
getCreated
java.util.Date getCreated()
-
getGame
Game getGame()
-
-