com.atlassian.jira.user
Class ApplicationUserEntity

java.lang.Object
  extended by com.atlassian.jira.user.ApplicationUserEntity

public final class ApplicationUserEntity
extends Object

Since:
v6.0

Constructor Summary
ApplicationUserEntity(Long id, String key, String username)
           
 
Method Summary
 Long getId()
           
 String getKey()
           
 String getUsername()
          Returns the lower-case of the username (because username must act case-insensitive).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationUserEntity

public ApplicationUserEntity(Long id,
                             String key,
                             String username)
Method Detail

getId

public Long getId()

getKey

public String getKey()

getUsername

public String getUsername()
Returns the lower-case of the username (because username must act case-insensitive).

Returns:
the lower-case of the username (because username must act case-insensitive).


Copyright © 2002-2014 Atlassian. All Rights Reserved.