Class Condition

java.lang.Object
org.cswteams.ms3.entity.condition.Condition
Direct Known Subclasses:
PermanentCondition, TemporaryCondition

@Entity public abstract class Condition extends Object
A condition that can be related to a Doctor.
See Also:
  • Constructor Details

    • Condition

      public Condition(String type)
      Create a condition as descripted by type.
      Parameters:
      type - condition description
    • Condition

      protected Condition()
      Default constructor needed by Lombok