Class X_AD_WF_NodeNext

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_WF_NodeNext
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_WF_NodeNext, I_Persistent, Evaluatee
Direct Known Subclasses:
MWFNodeNext

public class X_AD_WF_NodeNext extends PO implements I_AD_WF_NodeNext, I_Persistent
Generated Model for AD_WF_NodeNext
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • ENTITYTYPE_AD_Reference_ID

      public static final int ENTITYTYPE_AD_Reference_ID
      EntityType AD_Reference_ID=389
      See Also:
  • Constructor Details

    • X_AD_WF_NodeNext

      public X_AD_WF_NodeNext(Properties ctx, int AD_WF_NodeNext_ID, String trxName)
      Standard Constructor
    • X_AD_WF_NodeNext

      public X_AD_WF_NodeNext(Properties ctx, int AD_WF_NodeNext_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_WF_NodeNext

      public X_AD_WF_NodeNext(Properties ctx, String AD_WF_NodeNext_UU, String trxName)
      Standard Constructor
    • X_AD_WF_NodeNext

      public X_AD_WF_NodeNext(Properties ctx, String AD_WF_NodeNext_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_WF_NodeNext

      public X_AD_WF_NodeNext(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      6 - System - Client
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      Meta data of PO
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getAD_WF_Next

      public I_AD_WF_Node getAD_WF_Next() throws RuntimeException
      Specified by:
      getAD_WF_Next in interface I_AD_WF_NodeNext
      Throws:
      RuntimeException
    • setAD_WF_Next_ID

      public void setAD_WF_Next_ID(int AD_WF_Next_ID)
      Set Next Node.
      Specified by:
      setAD_WF_Next_ID in interface I_AD_WF_NodeNext
      Parameters:
      AD_WF_Next_ID - Next Node in workflow
    • getAD_WF_Next_ID

      public int getAD_WF_Next_ID()
      Get Next Node.
      Specified by:
      getAD_WF_Next_ID in interface I_AD_WF_NodeNext
      Returns:
      Next Node in workflow
    • getAD_WF_Node

      public I_AD_WF_Node getAD_WF_Node() throws RuntimeException
      Specified by:
      getAD_WF_Node in interface I_AD_WF_NodeNext
      Throws:
      RuntimeException
    • setAD_WF_Node_ID

      public void setAD_WF_Node_ID(int AD_WF_Node_ID)
      Set Node.
      Specified by:
      setAD_WF_Node_ID in interface I_AD_WF_NodeNext
      Parameters:
      AD_WF_Node_ID - Workflow Node (activity), step or process
    • getAD_WF_Node_ID

      public int getAD_WF_Node_ID()
      Get Node.
      Specified by:
      getAD_WF_Node_ID in interface I_AD_WF_NodeNext
      Returns:
      Workflow Node (activity), step or process
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setAD_WF_NodeNext_ID

      public void setAD_WF_NodeNext_ID(int AD_WF_NodeNext_ID)
      Set Node Transition.
      Specified by:
      setAD_WF_NodeNext_ID in interface I_AD_WF_NodeNext
      Parameters:
      AD_WF_NodeNext_ID - Workflow Node Transition
    • getAD_WF_NodeNext_ID

      public int getAD_WF_NodeNext_ID()
      Get Node Transition.
      Specified by:
      getAD_WF_NodeNext_ID in interface I_AD_WF_NodeNext
      Returns:
      Workflow Node Transition
    • setAD_WF_NodeNext_UU

      public void setAD_WF_NodeNext_UU(String AD_WF_NodeNext_UU)
      Set AD_WF_NodeNext_UU.
      Specified by:
      setAD_WF_NodeNext_UU in interface I_AD_WF_NodeNext
      Parameters:
      AD_WF_NodeNext_UU - AD_WF_NodeNext_UU
    • getAD_WF_NodeNext_UU

      public String getAD_WF_NodeNext_UU()
      Get AD_WF_NodeNext_UU.
      Specified by:
      getAD_WF_NodeNext_UU in interface I_AD_WF_NodeNext
      Returns:
      AD_WF_NodeNext_UU
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_AD_WF_NodeNext
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_AD_WF_NodeNext
      Returns:
      Optional short description of the record
    • setEntityType

      public void setEntityType(String EntityType)
      Set Entity Type.
      Specified by:
      setEntityType in interface I_AD_WF_NodeNext
      Parameters:
      EntityType - Dictionary Entity Type; Determines ownership and synchronization
    • getEntityType

      public String getEntityType()
      Get Entity Type.
      Specified by:
      getEntityType in interface I_AD_WF_NodeNext
      Returns:
      Dictionary Entity Type; Determines ownership and synchronization
    • setIsStdUserWorkflow

      public void setIsStdUserWorkflow(boolean IsStdUserWorkflow)
      Set Std User Workflow.
      Specified by:
      setIsStdUserWorkflow in interface I_AD_WF_NodeNext
      Parameters:
      IsStdUserWorkflow - Standard Manual User Approval Workflow
    • isStdUserWorkflow

      public boolean isStdUserWorkflow()
      Get Std User Workflow.
      Specified by:
      isStdUserWorkflow in interface I_AD_WF_NodeNext
      Returns:
      Standard Manual User Approval Workflow
    • setSeqNo

      public void setSeqNo(int SeqNo)
      Set Sequence.
      Specified by:
      setSeqNo in interface I_AD_WF_NodeNext
      Parameters:
      SeqNo - Method of ordering records; lowest number comes first
    • getSeqNo

      public int getSeqNo()
      Get Sequence.
      Specified by:
      getSeqNo in interface I_AD_WF_NodeNext
      Returns:
      Method of ordering records; lowest number comes first
    • setTransitionCode

      public void setTransitionCode(String TransitionCode)
      Set Transition Code.
      Specified by:
      setTransitionCode in interface I_AD_WF_NodeNext
      Parameters:
      TransitionCode - Code resulting in TRUE of FALSE
    • getTransitionCode

      public String getTransitionCode()
      Get Transition Code.
      Specified by:
      getTransitionCode in interface I_AD_WF_NodeNext
      Returns:
      Code resulting in TRUE of FALSE