ontopoly
Class User

java.lang.Object
  extended by ontopoly.User

public class User
extends java.lang.Object


Constructor Summary
User(java.lang.String username, boolean autoLogin)
           
 
Method Summary
 java.lang.String getFullname()
          Returns the full name of the user.
 java.lang.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(java.lang.String username,
            boolean autoLogin)
Method Detail

getName

public java.lang.String getName()
Returns the user name.


getFullname

public java.lang.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.