ontopoly
Class User
java.lang.Object
ontopoly.User
public class User
- extends Object
Constructor Summary |
User(String username,
boolean autoLogin)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User(String username,
boolean autoLogin)
getName
public String getName()
- Returns the user name.
getFullname
public String getFullname()
- Returns the full name of the user. Will fall back to the username if not exists.
isAutoLogin
public boolean isAutoLogin()
- Returns true if the user was automatically logged in.
Copyright © 2000-2012 Ontopia.