Class MPaySchedule

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

public class MPaySchedule extends X_C_PaySchedule
Payment Term Schedule Model
Version:
$Id: MPaySchedule.java,v 1.3 2006/07/30 00:51:04 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Field Details

  • Constructor Details

    • MPaySchedule

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

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

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

    • getParent

      public MPaymentTerm getParent()
      Returns:
      MPaymentTerm
    • setParent

      public void setParent(MPaymentTerm parent)
      Parameters:
      parent - The parent to set.
    • 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
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - new
      success - success
      Returns:
      success
    • afterDelete

      protected boolean afterDelete(boolean success)
      Description copied from class: PO
      Executed after Delete operation.
      Overrides:
      afterDelete in class PO
      Parameters:
      success - true if record deleted
      Returns:
      true if delete is a success