public class UserNameIdPair extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
BIT_MASK_GROUP |
static int |
BIT_MASK_LOCATION |
static int |
BIT_MASK_ROLE |
static int |
BIT_MASK_TENANT |
static int |
BIT_MASK_USER |
static int |
BIT_MASK_VALID_FIELDS |
Constructor and Description |
---|
UserNameIdPair(int id,
String fullName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFullName() |
int |
getId() |
int |
hashCode() |
boolean |
isGroup() |
boolean |
isLocation() |
boolean |
isRole() |
boolean |
isTenant() |
boolean |
isUser() |
String |
toString() |
public static final int BIT_MASK_USER
public static final int BIT_MASK_TENANT
public static final int BIT_MASK_GROUP
public static final int BIT_MASK_ROLE
public static final int BIT_MASK_LOCATION
public static final int BIT_MASK_VALID_FIELDS
public UserNameIdPair(int id, String fullName)
public int getId()
public String getFullName()
public boolean isGroup()
public boolean isUser()
public boolean isTenant()
public boolean isRole()
public boolean isLocation()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.