Class MCashPlanLine

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

public class MCashPlanLine extends X_C_CashPlanLine
Cash Plan Line model
Author:
Carlos Ruiz - GlobalQSS
See Also:
  • Constructor Details

    • MCashPlanLine

      public MCashPlanLine(Properties ctx, String C_CashPlanLine_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      C_CashPlanLine_UU - UUID key
      trxName - Transaction
    • MCashPlanLine

      public MCashPlanLine(Properties ctx, int C_CashPlanLine_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      C_CashPlanLine_ID - id
      trxName - transaction
    • MCashPlanLine

      public MCashPlanLine(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - ctx
      rs - result set
      trxName - transaction
  • Method Details

    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Description copied from class: PO
      Called before Save for Pre-Save Operation.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - true if it is a new record
      Returns:
      true if record can be saved
    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      Description copied from class: PO
      Called after Save for Post-Save Operation.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - true if it is a new record
      success - true if save operation was success
      Returns:
      if save was a success
    • updateHeader

      protected boolean updateHeader()
      Update Header (C_CashPlan)
      Returns:
      true if header updated