Interface ShippingDateStrategy
-
- All Known Implementing Classes:
NextDayShippingDateStrategy
public interface ShippingDateStrategyStrategy to evaluateConsignmentModel.SHIPPINGDATE.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.DategetExpectedShippingDate(ConsignmentModel consignment)Determine the expected shipping date of the consignment
-
-
-
Method Detail
-
getExpectedShippingDate
java.util.Date getExpectedShippingDate(ConsignmentModel consignment)
Determine the expected shipping date of the consignment- Parameters:
consignment- theConsignmentModelfor which expected shipping date is being calculated- Returns:
- the expected
ConsignmentModel.SHIPPINGDATE
-
-