Class BOBundleOperationOrdering

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.BOBundleOperationOrdering
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOBundleOperationOrdering extends DynO
Business object representing the ordering of a BOBundleOperation.
Since:
11.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOBundleOperationOrdering

      public BOBundleOperationOrdering()
  • Method Details

    • getOrderingsRequiringCoordinates

      public static Set<Long> getOrderingsRequiringCoordinates()
      Returns the set which contains all the possible orderings requiring coordinates.
      Returns:
      the orderings requiring coordinates
    • getId

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

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

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

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

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

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