Class MProjectTypePhase

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

public class MProjectTypePhase extends X_C_Phase
Project Type Phase Model
Version:
$Id: MProjectTypePhase.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MProjectTypePhase

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

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

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

    • getTasks

      public MProjectTypeTask[] getTasks()
      Get Project Type Tasks
      Returns:
      Array of MProjectTypeTask