@Entity public class Region extends DomainParent<Country,Region>
ATTRIBUTE_CODE, ATTRIBUTE_NAME| Constructor and Description |
|---|
Region() |
Region(String code,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<Country> |
getCountries() |
void |
setCountries(Set<Country> countries) |
String |
toString() |
addChild, getChildren, removeChild, setChildrenCopyright © 2019 Open Circle Solutions. All rights reserved.