Package org.cswteams.ms3.dto.userprofile
Class TemporaryConditionDTO
java.lang.Object
org.cswteams.ms3.dto.userprofile.TemporaryConditionDTO
-
Constructor Summary
ConstructorsConstructorDescriptionTemporaryConditionDTO(String label, long conditionID, long startDate, long endDate) DTO used to nest attributes in the generated JSOn to be parsed by frontend in SingleUserProfileDTO -
Method Summary
-
Constructor Details
-
TemporaryConditionDTO
DTO used to nest attributes in the generated JSOn to be parsed by frontend in SingleUserProfileDTO- Parameters:
label- The name of the conditionstartDate- The start date of the conditionendDate- The end date of the condition
-