Class X_R_RequestUpdates

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_R_RequestUpdates
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, I_R_RequestUpdates, Evaluatee

public class X_R_RequestUpdates extends PO implements I_R_RequestUpdates, I_Persistent
Generated Model for R_RequestUpdates
Version:
Release 13 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_R_RequestUpdates

      public X_R_RequestUpdates(Properties ctx, int R_RequestUpdates_ID, String trxName)
      Standard Constructor
    • X_R_RequestUpdates

      public X_R_RequestUpdates(Properties ctx, int R_RequestUpdates_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_RequestUpdates

      public X_R_RequestUpdates(Properties ctx, String R_RequestUpdates_UU, String trxName)
      Standard Constructor
    • X_R_RequestUpdates

      public X_R_RequestUpdates(Properties ctx, String R_RequestUpdates_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_RequestUpdates

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