Class BucketMovementKey

java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.demand.BucketMovementKey

public class BucketMovementKey extends Object
Key for the bucket movement map
  • Method Details

    • getOnlyOriginKey

      public static BucketMovementKey getOnlyOriginKey(DemandSummaryDetail detail)
      Get the key for the bucket movement map, without the destination bucket
      Parameters:
      detail - the demand summary detail
      Returns:
      the key
    • getWithDestinationKey

      public static BucketMovementKey getWithDestinationKey(BORoughPlanningBucketMovement originMovement, DemandSummaryDetail detail)
      Get the key for the bucket movement map, with the destination bucket
      Parameters:
      originMovement - the origin bucket movement
      detail - the demand summary detail
      Returns:
      the key