| | |
| | | package com.moral.monitor.entity;
|
| | |
|
| | | public class Sensor {
|
| | |
|
| | | private Integer id;
|
| | |
|
| | | private String type;
|
| | |
|
| | | private String sensor;
|
| | |
|
| | | private String sensorDesc;
|
| | | private String sensor_desc;
|
| | |
|
| | | private String macKey;
|
| | | private String mac_key;
|
| | |
|
| | | private String upper;
|
| | |
|
| | |
| | | }
|
| | |
|
| | | public void setType(String type) {
|
| | | this.type = type == null ? null : type.trim();
|
| | | this.type = type;
|
| | | }
|
| | |
|
| | | public String getSensor() {
|
| | |
| | | }
|
| | |
|
| | | public void setSensor(String sensor) {
|
| | | this.sensor = sensor == null ? null : sensor.trim();
|
| | | this.sensor = sensor;
|
| | | }
|
| | |
|
| | | public String getSensorDesc() {
|
| | | return sensorDesc;
|
| | | public String getSensor_desc() {
|
| | | return sensor_desc;
|
| | | }
|
| | |
|
| | | public void setSensorDesc(String sensorDesc) {
|
| | | this.sensorDesc = sensorDesc == null ? null : sensorDesc.trim();
|
| | | public void setSensor_desc(String sensor_desc) {
|
| | | this.sensor_desc = sensor_desc;
|
| | | }
|
| | |
|
| | | public String getMacKey() {
|
| | | return macKey;
|
| | | public String getMac_key() {
|
| | | return mac_key;
|
| | | }
|
| | |
|
| | | public void setMacKey(String macKey) {
|
| | | this.macKey = macKey == null ? null : macKey.trim();
|
| | | public void setMac_key(String mac_key) {
|
| | | this.mac_key = mac_key;
|
| | | }
|
| | |
|
| | | public String getUpper() {
|
| | |
| | | }
|
| | |
|
| | | public void setUpper(String upper) {
|
| | | this.upper = upper == null ? null : upper.trim();
|
| | | this.upper = upper;
|
| | | }
|
| | |
|
| | | public String getLower() {
|
| | |
| | | }
|
| | |
|
| | | public void setLower(String lower) {
|
| | | this.lower = lower == null ? null : lower.trim();
|
| | | this.lower = lower;
|
| | | }
|
| | |
|
| | | public String getUnits() {
|
| | |
| | | }
|
| | |
|
| | | public void setUnits(String units) {
|
| | | this.units = units == null ? null : units.trim();
|
| | | this.units = units;
|
| | | }
|
| | |
|
| | | public Integer getDigit() {
|
| | |
| | | }
|
| | |
|
| | | public void setVer(String ver) {
|
| | | this.ver = ver == null ? null : ver.trim();
|
| | | this.ver = ver;
|
| | | }
|
| | | } |