Class MCashPlan

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

public class MCashPlan extends X_C_CashPlan
Cash Plan model
Author:
Carlos Ruiz - GlobalQSS
See Also:
  • Constructor Details

    • MCashPlan

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

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

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

    • beforeDelete

      protected boolean beforeDelete()
      Description copied from class: PO
      Execute before Delete operations.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      beforeDelete in class PO
      Returns:
      true if record can be deleted
    • getLines

      public MCashPlanLine[] getLines()
      Get Cash Plan Lines of Cash Plan
      Returns:
      lines