Class DTOWorkOrderNoteInsert

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.rs1.note.DTOWorkOrderNoteInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOWorkOrderNoteInsert extends DynO
DTO to insert a work order note.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkOrderNoteInsert

      public DTOWorkOrderNoteInsert()
  • Method Details

    • getNote

      public final String getNote()
      Returns the note text.
      Returns:
      the note text
    • setNote

      public final void setNote(String note)
      Sets the note text.
      Parameters:
      note - the note text
    • getWorkOrderOperation

      public final Long getWorkOrderOperation()
      Returns the work order operation id.
      Returns:
      the work order operation id
    • setWorkOrderOperation

      public final void setWorkOrderOperation(Long workOrderOperation)
      Sets the work order operation id.
      Parameters:
      workOrderOperation - the work order operation id
    • getWorkOrder

      public final Long getWorkOrder()
      Returns the work order id.
      Returns:
      the work order id
    • setWorkOrder

      public final void setWorkOrder(Long workOrder)
      Sets the work order id.
      Parameters:
      workOrder - the work order id