Class DTOBundleOperationStatus

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

public class DTOBundleOperationStatus extends DynO
DTO for Bundle Operation Status.
Since:
20.1
See Also:
GCApi:
dto
  • Constructor Details

    • DTOBundleOperationStatus

      public DTOBundleOperationStatus()
  • Method Details

    • getId

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

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

      public final String getCode()
      Returns the bundle operation status code.
      Returns:
      the bundle operation status code
    • setCode

      public final void setCode(String code)
      Sets the bundle operation status code.
      Parameters:
      code - the bundle operation status code
    • getDescription

      public final String getDescription()
      Returns the bundle operation status description.
      Returns:
      the bundle operation status description
    • setDescription

      public final void setDescription(String description)
      Sets the bundle operation status description.
      Parameters:
      description - the bundle operation status description