Class AssociateWorkCyclePermitsInput
java.lang.Object
overit.geocallapp.wfm.core.ux.permits.workcycle.AssociateWorkCyclePermitsInput
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()Returns the page mode.Returns the work cycle id.voidSets the page mode.voidsetWorkCycleId(Long workCycleId) Sets the work cycle id.
-
Constructor Details
-
AssociateWorkCyclePermitsInput
public AssociateWorkCyclePermitsInput()
-
-
Method Details
-
getWorkCycleId
Returns the work cycle id.- Returns:
- the work cycle id
-
setWorkCycleId
Sets the work cycle id.- Parameters:
workCycleId- the work cycle id
-
getMode
Returns the page mode.- Returns:
- the page mode
-
setMode
Sets the page mode.- Parameters:
mode- the page mode
-