public interface CountryState
String
getCountry()
getState()
void
setCountry(String country)
setState(String state)
String getState()
String getCountry()
void setState(String state)
void setCountry(String country)
Copyright © 2021. All rights reserved.