Class PortableLocation
- java.lang.Object
-
- org.optaweb.vehiclerouting.plugin.websocket.PortableLocation
-
-
Constructor Summary
Constructors Constructor Description PortableLocation(long id, BigDecimal latitude, BigDecimal longitude, String description)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)(package private) static PortableLocationfromLocation(Location location)StringgetDescription()longgetId()BigDecimalgetLatitude()BigDecimalgetLongitude()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PortableLocation
PortableLocation(long id, BigDecimal latitude, BigDecimal longitude, String description)
-
-
Method Detail
-
fromLocation
static PortableLocation fromLocation(Location location)
-
getId
public long getId()
-
getLatitude
public BigDecimal getLatitude()
-
getLongitude
public BigDecimal getLongitude()
-
getDescription
public String getDescription()
-
-