public class TenantDatabase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected Integer |
version |
| Constructor and Description |
|---|
TenantDatabase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
A unique identifier for the object.
|
String |
getName()
The name of the database.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
public Long getId()
public String getName()
public Integer getVersion()
Copyright © 2023. All rights reserved.