public interface LocationModel<T> extends Serializable
LocationModel.| Modifier and Type | Method and Description |
|---|---|
T |
getAddress()
Gets the address.
|
String |
getLocation()
Gets the location.
|
String |
getSelectedCountryName()
Gets the selected country name.
|
void |
setAddress(T address)
Sets the address.
|
void |
setLocation(String location)
Sets the location.
|
void |
setSelectedCountryName(String selectedCountryName)
Sets the selected country name.
|
T getAddress()
String getLocation()
String getSelectedCountryName()
void setAddress(T address)
address - the new addressvoid setLocation(String location)
location - the new locationvoid setSelectedCountryName(String selectedCountryName)
selectedCountryName - the new selected country nameCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.