public class JsonVehicleRoutingSolution extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<JsonCustomer> |
customerList |
protected String |
distance |
protected Boolean |
feasible |
protected String |
name |
protected List<JsonVehicleRoute> |
vehicleRouteList |
| Constructor and Description |
|---|
JsonVehicleRoutingSolution() |
| Modifier and Type | Method and Description |
|---|---|
List<JsonCustomer> |
getCustomerList() |
String |
getDistance() |
Boolean |
getFeasible() |
String |
getName() |
List<JsonVehicleRoute> |
getVehicleRouteList() |
void |
setCustomerList(List<JsonCustomer> customerList) |
void |
setDistance(String distance) |
void |
setFeasible(Boolean feasible) |
void |
setName(String name) |
void |
setVehicleRouteList(List<JsonVehicleRoute> vehicleRouteList) |
protected String name
protected List<JsonCustomer> customerList
protected List<JsonVehicleRoute> vehicleRouteList
protected Boolean feasible
protected String distance
public String getName()
public void setName(String name)
public List<JsonCustomer> getCustomerList()
public void setCustomerList(List<JsonCustomer> customerList)
public List<JsonVehicleRoute> getVehicleRouteList()
public void setVehicleRouteList(List<JsonVehicleRoute> vehicleRouteList)
public Boolean getFeasible()
public void setFeasible(Boolean feasible)
public String getDistance()
public void setDistance(String distance)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.