| Constructor and Description |
|---|
PortableLocation(long id,
BigDecimal latitude,
BigDecimal longitude,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
(package private) static PortableLocation |
fromLocation(Location location) |
String |
getDescription() |
long |
getId() |
BigDecimal |
getLatitude() |
BigDecimal |
getLongitude() |
int |
hashCode() |
String |
toString() |
PortableLocation(long id,
BigDecimal latitude,
BigDecimal longitude,
String description)
static PortableLocation fromLocation(Location location)
public long getId()
public BigDecimal getLatitude()
public BigDecimal getLongitude()
public String getDescription()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.