Class MInvoiceSchedule

    • Constructor Detail

      • MInvoiceSchedule

        public MInvoiceSchedule​(Properties ctx,
                                int C_InvoiceSchedule_ID,
                                String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        C_InvoiceSchedule_ID - id
        trxName - transaction
      • MInvoiceSchedule

        public MInvoiceSchedule​(Properties ctx,
                                ResultSet rs,
                                String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
      • MInvoiceSchedule

        public MInvoiceSchedule​(MInvoiceSchedule copy)
        Parameters:
        copy -
    • Method Detail

      • get

        public static MInvoiceSchedule get​(int C_InvoiceSchedule_ID,
                                           String trxName)
        Get MInvoiceSchedule (Immutable) from Cache
        Parameters:
        C_InvoiceSchedule_ID - id
        trxName - transaction
        Returns:
        MInvoiceSchedule
      • get

        public static MInvoiceSchedule get​(int C_InvoiceSchedule_ID)
        Get MInvoiceSchedule (Immutable) from Cache
        Parameters:
        C_InvoiceSchedule_ID - id
        Returns:
        MInvoiceSchedule
      • get

        public static MInvoiceSchedule get​(Properties ctx,
                                           int C_InvoiceSchedule_ID,
                                           String trxName)
        Get MInvoiceSchedule (Immutable) from Cache
        Parameters:
        ctx - context
        C_InvoiceSchedule_ID - id
        trxName - transaction
        Returns:
        MInvoiceSchedule
      • canInvoice

        @Deprecated
        public boolean canInvoice​(Timestamp xDate,
                                  BigDecimal orderAmt)
        Deprecated.
        Can I send Invoice
        Parameters:
        xDate - date
        orderAmt - order amount
        Returns:
        true if I can send Invoice
      • canInvoice

        public boolean canInvoice​(Timestamp xDate)
        Can I send Invoice
        Parameters:
        xDate - date
        Returns:
        true if I can send Invoice