Class MedicalTechnologyScenario
java.lang.Object
application.presenter.configuration.model.scenario.MedicalTechnologyScenario
Class that models a medical technology scenario config.
-
Constructor Summary
ConstructorDescriptionDefault constructor.Constructor to perform copy. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Ambient light getter.Medical technology type getter.Surgical light getter.final int
hashCode()
void
setAmbientIlluminance
(Double ambientIlluminance) Ambient light setter.void
setMedicalTechnologyType
(String medicalTechnologyType) Medical Technology type setter.void
setSurgicalIlluminance
(Double surgicalIlluminance) Surgical light setter.
-
Constructor Details
-
MedicalTechnologyScenario
public MedicalTechnologyScenario()Default constructor. -
MedicalTechnologyScenario
Constructor to perform copy.- Parameters:
other
- to copy.
-
-
Method Details
-
getMedicalTechnologyType
Medical technology type getter.- Returns:
- the medical technology type.
-
setMedicalTechnologyType
Medical Technology type setter.- Parameters:
medicalTechnologyType
- to set.
-
getAmbientIlluminance
Ambient light getter.- Returns:
- the ambient light.
-
setAmbientIlluminance
Ambient light setter.- Parameters:
ambientIlluminance
- to set.
-
getSurgicalIlluminance
Surgical light getter.- Returns:
- the surgical light.
-
setSurgicalIlluminance
Surgical light setter.- Parameters:
surgicalIlluminance
- to set.
-
equals
-
hashCode
public final int hashCode()
-