public class AddVehicleBean
extends java.lang.Object
Constructor and Description |
---|
AddVehicleBean()
Instantiates a new adds the vehicle bean.
|
Modifier and Type | Method and Description |
---|---|
void |
addVehicle()
Adds the vehicle.
|
java.lang.String |
getBrand()
Gets the brand.
|
java.lang.String |
getColor()
Gets the color.
|
java.lang.String |
getMission()
Gets the mission.
|
java.lang.String |
getModel()
Gets the model.
|
java.lang.String |
getPlate()
Gets the plate.
|
void |
setBrand(java.lang.String brand)
Sets the brand.
|
void |
setColor(java.lang.String color)
Sets the color.
|
void |
setMission(java.lang.String mission)
Sets the mission.
|
void |
setModel(java.lang.String model)
Sets the model.
|
void |
setPlate(java.lang.String plate)
Sets the plate.
|
public java.lang.String getPlate()
public void setPlate(java.lang.String plate)
plate
- the new platepublic java.lang.String getBrand()
public void setBrand(java.lang.String brand)
brand
- the new brandpublic java.lang.String getModel()
public void setModel(java.lang.String model)
model
- the new modelpublic java.lang.String getColor()
public void setColor(java.lang.String color)
color
- the new colorpublic java.lang.String getMission()
public void setMission(java.lang.String mission)
mission
- the new missionpublic void addVehicle()