Class BOBundleOperationStatus

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

public class BOBundleOperationStatus extends DynO
Business object representing the status of a BOBundleOperation.
Since:
10.1
See Also:
GCApi:
bo
  • Constructor Details

    • BOBundleOperationStatus

      public BOBundleOperationStatus()
  • Method Details

    • getActiveStatus

      public static Set<Long> getActiveStatus()
      Returns the set which contains all the possible active status of the bundle operation.
      Returns:
      the active status
    • getFinalStatus

      public static Set<Long> getFinalStatus()
      Returns the set which contains all the possible final status of the bundle operation.
      Returns:
      the final status
    • getId

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

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

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

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

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

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