public class Location extends Object implements Serializable
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
Double |
getLatitude() |
String |
getLocationCode() |
Double |
getLongitude() |
String |
getStateOrCountry() |
void |
setCity(String city) |
void |
setLatitude(Double latitude) |
void |
setLocationCode(String locationCode) |
void |
setLongitude(Double longitude) |
void |
setStateOrCountry(String stateOrCountry) |
String |
toString() |
public void setLocationCode(String locationCode)
public String getCity()
public void setCity(String city)
public String getStateOrCountry()
public void setStateOrCountry(String stateOrCountry)
public Double getLatitude()
public void setLatitude(Double latitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public String getLocationCode()
Copyright © 2015 Jasig. All Rights Reserved.