Class LocationEntity
- java.lang.Object
-
- org.optaweb.vehiclerouting.plugin.persistence.LocationEntity
-
@Entity class LocationEntity extends Object
Persistable location.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLocationEntity()(package private)LocationEntity(long id, BigDecimal latitude, BigDecimal longitude, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) StringgetDescription()(package private) longgetId()(package private) BigDecimalgetLatitude()(package private) BigDecimalgetLongitude()StringtoString()
-
-
-
Constructor Detail
-
LocationEntity
protected LocationEntity()
-
LocationEntity
LocationEntity(long id, BigDecimal latitude, BigDecimal longitude, String description)
-
-
Method Detail
-
getId
long getId()
-
getLatitude
BigDecimal getLatitude()
-
getLongitude
BigDecimal getLongitude()
-
getDescription
String getDescription()
-
-