Class BucketMovementKey
java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.demand.BucketMovementKey
Key for the bucket movement map
-
Method Summary
Modifier and TypeMethodDescriptionstatic BucketMovementKeygetOnlyOriginKey(DemandSummaryDetail detail) Get the key for the bucket movement map, without the destination bucketstatic BucketMovementKeygetWithDestinationKey(BORoughPlanningBucketMovement originMovement, DemandSummaryDetail detail) Get the key for the bucket movement map, with the destination bucket
-
Method Details
-
getOnlyOriginKey
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 movementdetail- the demand summary detail- Returns:
- the key
-