Class MInvoiceBatchLine

    • Constructor Detail

      • MInvoiceBatchLine

        public MInvoiceBatchLine​(Properties ctx,
                                 int C_InvoiceBatchLine_ID,
                                 String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        C_InvoiceBatchLine_ID - id
        trxName - trx
      • MInvoiceBatchLine

        public MInvoiceBatchLine​(Properties ctx,
                                 ResultSet rs,
                                 String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - trx
    • Method Detail

      • beforeSave

        protected boolean beforeSave​(boolean newRecord)
        Before Save
        Overrides:
        beforeSave in class PO
        Parameters:
        newRecord - new
        Returns:
        true
      • afterSave

        protected boolean afterSave​(boolean newRecord,
                                    boolean success)
        After Save. Update Header
        Overrides:
        afterSave in class PO
        Parameters:
        newRecord - new
        success - success
        Returns:
        success