public class GcCacheRefWithCoordinates extends Object
| Constructor and Description |
|---|
GcCacheRefWithCoordinates(GcCache entity) |
GcCacheRefWithCoordinates(String id,
String gcName,
double lat,
double lng) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GcDistrict |
getDistrict() |
Integer |
getElevation() |
String |
getGcName() |
String |
getId() |
double |
getLat() |
double |
getLng() |
int |
hashCode() |
void |
setDistrict(GcDistrict district) |
void |
setElevation(Integer elevation) |
public GcCacheRefWithCoordinates(GcCache entity)
public String getId()
public String getGcName()
public double getLat()
public double getLng()
public GcDistrict getDistrict()
public void setDistrict(GcDistrict district)
public Integer getElevation()
public void setElevation(Integer elevation)
Copyright © 2017 Ultreia.io. All rights reserved.