Class MRevenueRecognitionPlan

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

public class MRevenueRecognitionPlan extends X_C_RevenueRecognition_Plan
Revenue Recognition Plan
Version:
$Id: MRevenueRecognitionPlan.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MRevenueRecognitionPlan

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

      public MRevenueRecognitionPlan(Properties ctx, int C_RevenueRecognition_Plan_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      C_RevenueRecognition_Plan_ID - id
    • MRevenueRecognitionPlan

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

    • 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