@Entity public class CountryImpl extends Object implements Country
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbreviation |
protected String |
name |
| Constructor and Description |
|---|
CountryImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAbbreviation() |
String |
getName() |
int |
hashCode() |
void |
setAbbreviation(String Abbreviation) |
void |
setName(String name) |
public String getAbbreviation()
getAbbreviation in interface Countrypublic void setAbbreviation(String Abbreviation)
setAbbreviation in interface CountryCopyright © 2019. All rights reserved.