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()
The ID is the primary key of the entity.
|
String |
getName()
The name of the database.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
public Long getId()
public String getName()
public Integer getVersion()
Copyright © 2022. All rights reserved.