Class MWFNodePara

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

public class MWFNodePara extends X_AD_WF_Node_Para implements ImmutablePOSupport
Extended Workflow Node Process Parameter Model for AD_WF_Node_Para
Version:
$Id: MWFNodePara.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MWFNodePara

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

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

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

      public MWFNodePara(MWFNodePara copy)
      Copy constructor
      Parameters:
      copy -
    • MWFNodePara

      public MWFNodePara(Properties ctx, MWFNodePara copy)
      Copy constructor
      Parameters:
      ctx -
      copy -
    • MWFNodePara

      public MWFNodePara(Properties ctx, MWFNodePara copy, String trxName)
      Copy constructor
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details