Class DTOBundleOperation

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.operation.DTOBundleOperation
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOBundleOperation extends DynO
DTO representing a bundle operation.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOBundleOperation

      public DTOBundleOperation()
  • Method Details

    • getId

      public final Long getId()
      Returns the bundle operation id.
      Returns:
      the bundle operation id
    • setId

      public final void setId(Long id)
      Sets the bundle operation id.
      Parameters:
      id - the bundle operation id
    • getBundle

      public final Long getBundle()
      Returns the bundling header id.
      Returns:
      the bundle id
    • setBundle

      public final void setBundle(Long bundle)
      Sets the bundling header id.
      Parameters:
      bundle - the bundle id
    • 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
    • getInsertUser

      public final Long getInsertUser()
      Returns the id of the bundle operation creation user.
      Returns:
      the creation user id
    • setInsertUser

      public final void setInsertUser(Long insertUser)
      Sets the id of the bundle operation creation user.
      Parameters:
      insertUser - the creation user id
    • getInsertDate

      public final ZonedDateTime getInsertDate()
      Returns the bundle operation creation date.
      Returns:
      the creation date
    • setInsertDate

      public final void setInsertDate(ZonedDateTime insertDate)
      Sets the bundle operation creation date.
      Parameters:
      insertDate - the creation date
    • getStatus

      public final Long getStatus()
      Sets the bundle operation state id.
      Returns:
      the state id
    • setStatus

      public final void setStatus(Long status)
      Sets the id of the bundle operation status.
      Parameters:
      status - the status id
    • getOrder

      public final Long getOrder()
      Returns the bundle operation order.
      Returns:
      the bundle operation order
    • setOrder

      public final void setOrder(Long order)
      Sets the bundle operation order.
      Parameters:
      order - the bundle operation order