public class UserAccountRole extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountId |
protected List<AccountRole> |
accountRoles |
static String |
FIELD_ACCOUNTROLES |
static String |
FIELD_ACCOUNTUID |
static String |
FIELD_USERUID |
protected String |
userId |
| Constructor and Description |
|---|
UserAccountRole() |
UserAccountRole(String userId,
String accountId,
List<AccountRole> accountRoles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
List<AccountRole> |
getAccountRoles() |
String |
getUserId() |
int |
hashCode() |
UserAccountRole |
setAccountId(String accountId) |
UserAccountRole |
setAccountRoles(List<AccountRole> accountRoles) |
UserAccountRole |
setUserId(String userId) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_USERUID
public static final String FIELD_ACCOUNTUID
public static final String FIELD_ACCOUNTROLES
protected String userId
protected String accountId
protected List<AccountRole> accountRoles
public UserAccountRole()
public UserAccountRole(String userId, String accountId, List<AccountRole> accountRoles)
public String getAccountId()
public UserAccountRole setAccountId(String accountId)
public String getUserId()
public UserAccountRole setUserId(String userId)
public List<AccountRole> getAccountRoles()
public UserAccountRole setAccountRoles(List<AccountRole> accountRoles)
Copyright 2022 OneSpan All rights reserved.