Class WorkCyclePermitsSaveRelInput
java.lang.Object
overit.geocallapp.wfm.core.bl.permits.workcycle.event.WorkCyclePermitsSaveRelInput
Input object for the
WorkCyclePermitsSaveRelEvent.- Since:
- 14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the permit types.Returns the id of work cycle.voidsetPermitTypesId(Set<Long> permitTypeIds) Sets the permit types.voidsetWorkCycleId(Long workCycleId) Sets the id of work cycle.
-
Constructor Details
-
WorkCyclePermitsSaveRelInput
public WorkCyclePermitsSaveRelInput()
-
-
Method Details
-
getWorkCycleId
Returns the id of work cycle.- Returns:
- the id of work cycle
-
setWorkCycleId
Sets the id of work cycle.- Parameters:
workCycleId- the id of work cycle
-
getPermitTypesId
Returns the permit types.- Returns:
- the permit types
-
setPermitTypesId
Sets the permit types.- Parameters:
permitTypeIds- the permit types
-