public class UserAccountRole extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
account |
protected Boolean |
appliesOnSubAccount |
protected Long |
id |
protected Long |
role |
protected Long |
user |
protected Integer |
version |
| Constructor and Description |
|---|
UserAccountRole() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getAccount()
The account in which the role is assigned to the user.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getRole()
The role that is assigned to the user.
|
Long |
getUser()
The user whose role this defines.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isAppliesOnSubAccount()
Whether the role is assigned to the user in subaccounts only.
|
String |
toString() |
protected Long account
protected Boolean appliesOnSubAccount
protected Long id
protected Long role
protected Long user
protected Integer version
public Long getAccount()
public Boolean isAppliesOnSubAccount()
public Long getId()
public Long getRole()
public Long getUser()
public Integer getVersion()
Copyright © 2024. All rights reserved.