java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.BOImmediateSchedulingState
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOImmediateSchedulingState extends DynO
Business Object representing immediate scheduling state
Since:
22.0
See Also:
GCApi:
bo
  • Field Details

    • ACTIVE_PROCESSING_STATES

      public static final LongSet ACTIVE_PROCESSING_STATES
      States that indicate processing is in progress or waiting to be processed
    • COMPLETED_STATES

      public static final LongSet COMPLETED_STATES
      States that indicate processing has completed (successfully, with errors, or cancelled)
  • Constructor Details

    • BOImmediateSchedulingState

      public BOImmediateSchedulingState()
  • Method Details

    • getId

      public Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getCode

      public String getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the code.
      Parameters:
      code - the new code
    • getDescription

      public LocalizedString getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the description.
      Parameters:
      description - the new description