Class MWithholding

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

public class MWithholding extends X_C_Withholding
Withholding Model
Version:
$Id: MWithholding.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MWithholding

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

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

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

    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      After Save
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - new
      success - success
      Returns:
      success