public class TenantDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
Constructor and Description |
---|
TenantDto() |
Modifier and Type | Method and Description |
---|---|
static TenantDto |
fromTenant(Tenant tenant) |
static List<TenantDto> |
fromTenantList(List<Tenant> tenants) |
String |
getId() |
String |
getName() |
void |
setId(String id) |
void |
setName(String name) |
void |
update(Tenant tenant) |
Copyright © 2022. All rights reserved.