public class User extends Object implements Comparable<User>
| Constructor and Description |
|---|
User(Long id,
String username,
String firstName,
String lastName,
String email,
String allowableIPAddressRange,
Set<Account> accounts,
boolean root) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(User o) |
Set<Account> |
getAccounts() |
String |
getAllowableIPAddressRange() |
String |
getEmail() |
String |
getFirstName() |
Long |
getId() |
String |
getLastName() |
String |
getUsername() |
boolean |
isRoot() |
public Long getId()
public boolean isRoot()
public String getUsername()
public String getFirstName()
public String getLastName()
public String getEmail()
public int compareTo(User o)
compareTo in interface Comparable<User>public String getAllowableIPAddressRange()
Copyright © 2009–2019 DuraSpace. All rights reserved.