|
@@ -58,55 +58,55 @@ public class PartSettingDO implements Serializable {
|
|
*/
|
|
*/
|
|
@Column(name = "day_light")
|
|
@Column(name = "day_light")
|
|
@ApiModelProperty(value = "白天背光亮度", required = false)
|
|
@ApiModelProperty(value = "白天背光亮度", required = false)
|
|
- private Boolean dayLight;
|
|
|
|
|
|
+ private Integer dayLight;
|
|
/**
|
|
/**
|
|
* 白天通话音量
|
|
* 白天通话音量
|
|
*/
|
|
*/
|
|
@Column(name = "day_vol")
|
|
@Column(name = "day_vol")
|
|
@ApiModelProperty(value = "白天通话音量", required = false)
|
|
@ApiModelProperty(value = "白天通话音量", required = false)
|
|
- private Boolean dayVol;
|
|
|
|
|
|
+ private Integer dayVol;
|
|
/**
|
|
/**
|
|
* 白天响铃音量
|
|
* 白天响铃音量
|
|
*/
|
|
*/
|
|
@Column(name = "day_ring_vol")
|
|
@Column(name = "day_ring_vol")
|
|
@ApiModelProperty(value = "白天响铃音量", required = false)
|
|
@ApiModelProperty(value = "白天响铃音量", required = false)
|
|
- private Boolean dayRingVol;
|
|
|
|
|
|
+ private Integer dayRingVol;
|
|
/**
|
|
/**
|
|
* 白天响铃次数
|
|
* 白天响铃次数
|
|
*/
|
|
*/
|
|
@Column(name = "day_ring_times")
|
|
@Column(name = "day_ring_times")
|
|
@ApiModelProperty(value = "白天响铃次数", required = false)
|
|
@ApiModelProperty(value = "白天响铃次数", required = false)
|
|
- private Boolean dayRingTimes;
|
|
|
|
|
|
+ private Integer dayRingTimes;
|
|
/**
|
|
/**
|
|
* 白天护理灯亮度
|
|
* 白天护理灯亮度
|
|
*/
|
|
*/
|
|
@Column(name = "day_nurse_led")
|
|
@Column(name = "day_nurse_led")
|
|
@ApiModelProperty(value = "白天护理灯亮度", required = false)
|
|
@ApiModelProperty(value = "白天护理灯亮度", required = false)
|
|
- private Boolean dayNurseLed;
|
|
|
|
|
|
+ private Integer dayNurseLed;
|
|
/**
|
|
/**
|
|
* 白天门口机通话音量
|
|
* 白天门口机通话音量
|
|
*/
|
|
*/
|
|
@Column(name = "day_door_vol")
|
|
@Column(name = "day_door_vol")
|
|
@ApiModelProperty(value = "白天门口机通话音量", required = false)
|
|
@ApiModelProperty(value = "白天门口机通话音量", required = false)
|
|
- private Boolean dayDoorVol;
|
|
|
|
|
|
+ private Integer dayDoorVol;
|
|
/**
|
|
/**
|
|
* 白天床头机通话音量
|
|
* 白天床头机通话音量
|
|
*/
|
|
*/
|
|
@Column(name = "day_bed_vol")
|
|
@Column(name = "day_bed_vol")
|
|
@ApiModelProperty(value = "白天床头机通话音量", required = false)
|
|
@ApiModelProperty(value = "白天床头机通话音量", required = false)
|
|
- private Boolean dayBedVol;
|
|
|
|
|
|
+ private Integer dayBedVol;
|
|
/**
|
|
/**
|
|
* 白天转换盒通话音量
|
|
* 白天转换盒通话音量
|
|
*/
|
|
*/
|
|
@Column(name = "day_transfer_box_vol")
|
|
@Column(name = "day_transfer_box_vol")
|
|
@ApiModelProperty(value = "白天转换盒通话音量", required = false)
|
|
@ApiModelProperty(value = "白天转换盒通话音量", required = false)
|
|
- private Boolean dayTransferBoxVol;
|
|
|
|
|
|
+ private Integer dayTransferBoxVol;
|
|
/**
|
|
/**
|
|
* 白天转换盒系统音量
|
|
* 白天转换盒系统音量
|
|
*/
|
|
*/
|
|
@Column(name = "day_transfer_box_system_vol")
|
|
@Column(name = "day_transfer_box_system_vol")
|
|
@ApiModelProperty(value = "白天转换盒系统音量", required = false)
|
|
@ApiModelProperty(value = "白天转换盒系统音量", required = false)
|
|
- private Boolean dayTransferBoxSystemVol;
|
|
|
|
|
|
+ private Integer dayTransferBoxSystemVol;
|
|
/**
|
|
/**
|
|
* 夜晚开始时间
|
|
* 夜晚开始时间
|
|
*/
|
|
*/
|
|
@@ -118,73 +118,94 @@ public class PartSettingDO implements Serializable {
|
|
*/
|
|
*/
|
|
@Column(name = "night_light")
|
|
@Column(name = "night_light")
|
|
@ApiModelProperty(value = "夜晚背光亮度", required = false)
|
|
@ApiModelProperty(value = "夜晚背光亮度", required = false)
|
|
- private Boolean nightLight;
|
|
|
|
|
|
+ private Integer nightLight;
|
|
/**
|
|
/**
|
|
* 夜晚通话音量
|
|
* 夜晚通话音量
|
|
*/
|
|
*/
|
|
@Column(name = "night_vol")
|
|
@Column(name = "night_vol")
|
|
@ApiModelProperty(value = "夜晚通话音量", required = false)
|
|
@ApiModelProperty(value = "夜晚通话音量", required = false)
|
|
- private Boolean nightVol;
|
|
|
|
|
|
+ private Integer nightVol;
|
|
/**
|
|
/**
|
|
* 夜晚响铃音量
|
|
* 夜晚响铃音量
|
|
*/
|
|
*/
|
|
@Column(name = "night_ring_vol")
|
|
@Column(name = "night_ring_vol")
|
|
@ApiModelProperty(value = "夜晚响铃音量", required = false)
|
|
@ApiModelProperty(value = "夜晚响铃音量", required = false)
|
|
- private Boolean nightRingVol;
|
|
|
|
|
|
+ private Integer nightRingVol;
|
|
/**
|
|
/**
|
|
* 夜晚响铃次数
|
|
* 夜晚响铃次数
|
|
*/
|
|
*/
|
|
@Column(name = "night_ring_times")
|
|
@Column(name = "night_ring_times")
|
|
@ApiModelProperty(value = "夜晚响铃次数", required = false)
|
|
@ApiModelProperty(value = "夜晚响铃次数", required = false)
|
|
- private Boolean nightRingTimes;
|
|
|
|
|
|
+ private Integer nightRingTimes;
|
|
/**
|
|
/**
|
|
* 夜晚护理灯亮度
|
|
* 夜晚护理灯亮度
|
|
*/
|
|
*/
|
|
@Column(name = "night_nurse_led")
|
|
@Column(name = "night_nurse_led")
|
|
@ApiModelProperty(value = "夜晚护理灯亮度", required = false)
|
|
@ApiModelProperty(value = "夜晚护理灯亮度", required = false)
|
|
- private Boolean nightNurseLed;
|
|
|
|
|
|
+ private Integer nightNurseLed;
|
|
/**
|
|
/**
|
|
* 夜晚门口机通话音量
|
|
* 夜晚门口机通话音量
|
|
*/
|
|
*/
|
|
@Column(name = "night_door_vol")
|
|
@Column(name = "night_door_vol")
|
|
@ApiModelProperty(value = "夜晚门口机通话音量", required = false)
|
|
@ApiModelProperty(value = "夜晚门口机通话音量", required = false)
|
|
- private Boolean nightDoorVol;
|
|
|
|
|
|
+ private Integer nightDoorVol;
|
|
/**
|
|
/**
|
|
* 夜晚床头机通话音量
|
|
* 夜晚床头机通话音量
|
|
*/
|
|
*/
|
|
@Column(name = "night_bed_vol")
|
|
@Column(name = "night_bed_vol")
|
|
@ApiModelProperty(value = "夜晚床头机通话音量", required = false)
|
|
@ApiModelProperty(value = "夜晚床头机通话音量", required = false)
|
|
- private Boolean nightBedVol;
|
|
|
|
|
|
+ private Integer nightBedVol;
|
|
/**
|
|
/**
|
|
* 夜晚转换盒通话音量
|
|
* 夜晚转换盒通话音量
|
|
*/
|
|
*/
|
|
@Column(name = "night_transfer_box_vol")
|
|
@Column(name = "night_transfer_box_vol")
|
|
@ApiModelProperty(value = "夜晚转换盒通话音量", required = false)
|
|
@ApiModelProperty(value = "夜晚转换盒通话音量", required = false)
|
|
- private Boolean nightTransferBoxVol;
|
|
|
|
|
|
+ private Integer nightTransferBoxVol;
|
|
/**
|
|
/**
|
|
* 夜晚转换盒系统音量
|
|
* 夜晚转换盒系统音量
|
|
*/
|
|
*/
|
|
@Column(name = "night_transfer_box_system_vol")
|
|
@Column(name = "night_transfer_box_system_vol")
|
|
@ApiModelProperty(value = "夜晚转换盒系统音量", required = false)
|
|
@ApiModelProperty(value = "夜晚转换盒系统音量", required = false)
|
|
- private Boolean nightTransferBoxSystemVol;
|
|
|
|
|
|
+ private Integer nightTransferBoxSystemVol;
|
|
/**
|
|
/**
|
|
* 护士机熄屏时间,单位:秒
|
|
* 护士机熄屏时间,单位:秒
|
|
*/
|
|
*/
|
|
@Column(name = "sleep_seconds_nurse")
|
|
@Column(name = "sleep_seconds_nurse")
|
|
@ApiModelProperty(value = "护士机熄屏时间,单位:秒", required = false)
|
|
@ApiModelProperty(value = "护士机熄屏时间,单位:秒", required = false)
|
|
- private Boolean sleepSecondsNurse;
|
|
|
|
|
|
+ private Integer sleepSecondsNurse;
|
|
/**
|
|
/**
|
|
* 门口机熄屏时间,单位:秒
|
|
* 门口机熄屏时间,单位:秒
|
|
*/
|
|
*/
|
|
@Column(name = "sleep_seconds_door")
|
|
@Column(name = "sleep_seconds_door")
|
|
@ApiModelProperty(value = "门口机熄屏时间,单位:秒", required = false)
|
|
@ApiModelProperty(value = "门口机熄屏时间,单位:秒", required = false)
|
|
- private Boolean sleepSecondsDoor;
|
|
|
|
|
|
+ private Integer sleepSecondsDoor;
|
|
/**
|
|
/**
|
|
* 病床分机熄屏时间,单位:秒
|
|
* 病床分机熄屏时间,单位:秒
|
|
*/
|
|
*/
|
|
@Column(name = "sleep_seconds_bed")
|
|
@Column(name = "sleep_seconds_bed")
|
|
@ApiModelProperty(value = "病床分机熄屏时间,单位:秒", required = false)
|
|
@ApiModelProperty(value = "病床分机熄屏时间,单位:秒", required = false)
|
|
- private Boolean sleepSecondsBed;
|
|
|
|
|
|
+ private Integer sleepSecondsBed;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 呼叫响应超时,单位:秒
|
|
|
|
+ */
|
|
|
|
+ @Column(name = "sip_overtime")
|
|
|
|
+ @ApiModelProperty(value = "呼叫响应超时,单位:秒", required = false)
|
|
|
|
+ private Integer sipOvertime;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 护士转接时长,单位:秒
|
|
|
|
+ */
|
|
|
|
+ @Column(name = "transfer_duration")
|
|
|
|
+ @ApiModelProperty(value = "护士转接时长,单位:秒", required = false)
|
|
|
|
+ private Integer transferDuration;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 护士组长转接时长,单位:秒
|
|
|
|
+ */
|
|
|
|
+ @Column(name = "transfer_duration_leader")
|
|
|
|
+ @ApiModelProperty(value = "护士组长转接时长,单位:秒", required = false)
|
|
|
|
+ private Integer transferDurationLeader;
|
|
|
|
|
|
|
|
|
|
@PrimaryKeyField
|
|
@PrimaryKeyField
|
|
@@ -242,87 +263,78 @@ public class PartSettingDO implements Serializable {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- public Boolean getDayLight() {
|
|
|
|
|
|
+ public Integer getDayLight() {
|
|
return dayLight;
|
|
return dayLight;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayLight(Boolean dayLight) {
|
|
|
|
|
|
+ public void setDayLight(Integer dayLight) {
|
|
this.dayLight = dayLight;
|
|
this.dayLight = dayLight;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getDayVol() {
|
|
|
|
|
|
+ public Integer getDayVol() {
|
|
return dayVol;
|
|
return dayVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayVol(Boolean dayVol) {
|
|
|
|
|
|
+ public void setDayVol(Integer dayVol) {
|
|
this.dayVol = dayVol;
|
|
this.dayVol = dayVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getDayRingVol() {
|
|
|
|
|
|
+ public Integer getDayRingVol() {
|
|
return dayRingVol;
|
|
return dayRingVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayRingVol(Boolean dayRingVol) {
|
|
|
|
|
|
+ public void setDayRingVol(Integer dayRingVol) {
|
|
this.dayRingVol = dayRingVol;
|
|
this.dayRingVol = dayRingVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getDayRingTimes() {
|
|
|
|
|
|
+ public Integer getDayRingTimes() {
|
|
return dayRingTimes;
|
|
return dayRingTimes;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayRingTimes(Boolean dayRingTimes) {
|
|
|
|
|
|
+ public void setDayRingTimes(Integer dayRingTimes) {
|
|
this.dayRingTimes = dayRingTimes;
|
|
this.dayRingTimes = dayRingTimes;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getDayNurseLed() {
|
|
|
|
|
|
+ public Integer getDayNurseLed() {
|
|
return dayNurseLed;
|
|
return dayNurseLed;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayNurseLed(Boolean dayNurseLed) {
|
|
|
|
|
|
+ public void setDayNurseLed(Integer dayNurseLed) {
|
|
this.dayNurseLed = dayNurseLed;
|
|
this.dayNurseLed = dayNurseLed;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getDayDoorVol() {
|
|
|
|
|
|
+ public Integer getDayDoorVol() {
|
|
return dayDoorVol;
|
|
return dayDoorVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayDoorVol(Boolean dayDoorVol) {
|
|
|
|
|
|
+ public void setDayDoorVol(Integer dayDoorVol) {
|
|
this.dayDoorVol = dayDoorVol;
|
|
this.dayDoorVol = dayDoorVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getDayBedVol() {
|
|
|
|
|
|
+ public Integer getDayBedVol() {
|
|
return dayBedVol;
|
|
return dayBedVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayBedVol(Boolean dayBedVol) {
|
|
|
|
|
|
+ public void setDayBedVol(Integer dayBedVol) {
|
|
this.dayBedVol = dayBedVol;
|
|
this.dayBedVol = dayBedVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getDayTransferBoxVol() {
|
|
|
|
|
|
+ public Integer getDayTransferBoxVol() {
|
|
return dayTransferBoxVol;
|
|
return dayTransferBoxVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayTransferBoxVol(Boolean dayTransferBoxVol) {
|
|
|
|
|
|
+ public void setDayTransferBoxVol(Integer dayTransferBoxVol) {
|
|
this.dayTransferBoxVol = dayTransferBoxVol;
|
|
this.dayTransferBoxVol = dayTransferBoxVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getDayTransferBoxSystemVol() {
|
|
|
|
|
|
+ public Integer getDayTransferBoxSystemVol() {
|
|
return dayTransferBoxSystemVol;
|
|
return dayTransferBoxSystemVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setDayTransferBoxSystemVol(Boolean dayTransferBoxSystemVol) {
|
|
|
|
|
|
+ public void setDayTransferBoxSystemVol(Integer dayTransferBoxSystemVol) {
|
|
this.dayTransferBoxSystemVol = dayTransferBoxSystemVol;
|
|
this.dayTransferBoxSystemVol = dayTransferBoxSystemVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
public String getNightStart() {
|
|
public String getNightStart() {
|
|
return nightStart;
|
|
return nightStart;
|
|
}
|
|
}
|
|
@@ -331,112 +343,123 @@ public class PartSettingDO implements Serializable {
|
|
this.nightStart = nightStart;
|
|
this.nightStart = nightStart;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightLight() {
|
|
|
|
|
|
+ public Integer getNightLight() {
|
|
return nightLight;
|
|
return nightLight;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightLight(Boolean nightLight) {
|
|
|
|
|
|
+ public void setNightLight(Integer nightLight) {
|
|
this.nightLight = nightLight;
|
|
this.nightLight = nightLight;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightVol() {
|
|
|
|
|
|
+ public Integer getNightVol() {
|
|
return nightVol;
|
|
return nightVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightVol(Boolean nightVol) {
|
|
|
|
|
|
+ public void setNightVol(Integer nightVol) {
|
|
this.nightVol = nightVol;
|
|
this.nightVol = nightVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightRingVol() {
|
|
|
|
|
|
+ public Integer getNightRingVol() {
|
|
return nightRingVol;
|
|
return nightRingVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightRingVol(Boolean nightRingVol) {
|
|
|
|
|
|
+ public void setNightRingVol(Integer nightRingVol) {
|
|
this.nightRingVol = nightRingVol;
|
|
this.nightRingVol = nightRingVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightRingTimes() {
|
|
|
|
|
|
+ public Integer getNightRingTimes() {
|
|
return nightRingTimes;
|
|
return nightRingTimes;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightRingTimes(Boolean nightRingTimes) {
|
|
|
|
|
|
+ public void setNightRingTimes(Integer nightRingTimes) {
|
|
this.nightRingTimes = nightRingTimes;
|
|
this.nightRingTimes = nightRingTimes;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightNurseLed() {
|
|
|
|
|
|
+ public Integer getNightNurseLed() {
|
|
return nightNurseLed;
|
|
return nightNurseLed;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightNurseLed(Boolean nightNurseLed) {
|
|
|
|
|
|
+ public void setNightNurseLed(Integer nightNurseLed) {
|
|
this.nightNurseLed = nightNurseLed;
|
|
this.nightNurseLed = nightNurseLed;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightDoorVol() {
|
|
|
|
|
|
+ public Integer getNightDoorVol() {
|
|
return nightDoorVol;
|
|
return nightDoorVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightDoorVol(Boolean nightDoorVol) {
|
|
|
|
|
|
+ public void setNightDoorVol(Integer nightDoorVol) {
|
|
this.nightDoorVol = nightDoorVol;
|
|
this.nightDoorVol = nightDoorVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightBedVol() {
|
|
|
|
|
|
+ public Integer getNightBedVol() {
|
|
return nightBedVol;
|
|
return nightBedVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightBedVol(Boolean nightBedVol) {
|
|
|
|
|
|
+ public void setNightBedVol(Integer nightBedVol) {
|
|
this.nightBedVol = nightBedVol;
|
|
this.nightBedVol = nightBedVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightTransferBoxVol() {
|
|
|
|
|
|
+ public Integer getNightTransferBoxVol() {
|
|
return nightTransferBoxVol;
|
|
return nightTransferBoxVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightTransferBoxVol(Boolean nightTransferBoxVol) {
|
|
|
|
|
|
+ public void setNightTransferBoxVol(Integer nightTransferBoxVol) {
|
|
this.nightTransferBoxVol = nightTransferBoxVol;
|
|
this.nightTransferBoxVol = nightTransferBoxVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getNightTransferBoxSystemVol() {
|
|
|
|
|
|
+ public Integer getNightTransferBoxSystemVol() {
|
|
return nightTransferBoxSystemVol;
|
|
return nightTransferBoxSystemVol;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setNightTransferBoxSystemVol(Boolean nightTransferBoxSystemVol) {
|
|
|
|
|
|
+ public void setNightTransferBoxSystemVol(Integer nightTransferBoxSystemVol) {
|
|
this.nightTransferBoxSystemVol = nightTransferBoxSystemVol;
|
|
this.nightTransferBoxSystemVol = nightTransferBoxSystemVol;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getSleepSecondsNurse() {
|
|
|
|
|
|
+ public Integer getSleepSecondsNurse() {
|
|
return sleepSecondsNurse;
|
|
return sleepSecondsNurse;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setSleepSecondsNurse(Boolean sleepSecondsNurse) {
|
|
|
|
|
|
+ public void setSleepSecondsNurse(Integer sleepSecondsNurse) {
|
|
this.sleepSecondsNurse = sleepSecondsNurse;
|
|
this.sleepSecondsNurse = sleepSecondsNurse;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getSleepSecondsDoor() {
|
|
|
|
|
|
+ public Integer getSleepSecondsDoor() {
|
|
return sleepSecondsDoor;
|
|
return sleepSecondsDoor;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setSleepSecondsDoor(Boolean sleepSecondsDoor) {
|
|
|
|
|
|
+ public void setSleepSecondsDoor(Integer sleepSecondsDoor) {
|
|
this.sleepSecondsDoor = sleepSecondsDoor;
|
|
this.sleepSecondsDoor = sleepSecondsDoor;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- public Boolean getSleepSecondsBed() {
|
|
|
|
|
|
+ public Integer getSleepSecondsBed() {
|
|
return sleepSecondsBed;
|
|
return sleepSecondsBed;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setSleepSecondsBed(Boolean sleepSecondsBed) {
|
|
|
|
|
|
+ public void setSleepSecondsBed(Integer sleepSecondsBed) {
|
|
this.sleepSecondsBed = sleepSecondsBed;
|
|
this.sleepSecondsBed = sleepSecondsBed;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public Integer getSipOvertime() {
|
|
|
|
+ return sipOvertime;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setSipOvertime(Integer sipOvertime) {
|
|
|
|
+ this.sipOvertime = sipOvertime;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Integer getTransferDuration() {
|
|
|
|
+ return transferDuration;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setTransferDuration(Integer transferDuration) {
|
|
|
|
+ this.transferDuration = transferDuration;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Integer getTransferDurationLeader() {
|
|
|
|
+ return transferDurationLeader;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setTransferDurationLeader(Integer transferDurationLeader) {
|
|
|
|
+ this.transferDurationLeader = transferDurationLeader;
|
|
|
|
+ }
|
|
}
|
|
}
|