Class AssociateWorkCycleStructurePermitsInput
java.lang.Object
overit.geocallapp.wfm.core.ux.permits.workcycle.AssociateWorkCycleStructurePermitsInput
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()Returns the page mode.Returns the work cycle id.Returns the work cycle structure id.voidSets the page mode.voidsetWorkCycleId(Long workCycleId) Sets the work cycle id.voidsetWorkCycleStructureId(Long workCycleStructureId) Sets the work cycle structure id.
-
Field Details
-
workCycleId
-
-
Constructor Details
-
AssociateWorkCycleStructurePermitsInput
public AssociateWorkCycleStructurePermitsInput()
-
-
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
-
getWorkCycleStructureId
Returns the work cycle structure id.- Returns:
- the work cycle structure id
-
setWorkCycleStructureId
Sets the work cycle structure id.- Parameters:
workCycleStructureId- the work cycle structure id
-
getMode
Returns the page mode.- Returns:
- the page mode
-
setMode
Sets the page mode.- Parameters:
mode- the page mode
-