public class UserSpaceRole extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
role |
protected Long |
space |
protected Long |
user |
protected Integer |
version |
| Constructor and Description |
|---|
UserSpaceRole() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getRole() |
Long |
getSpace() |
Long |
getUser() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Long id
protected Long role
protected Long space
protected Long user
protected Integer version
public Long getId()
public Long getRole()
public Long getSpace()
public Long getUser()
public Integer getVersion()
Copyright © 2021. All rights reserved.