public class User extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected OffsetDateTime |
plannedPurgeDate |
protected Scope |
scope |
protected CreationEntityState |
state |
protected UserType |
userType |
protected Integer |
version |
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
Scope |
getScope() |
CreationEntityState |
getState() |
UserType |
getUserType() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Long id
protected OffsetDateTime plannedPurgeDate
protected Scope scope
protected CreationEntityState state
protected UserType userType
protected Integer version
public Long getId()
public OffsetDateTime getPlannedPurgeDate()
public Scope getScope()
public CreationEntityState getState()
public UserType getUserType()
public Integer getVersion()
Copyright © 2021. All rights reserved.