Interface ShippingDateStrategy
- All Known Implementing Classes:
NextDayShippingDateStrategy
public interface ShippingDateStrategy
Strategy to evaluate
ConsignmentModel.SHIPPINGDATE.-
Method Summary
Modifier and TypeMethodDescriptiongetExpectedShippingDate(ConsignmentModel consignment) Determine the expected shipping date of the consignment
-
Method Details
-
getExpectedShippingDate
Determine the expected shipping date of the consignment- Parameters:
consignment- theConsignmentModelfor which expected shipping date is being calculated- Returns:
- the expected
ConsignmentModel.SHIPPINGDATE
-