public class Location extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCity() |
String |
getCountry() |
String |
getCounty() |
String |
getPostcode() |
String |
getRoad() |
int |
hashCode() |
public Location(String loc)
public String getRoad()
public String getCity()
public String getCounty()
public String getPostcode()
public String getCountry()
Copyright © 2020 Eclipse Foundation. All rights reserved.