Class BOWorkOrderNote

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

public class BOWorkOrderNote extends DynO
Business object representing a work order note.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkOrderNote

      public BOWorkOrderNote()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the work order note id.
      Parameters:
      id - the work order note id
    • getNote

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

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

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

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

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

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

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

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

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

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