Class TemporaryConditionDTO

java.lang.Object
org.cswteams.ms3.dto.userprofile.TemporaryConditionDTO

public class TemporaryConditionDTO extends Object
  • Constructor Details

    • TemporaryConditionDTO

      public TemporaryConditionDTO(String label, long conditionID, long startDate, long endDate)
      DTO used to nest attributes in the generated JSOn to be parsed by frontend in SingleUserProfileDTO
      Parameters:
      label - The name of the condition
      startDate - The start date of the condition
      endDate - The end date of the condition