CountrySubdivision instead.@Deprecated public interface State extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| String | getAbbreviation()Deprecated.  | 
| Country | getCountry()Deprecated.  | 
| String | getName()Deprecated.  | 
| void | setAbbreviation(String abbreviation)Deprecated.  | 
| void | setCountry(Country country)Deprecated.  | 
| void | setName(String name)Deprecated.  | 
String getAbbreviation()
void setAbbreviation(String abbreviation)
String getName()
void setName(String name)
Country getCountry()
void setCountry(Country country)
Copyright © 2020. All rights reserved.