| | |
| | | */
|
| | | private Integer deviceVersionId;
|
| | | private String isDelete;
|
| | | private Integer professionId;
|
| | | /**
|
| | | * Sets the uid.
|
| | | *
|
| | |
| | | this.operateUserId = uid;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Sets the device name.
|
| | | *
|
| | | * @param device_name the new device name
|
| | | */
|
| | | public void setDevice_name(String device_name) {
|
| | | this.name = device_name;
|
| | | }
|
| | | |
| | | /**
|
| | | * Gets the device name.
|
| | | *
|
| | |
| | | private OperateUser operateUser;
|
| | | @Transient
|
| | | private DeviceVersion deviceVersion;
|
| | | //@Transient
|
| | | //private MonitorPoint monitorPoint;
|
| | | @Transient
|
| | | private MonitorPoint monitorPoint;
|
| | | @Transient
|
| | | private List<Integer> organizationIds;
|
| | |
|
| | | @Transient
|
| | | private MonitorPoint monitorpointDetail;
|
| | | @Transient
|
| | | private Profession profession;
|
| | | } |