public class OfBizUser extends Object implements com.atlassian.crowd.model.user.TimestampedUser, UserOrGroupStub, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(com.atlassian.crowd.embedded.api.User other) |
boolean |
equals(Object o) |
Date |
getCreatedDate() |
long |
getDirectoryId() |
String |
getDisplayName() |
String |
getEmailAddress() |
String |
getExternalId() |
String |
getFirstName() |
long |
getId() |
String |
getLastName() |
String |
getLowerName() |
String |
getName() |
Date |
getUpdatedDate() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isDeletedExternally() |
String |
toString() |
public long getId()
getId in interface UserOrGroupStubpublic boolean isActive()
isActive in interface com.atlassian.crowd.embedded.api.Userpublic long getDirectoryId()
getDirectoryId in interface com.atlassian.crowd.embedded.api.UsergetDirectoryId in interface com.atlassian.crowd.model.DirectoryEntitypublic String getName()
public String getLowerName()
getLowerName in interface UserOrGroupStubpublic Date getCreatedDate()
getCreatedDate in interface com.atlassian.crowd.model.TimestampedEntitypublic Date getUpdatedDate()
getUpdatedDate in interface com.atlassian.crowd.model.TimestampedEntitypublic String getEmailAddress()
getEmailAddress in interface com.atlassian.crowd.embedded.api.Userpublic String getFirstName()
public String getLastName()
public String getDisplayName()
getDisplayName in interface com.atlassian.crowd.embedded.api.Userpublic String getExternalId()
public boolean isDeletedExternally()
public String toString()
public boolean equals(Object o)
public int hashCode()
public int compareTo(com.atlassian.crowd.embedded.api.User other)
compareTo in interface com.atlassian.crowd.embedded.api.UsercompareTo in interface Comparable<com.atlassian.crowd.embedded.api.User>Copyright © 2002-2021 Atlassian. All Rights Reserved.