Class MobileWorkOrderCreationRequest
java.lang.Object
overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.MobileWorkOrderCreationRequest
Business object representing a work order creation request.
It consists of a header
BOMobileWorkOrderCreationRequestHeader
and a list of operations BOMobileWorkOrderCreationRequestOperation- Since:
- 9.2
- GCApi:
- bo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BOMobileWorkOrderCreationRequestHeaderprotected List<BOMobileWorkOrderCreationRequestOperation> -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new mobile work order creation request. -
Method Summary
Modifier and TypeMethodDescriptionGets the header.getId()Gets the id.Gets the operations.voidSets the header.voidsetOperations(List<BOMobileWorkOrderCreationRequestOperation> operations) Sets the operations.
-
Field Details
-
header
-
operations
-
-
Constructor Details
-
MobileWorkOrderCreationRequest
public MobileWorkOrderCreationRequest()Instantiates a new mobile work order creation request.
-
-
Method Details
-
getHeader
Gets the header.- Returns:
- the header
-
setHeader
Sets the header.- Parameters:
header- the new header
-
getOperations
Gets the operations.- Returns:
- the operations
-
setOperations
Sets the operations.- Parameters:
operations- the new operations
-
getId
Gets the id.- Returns:
- the id
-