Package ontopoly
Class User
- java.lang.Object
-
- ontopoly.User
-
public class User extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullname()Returns the full name of the user.StringgetName()Returns the user name.booleanisAutoLogin()Returns true if the user was automatically logged in.
-
-
-
Constructor Detail
-
User
public User(String username, boolean autoLogin)
-
-