public class Country extends Object implements Serializable
| Constructor and Description |
|---|
Country() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountrycode() |
String |
getCountryname() |
Long |
getId() |
void |
setCountrycode(String countrycode) |
void |
setCountryname(String countryname) |
void |
setId(Long id) |
Copyright © 2018. All rights reserved.