public interface LocationModel extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Addresses |
getAddress() |
String |
getLocation() |
String |
getSelectedCountryName() |
void |
setAddress(Addresses address) |
void |
setLocation(String location) |
void |
setSelectedCountryName(String selectedCountryName) |
String getLocation()
void setLocation(String location)
String getSelectedCountryName()
void setSelectedCountryName(String selectedCountryName)
Addresses getAddress()
void setAddress(Addresses address)
Copyright © 2015. All rights reserved.