Class InterventionOutcomeSaveInput

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.event.InterventionOutcomeSaveInput

public class InterventionOutcomeSaveInput extends Object
Object used as an input bean for the for InterventionOutcomeSaveInput
Since:
9.2
GCApi:
bo
  • Constructor Details

    • InterventionOutcomeSaveInput

      public InterventionOutcomeSaveInput()
      Instantiates a new intervention outcome save input.
  • Method Details

    • getIntervention

      public Intervention getIntervention()
      Returns the intervention.
      Returns:
      the intervention
    • setIntervention

      public void setIntervention(Intervention intervention)
      Sets the intervention.
      Parameters:
      intervention - the intervention
    • getWorkOrder

      public WorkOrder getWorkOrder()
      Returns the work order.
      Returns:
      the work order
    • setWorkOrder

      public void setWorkOrder(WorkOrder workOrder)
      Sets the work order.
      Parameters:
      workOrder - the work order
    • getNotifications

      public List<Notification> getNotifications()
      Returns the notifications.
      Returns:
      a list of notification elements of type Notification
      See Also:
    • addNotification

      public void addNotification(Notification notification)
      Adds the notification.
      Parameters:
      notification - the notification
    • getInterventionOutcomeReadings

      public InterventionOutcomeReadings getInterventionOutcomeReadings()
      Returns all the meter readings for the intervention
      Returns:
      the object representing the meter readings
    • setInterventionOutcomeReadings

      public void setInterventionOutcomeReadings(InterventionOutcomeReadings readings)
      Sets the meter readings for the intervention
      Parameters:
      readings - the object representing the meter readings
    • getAccessoryData

      public BOAccessoryData getAccessoryData()
      Returns the accessory data for the intervention
      Returns:
      the object representing the accessory data
    • setAccessoryData

      public void setAccessoryData(BOAccessoryData accessoryData)
      Sets the accessory data for the intervention
      Parameters:
      accessoryData - the object representing the accessory data