public class Birthplace extends Dto
| Constructor and Description |
|---|
Birthplace() |
Birthplace(java.lang.String city,
CountryIso country) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity() |
CountryIso |
getCountry() |
void |
setCity(java.lang.String city) |
void |
setCountry(CountryIso country) |
getDependentObjects, getReadOnlyProperties, getSubObjects, getValuespublic Birthplace()
public Birthplace(java.lang.String city,
CountryIso country)
public java.lang.String getCity()
public void setCity(java.lang.String city)
public CountryIso getCountry()
public void setCountry(CountryIso country)