public class UpdateVehicleBean
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UpdateVehicleBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBrand()
Gets the brand.
|
java.lang.String |
getColor()
Gets the color.
|
java.lang.Integer |
getDeviceID()
Gets the device ID.
|
java.util.Collection<DeviceJPA> |
getDevicesCollection()
Gets the devices collection.
|
java.util.Collection<java.lang.Integer> |
getDevicesIdCollection()
Gets the devices id collection.
|
java.lang.String |
getMissionId()
Gets the mission id.
|
java.util.Collection<MissionJPA> |
getMissionsCollection()
Gets the missions collection.
|
java.util.Collection<java.lang.String> |
getMissionsIdCollection()
Gets the missions id collection.
|
java.lang.String |
getModel()
Gets the model.
|
java.lang.String |
getPlate()
Gets the plate.
|
VehicleJPA |
getVehicle()
Gets the vehicle.
|
void |
setBrand(java.lang.String brand)
Sets the brand.
|
void |
setColor(java.lang.String color)
Sets the color.
|
void |
setDeviceID(java.lang.Integer deviceID)
Sets the device ID.
|
void |
setDevicesCollection(java.util.Collection<DeviceJPA> devicesCollection)
Sets the devices collection.
|
void |
setDevicesIdCollection(java.util.Collection<java.lang.Integer> devicesIdCollection)
Sets the devices id collection.
|
void |
setMissionId(java.lang.String missionId)
Sets the mission id.
|
void |
setMissionsCollection(java.util.Collection<MissionJPA> missionsCollection)
Sets the missions collection.
|
void |
setMissionsIdCollection(java.util.Collection<java.lang.String> missionsIdCollection)
Sets the missions id collection.
|
void |
setModel(java.lang.String model)
Sets the model.
|
void |
setPlate(java.lang.String plate)
Sets the plate.
|
void |
setVehicle(VehicleJPA vehicle)
Sets the vehicle.
|
java.lang.String |
showVehicleData()
Show vehicle data.
|
void |
updateVehicle()
Update vehicle.
|
public VehicleJPA getVehicle()
public void setVehicle(VehicleJPA vehicle)
vehicle
- the new vehiclepublic 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 getMissionId()
public void setMissionId(java.lang.String missionId)
missionId
- the new mission idpublic java.lang.Integer getDeviceID()
public void setDeviceID(java.lang.Integer deviceID)
deviceID
- the new device IDpublic java.util.Collection<MissionJPA> getMissionsCollection()
public void setMissionsCollection(java.util.Collection<MissionJPA> missionsCollection)
missionsCollection
- the new missions collectionpublic java.util.Collection<java.lang.String> getMissionsIdCollection()
public void setMissionsIdCollection(java.util.Collection<java.lang.String> missionsIdCollection)
missionsIdCollection
- the new missions id collectionpublic java.util.Collection<DeviceJPA> getDevicesCollection()
public void setDevicesCollection(java.util.Collection<DeviceJPA> devicesCollection)
devicesCollection
- the new devices collectionpublic java.util.Collection<java.lang.Integer> getDevicesIdCollection()
public void setDevicesIdCollection(java.util.Collection<java.lang.Integer> devicesIdCollection)
devicesIdCollection
- the new devices id collectionpublic java.lang.String showVehicleData()
public void updateVehicle()