Class MedicalTechnology

java.lang.Object
entity.medicaltechnology.MedicalTechnology

public class MedicalTechnology extends Object
Describe a medical technology used inside the operating block.
  • Constructor Details

  • Method Details

    • getId

      public MedicalTechnologyID getId()
      Get the id of the medical technology.
      Returns:
      the id
    • getType

      public MedicalTechnologyType getType()
      Get the type of the medical technology.
      Returns:
      the type
    • getRoomID

      public Optional<RoomID> getRoomID()
      Get the room where the medical technology is currently placed.
      Returns:
      the room id
    • equals

      public final boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object