Class DocActionEventData

java.lang.Object
org.compiere.process.DocActionEventData
All Implemented Interfaces:
POEventData

public class DocActionEventData extends Object implements POEventData
Event data for IEventTopics.DOCACTION.
  • Field Details

    • docStatus

      public String docStatus
    • processing

      public Object processing
    • orderType

      public String orderType
    • isSOTrx

      public String isSOTrx
    • AD_Table_ID

      public int AD_Table_ID
    • docAction

      public ArrayList<String> docAction
    • options

      public ArrayList<String> options
    • indexObj

      public AtomicInteger indexObj
      End index of valid options (exclusive)
    • po

      public PO po
  • Constructor Details

  • Method Details