Class ShippingStatusImpl

    • Constructor Detail

      • ShippingStatusImpl

        public ShippingStatusImpl​(EStatus key)
        Only for unit tests. Other callers need to instantiate via GenericFactory and call init method}.
        Parameters:
        key - status key
      • ShippingStatusImpl

        public ShippingStatusImpl()
        Default constructor
      • ShippingStatusImpl

        public ShippingStatusImpl​(EStatus dlvStatus,
                                  EStatus giStatus,
                                  EStatus rjStatus)
        Only for unit tests. Other callers need to instantiate via GenericFactory and call init method}.
        Parameters:
        dlvStatus - delivery status
        giStatus - gi status
        rjStatus - rejection status