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() |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getRole() |
Long |
getUser() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
Boolean |
isAppliesOnSubAccount() |
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 © 2022. All rights reserved.