Class User
- java.lang.Object
-
- edu.cnm.deepdive.cardcombat.model.entity.User
-
public class User extends Object
Holds data in the database for users of Card Combat.
-
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
Returns the auto-generated id for the player.String
getOauthKey()
Returns the OAuth key for the playervoid
setId(long id)
Sets the auto-generated id for the player.void
setOauthKey(String oauthKey)
Sets the OAuth key for the player.
-