Class WorkOrderAttachmentInsertInput

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

public class WorkOrderAttachmentInsertInput extends DynO
Since:
20.0
See Also:
  • Constructor Details

    • WorkOrderAttachmentInsertInput

      public WorkOrderAttachmentInsertInput()
  • Method Details

    • 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
    • getUuid

      public String getUuid()
      Returns the uuid.
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid.
      Parameters:
      uuid - the uuid
    • getAttachmentType

      public Long getAttachmentType()
      Returns the attachment type id.
      Returns:
      the attachment type id
    • setAttachmentType

      public void setAttachmentType(Long attachmentType)
      Sets the attachment type id.
      Parameters:
      attachmentType - the attachment type id