getVehicles() in Campaign

Allow to get ref to Array of Vehicles of Camp

Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
HeshamTB 2020-11-06 22:49:33 +03:00
parent 83cb6bcee7
commit 3bc0940bee

View File

@ -53,6 +53,10 @@ public class Campaign {
return busses;
}
public Vehicle[] getVehicles() {
return this.vehicles;
}
public void setVehicles(Vehicle[] vehicles){
/*TODO
check if vehicles is not null then set vehicles.