Class BillingHeaderStatusImpl

    • Constructor Detail

      • BillingHeaderStatusImpl

        public BillingHeaderStatusImpl()
      • BillingHeaderStatusImpl

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

        public BillingHeaderStatusImpl​(EStatus dlvStatus,
                                       EStatus ordInvoiceStatus,
                                       EStatus dlvInvoiceStatus,
                                       EStatus rjStatus)
        Only for unit tests. Other callers should use generic factory and init method
        Parameters:
        dlvStatus - Delivery Status
        ordInvoiceStatus - Order Invoice Status
        dlvInvoiceStatus - Delivery Invoice Status
        rjStatus - Rejected Status