@Embeddable public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountry() |
String |
getPostalCode() |
String |
getStreet() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setStreet(String street) |
public String getStreet()
public void setStreet(String street)
public String getCity()
public void setCity(String city)
public String getPostalCode()
public void setPostalCode(String postalCode)
public String getCountry()
public void setCountry(String country)
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.