@Embeddable public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountry() |
String |
getStreet() |
String |
getZip() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setStreet(String street) |
void |
setZip(String zip) |
public String getStreet()
public void setStreet(String street)
public String getZip()
public void setZip(String zip)
public String getCity()
public void setCity(String city)
public String getCountry()
public void setCountry(String country)
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.