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() |
boolean |
isMarkedAsDeleted() |
String |
toString() |
public long getId()
getId
in interface UserOrGroupStub
public boolean isActive()
isActive
in interface com.atlassian.crowd.embedded.api.User
public long getDirectoryId()
getDirectoryId
in interface com.atlassian.crowd.embedded.api.User
getDirectoryId
in interface com.atlassian.crowd.model.DirectoryEntity
public String getName()
public String getLowerName()
getLowerName
in interface UserOrGroupStub
public Date getCreatedDate()
getCreatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
public Date getUpdatedDate()
getUpdatedDate
in interface com.atlassian.crowd.model.TimestampedEntity
public String getEmailAddress()
getEmailAddress
in interface com.atlassian.crowd.embedded.api.User
public String getFirstName()
public String getLastName()
public String getDisplayName()
getDisplayName
in interface com.atlassian.crowd.embedded.api.User
public String getExternalId()
public boolean isDeletedExternally()
public boolean isMarkedAsDeleted()
isMarkedAsDeleted
in interface com.atlassian.crowd.embedded.api.User
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.User
compareTo
in interface Comparable<com.atlassian.crowd.embedded.api.User>
Copyright © 2002-2022 Atlassian. All Rights Reserved.