| Package | Description |
|---|---|
| com.vaadin.flow.component.combobox.demo.entity |
| Modifier and Type | Method and Description |
|---|---|
Person.Address |
Person.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setAddress(Person.Address address) |
| Constructor and Description |
|---|
Person(int id,
String firstName,
String lastName,
int age,
Person.Address address,
String phoneNumber) |
Person(int id,
String firstName,
String lastName,
int age,
Person.Address address,
String phoneNumber,
Person.MaritalStatus maritalStatus,
LocalDate birthDate) |
Copyright © 2026. All rights reserved.