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 longgetId()Returns the auto-generated id for the player.StringgetOauthKey()Returns the OAuth key for the playervoidsetId(long id)Sets the auto-generated id for the player.voidsetOauthKey(String oauthKey)Sets the OAuth key for the player.
-