Class Intervention
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.Intervention
- All Implemented Interfaces:
Serializable
Business object representing an intervention.
It consists of various parts:
- an agenda
- an agenda outcome
- an appointment
- a work order header id
- a work order operation id
- a technical object header id
It consists of various parts:
- an agenda
BOAgenda - an agenda outcome
BOAgendaOutcome - an appointment
BOAppointment - a work order header id
BOWorkOrderHeader - a work order operation id
BOWorkOrderOperation - a technical object header id
BOTechnicalObjectHeader - Since:
- 9.2
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the intervention activity id.Returns the intervention agenda.Returns the intervention agenda outcome.Returns the intervention appointment.Returns the id of the intervention technical object.Returns the intervention work order id .Returns the id of the intervention work order operation.voidsetActivity(Long activity) Sets the intervention activity id.voidSets the intervention agenda.voidsetAgendaOutcome(BOAgendaOutcome agendaOutcome) Sets the intervention agenda outcome.voidsetAppointment(BOAppointment appointment) Sets the intervention appointment.voidsetTechnicalObject(Long technicalObject) Sets the id of the intervention technical object.voidsetWorkOrder(Long workOrder) Sets the intervention work order id.voidsetWorkOrderOperation(Long woOperation) Sets the id of the intervention work order operation.
-
Constructor Details
-
Intervention
public Intervention()
-
-
Method Details
-
getAgenda
Returns the intervention agenda.- Returns:
- the agenda
-
setAgenda
Sets the intervention agenda.- Parameters:
agenda- the agenda
-
getAgendaOutcome
Returns the intervention agenda outcome.- Returns:
- the agenda outcome
-
setAgendaOutcome
Sets the intervention agenda outcome.- Parameters:
agendaOutcome- the agenda outcome
-
getAppointment
Returns the intervention appointment.- Returns:
- the appointment
-
setAppointment
Sets the intervention appointment.- Parameters:
appointment- the appointment
-
getWorkOrder
Returns the intervention work order id .- Returns:
- the intervention work order id
- See Also:
-
setWorkOrder
Sets the intervention work order id.- Parameters:
workOrder- the work order id- See Also:
-
getWorkOrderOperation
Returns the id of the intervention work order operation.- Returns:
- the intervention work order operation id
- See Also:
-
setWorkOrderOperation
Sets the id of the intervention work order operation.- Parameters:
woOperation- the work order operation id- See Also:
-
getTechnicalObject
Returns the id of the intervention technical object.- Returns:
- the intervention technical object id
- See Also:
-
setTechnicalObject
Sets the id of the intervention technical object.- Parameters:
technicalObject- the technical object id- See Also:
-
getActivity
Returns the intervention activity id.- Returns:
- the intervention activity id
- See Also:
-
setActivity
Sets the intervention activity id.- Parameters:
activity- the activity id- See Also:
-