Class AppointmentProposeInput
java.lang.Object
overit.geocallapp.wfm.booking.bl.appointment.event.AppointmentProposeInput
- All Implemented Interfaces:
Serializable
Object used as an input bean for the
AppointmentProposeEvent. - Since:
- 15.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the technical object.Returns the work order header.voidsetTechnicalObject(TechnicalObject technicalObject) Sets the technical object.voidsetWorkOrderHeader(BOWorkOrderHeader workOrderHeader) Sets the work order header.
-
Constructor Details
-
AppointmentProposeInput
public AppointmentProposeInput()
-
-
Method Details
-
getWorkOrderHeader
Returns the work order header.- Returns:
- the work order header
-
setWorkOrderHeader
Sets the work order header.- Parameters:
workOrderHeader- the work order header
-
getTechnicalObject
Returns the technical object.- Returns:
- the technical object
-
setTechnicalObject
Sets the technical object.- Parameters:
technicalObject- the technical object
-