This commit is contained in:
2025-10-09 10:37:26 +02:00
parent e7784f31bb
commit 39ce995956
22 changed files with 288 additions and 129 deletions

View File

@@ -219,4 +219,8 @@ public class Property {
public void setFederalState(FederalState federalState) {
this.federalState = federalState;
}
public String getAddress() {
return this.street + " " + this.houseNumber + ", " + this.zipCode + " " + this.city;
}
}