public class User extends Object
Constructor and Description |
---|
User(String username,
boolean autoLogin) |
Modifier and Type | Method and Description |
---|---|
String |
getFullname()
Returns the full name of the user.
|
String |
getName()
Returns the user name.
|
boolean |
isAutoLogin()
Returns true if the user was automatically logged in.
|
public User(String username, boolean autoLogin)