public class JsonVehicleRoute extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
capacity |
protected List<JsonCustomer> |
customerList |
protected int |
demandTotal |
protected double |
depotLatitude |
protected String |
depotLocationName |
protected double |
depotLongitude |
protected String |
hexColor |
| Constructor and Description |
|---|
JsonVehicleRoute() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity() |
List<JsonCustomer> |
getCustomerList() |
int |
getDemandTotal() |
double |
getDepotLatitude() |
String |
getDepotLocationName() |
double |
getDepotLongitude() |
String |
getHexColor() |
void |
setCapacity(int capacity) |
void |
setCustomerList(List<JsonCustomer> customerList) |
void |
setDemandTotal(int demandTotal) |
void |
setDepotLatitude(double depotLatitude) |
void |
setDepotLocationName(String depotLocationName) |
void |
setDepotLongitude(double depotLongitude) |
void |
setHexColor(String hexColor) |
protected String depotLocationName
protected double depotLatitude
protected double depotLongitude
protected String hexColor
protected int capacity
protected int demandTotal
protected List<JsonCustomer> customerList
public String getDepotLocationName()
public void setDepotLocationName(String depotLocationName)
public double getDepotLatitude()
public void setDepotLatitude(double depotLatitude)
public double getDepotLongitude()
public void setDepotLongitude(double depotLongitude)
public String getHexColor()
public void setHexColor(String hexColor)
public int getCapacity()
public void setCapacity(int capacity)
public int getDemandTotal()
public void setDemandTotal(int demandTotal)
public List<JsonCustomer> getCustomerList()
public void setCustomerList(List<JsonCustomer> customerList)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.