Class PermanentCondition

java.lang.Object
org.cswteams.ms3.entity.condition.Condition
org.cswteams.ms3.entity.condition.PermanentCondition

@Entity public class PermanentCondition extends Condition
This condition is permament, e.g. being senior ("over 62") and so on.
  • Constructor Details

    • PermanentCondition

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

      protected PermanentCondition()
      Default constructor needed by Lombok