@Entity public class StateImpl extends java.lang.Object implements State
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
abbreviation |
protected Country |
country |
protected java.lang.String |
name |
| Constructor and Description |
|---|
StateImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAbbreviation() |
Country |
getCountry() |
java.lang.String |
getName() |
int |
hashCode() |
void |
setAbbreviation(java.lang.String abbreviation) |
void |
setCountry(Country country) |
void |
setName(java.lang.String name) |
protected java.lang.String abbreviation
protected java.lang.String name
protected Country country
public java.lang.String getAbbreviation()
getAbbreviation in interface Statepublic void setAbbreviation(java.lang.String abbreviation)
setAbbreviation in interface Statepublic Country getCountry()
getCountry in interface Statepublic void setCountry(Country country)
setCountry in interface Statepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.