class DataSet extends Object
| Constructor and Description |
|---|
DataSet() |
| Modifier and Type | Method and Description |
|---|---|
DataSetLocation |
getDepot()
The depot.
|
String |
getName()
Data set name (a short description).
|
List<DataSetVehicle> |
getVehicles()
Vehicles.
|
List<DataSetLocation> |
getVisits()
Visits.
|
void |
setDepot(DataSetLocation depot) |
void |
setName(String name) |
void |
setVehicles(List<DataSetVehicle> vehicles) |
void |
setVisits(List<DataSetLocation> visits) |
public String getName()
null)public void setName(String name)
public List<DataSetVehicle> getVehicles()
null)public void setVehicles(List<DataSetVehicle> vehicles)
public DataSetLocation getDepot()
null)public void setDepot(DataSetLocation depot)
public List<DataSetLocation> getVisits()
null)public void setVisits(List<DataSetLocation> visits)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.