Class MedicalTechnologyScenario
java.lang.Object
application.presenter.configuration.model.scenario.MedicalTechnologyScenario
Class that models a medical technology scenario config.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor to perform copy. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanAmbient light getter.Medical technology type getter.Surgical light getter.final inthashCode()voidsetAmbientIlluminance(Double ambientIlluminance) Ambient light setter.voidsetMedicalTechnologyType(String medicalTechnologyType) Medical Technology type setter.voidsetSurgicalIlluminance(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()
-