Class MGoalRestriction

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

public class MGoalRestriction extends X_PA_GoalRestriction
Performance Goal Restriction
Version:
$Id: MGoalRestriction.java,v 1.2 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MGoalRestriction

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

      public MGoalRestriction(Properties ctx, int PA_GoalRestriction_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      PA_GoalRestriction_ID - id
      trxName - trx
    • MGoalRestriction

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