public class Jradia01JPA extends DeviceJPA implements java.io.Serializable
batteryLevel, gsmSignal, status
Constructor and Description |
---|
Jradia01JPA()
Instantiates a new jradia 01 JPA.
|
Jradia01JPA(DeviceModel model,
java.lang.String serialNumber,
java.lang.String firmwareVersion,
CommunicationType communication)
Instantiates a new jradia 01 JPA.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Float |
getBatteryLevel()
Gets the battery level.
|
java.lang.Float |
getGsmSignal()
Gets the gsm signal.
|
java.lang.String |
getStatus()
Gets the status.
|
void |
setBatteryLevel(java.lang.Float batteryLevel)
Sets the battery level.
|
void |
setGsmSignal(java.lang.Float gsmSignal)
Sets the gsm signal.
|
void |
setStatus(java.lang.String status)
Sets the status.
|
getCommands, getCommunication, getFirmwareVersion, getId, getModel, getPhoneLine, getSerialNumber, getVehicle, setCommands, setCommunication, setFirmwareVersion, setId, setModel, setPhoneLine, setSerialNumber, setVehicle
public Jradia01JPA()
public Jradia01JPA(DeviceModel model, java.lang.String serialNumber, java.lang.String firmwareVersion, CommunicationType communication)
model
- the modelserialNumber
- the serial numberfirmwareVersion
- the firmware versioncommunication
- the communicationpublic java.lang.Float getBatteryLevel()
DeviceJPA
getBatteryLevel
in class DeviceJPA
public void setBatteryLevel(java.lang.Float batteryLevel)
DeviceJPA
setBatteryLevel
in class DeviceJPA
batteryLevel
- the new battery levelpublic java.lang.Float getGsmSignal()
DeviceJPA
getGsmSignal
in class DeviceJPA
public void setGsmSignal(java.lang.Float gsmSignal)
DeviceJPA
setGsmSignal
in class DeviceJPA
gsmSignal
- the new gsm signalpublic java.lang.String getStatus()
DeviceJPA