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 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.
-
-
-
Constructor Detail
-
User
public User(String username, boolean autoLogin)
-
-