public class DeviceGis extends Object implements Serializable
| Constructor and Description |
|---|
DeviceGis() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
float |
getLatitude() |
float |
getLongitude() |
String |
getName() |
int |
hashCode() |
void |
setLatitude(float latitude) |
void |
setLongitude(float longitude) |
void |
setName(String name) |
String |
toString() |
Copyright © 2023. All rights reserved.