Class ConfigVincMaxPerCons
java.lang.Object
org.cswteams.ms3.entity.constraint.ConfigVincMaxPerCons
This entity models the configuration for the system association
between users with a specific Condition and the maximum time of consecutive work for them,
e.g. elderly/pregnant users can have a limit to a certain amount of time.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor needed by LombokConfigVincMaxPerCons(Condition constrainedCondition, int maxConsecutiveMinutes) Create a new Condition-max consecutive work time -
Method Summary
-
Constructor Details
-
ConfigVincMaxPerCons
public ConfigVincMaxPerCons()Default constructor needed by Lombok -
ConfigVincMaxPerCons
Create a new Condition-max consecutive work time- Parameters:
constrainedCondition- condition for this constraintmaxConsecutiveMinutes- maximum consecutive work time [minutes]
-