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