Class DTOWorkOrderNote

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

public class DTOWorkOrderNote extends DynO
DTO for work order note.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkOrderNote

      public DTOWorkOrderNote()
  • Method Details

    • getId

      public final Long getId()
      Returns the work order note id.
      Returns:
      the work order note id
    • setId

      public final void setId(Long id)
      Sets the work order note id.
      Parameters:
      id - the work order note id
    • 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
    • getCreationUser

      public final Long getCreationUser()
      Returns the creation user id.
      Returns:
      the creation user id
    • setCreationUser

      public final void setCreationUser(Long creationUser)
      Sets the creation user id.
      Parameters:
      creationUser - the creation user id
    • getCreationDate

      public final Date getCreationDate()
      Returns the creation date.
      Returns:
      the creation date
    • setCreationDate

      public final void setCreationDate(Date creationDate)
      Sets the creation date.
      Parameters:
      creationDate - the creation date