Class X_R_RequestProcessor

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_R_RequestProcessor
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, I_R_RequestProcessor, Evaluatee
Direct Known Subclasses:
MRequestProcessor

public class X_R_RequestProcessor extends PO implements I_R_RequestProcessor, I_Persistent
Generated Model for R_RequestProcessor
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_R_RequestProcessor

      public X_R_RequestProcessor(Properties ctx, int R_RequestProcessor_ID, String trxName)
      Standard Constructor
    • X_R_RequestProcessor

      public X_R_RequestProcessor(Properties ctx, int R_RequestProcessor_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_RequestProcessor

      public X_R_RequestProcessor(Properties ctx, String R_RequestProcessor_UU, String trxName)
      Standard Constructor
    • X_R_RequestProcessor

      public X_R_RequestProcessor(Properties ctx, String R_RequestProcessor_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_RequestProcessor

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