ontopoly
Class User

java.lang.Object
  extended by ontopoly.User

public class User
extends Object


Constructor Summary
User(String username, boolean autoLogin)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User(String username,
            boolean autoLogin)
Method Detail

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.