Class InterventionOutcomeSaveInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.event.InterventionOutcomeSaveInput
Object used as an input bean for the for
InterventionOutcomeSaveInput- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new intervention outcome save input. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotification(Notification notification) Adds the notification.Returns the accessory data for the interventionReturns the intervention.Returns all the meter readings for the interventionReturns the notifications.Returns the work order.voidsetAccessoryData(BOAccessoryData accessoryData) Sets the accessory data for the interventionvoidsetIntervention(Intervention intervention) Sets the intervention.voidSets the meter readings for the interventionvoidsetWorkOrder(WorkOrder workOrder) Sets the work order.
-
Constructor Details
-
InterventionOutcomeSaveInput
public InterventionOutcomeSaveInput()Instantiates a new intervention outcome save input.
-
-
Method Details
-
getIntervention
Returns the intervention.- Returns:
- the intervention
-
setIntervention
Sets the intervention.- Parameters:
intervention- the intervention
-
getWorkOrder
Returns the work order.- Returns:
- the work order
-
setWorkOrder
Sets the work order.- Parameters:
workOrder- the work order
-
getNotifications
Returns the notifications.- Returns:
- a list of notification elements of type Notification
- See Also:
-
addNotification
Adds the notification.- Parameters:
notification- the notification
-
getInterventionOutcomeReadings
Returns all the meter readings for the intervention- Returns:
- the object representing the meter readings
-
setInterventionOutcomeReadings
Sets the meter readings for the intervention- Parameters:
readings- the object representing the meter readings
-
getAccessoryData
Returns the accessory data for the intervention- Returns:
- the object representing the accessory data
-
setAccessoryData
Sets the accessory data for the intervention- Parameters:
accessoryData- the object representing the accessory data
-