Class MInvoiceBatchLine

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_InvoiceBatchLine, I_Persistent, Evaluatee

public class MInvoiceBatchLine extends X_C_InvoiceBatchLine
Invoice Batch Line Model
Version:
$Id: MInvoiceBatchLine.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MInvoiceBatchLine

      public MInvoiceBatchLine(Properties ctx, String C_InvoiceBatchLine_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      C_InvoiceBatchLine_UU - UUID key
      trxName - Transaction
    • 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 Details

    • 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