public class Country extends Object implements Serializable
| Constructor and Description |
|---|
Country() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountrycode2() |
String |
getCountrycode3() |
String |
getCountryname() |
List<State> |
getStates() |
void |
setCountrycode2(String countrycode2) |
void |
setCountrycode3(String countrycode3) |
void |
setCountryname(String countryname) |
void |
setStates(List<State> states) |
public String getCountrycode2()
public void setCountrycode2(String countrycode2)
countrycode2 - the countrycode2 to setpublic String getCountrycode3()
public void setCountrycode3(String countrycode3)
countrycode3 - the countrycode3 to setpublic String getCountryname()
public void setCountryname(String countryname)
countryname - the countryname to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.