Class PrePostOperatingRoomStandbyMode
java.lang.Object
application.presenter.configuration.model.standby.StandbyMode
application.presenter.configuration.model.standby.PrePostOperatingRoomStandbyMode
Standby configuration for pre/post operating room.
-
Constructor Summary
ConstructorDescriptionDefault constructor.Constructor to perform copy. -
Method Summary
Modifier and TypeMethodDescriptionStandby mode environmental data configuration getter.void
setEnvironment
(EnvironmentalDataConfig environment) Set the environmental data config for standby mode.Methods inherited from class application.presenter.configuration.model.standby.StandbyMode
getMinutesToEnable, isEnabled, setEnabled, setMinutesToEnable
-
Constructor Details
-
PrePostOperatingRoomStandbyMode
public PrePostOperatingRoomStandbyMode()Default constructor. -
PrePostOperatingRoomStandbyMode
Constructor to perform copy.- Parameters:
other
- to copy.
-
-
Method Details
-
getEnvironment
Standby mode environmental data configuration getter.- Returns:
- the environmental data configuration.
-
setEnvironment
Set the environmental data config for standby mode.- Parameters:
environment
- config to set.
-