public class CountryStateImpl extends Object implements CountryState
| Constructor and Description |
|---|
CountryStateImpl(String country,
String state) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
String |
getState() |
void |
setCountry(String country) |
void |
setState(String state) |
public String getState()
getState in interface CountryStatepublic String getCountry()
getCountry in interface CountryStatepublic void setState(String state)
setState in interface CountryStatepublic void setCountry(String country)
setCountry in interface CountryStateCopyright © 2021. All rights reserved.