Class X_R_RequestTypeUpdates

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

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

    • X_R_RequestTypeUpdates

      public X_R_RequestTypeUpdates(Properties ctx, int R_RequestTypeUpdates_ID, String trxName)
      Standard Constructor
    • X_R_RequestTypeUpdates

      public X_R_RequestTypeUpdates(Properties ctx, int R_RequestTypeUpdates_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_RequestTypeUpdates

      public X_R_RequestTypeUpdates(Properties ctx, String R_RequestTypeUpdates_UU, String trxName)
      Standard Constructor
    • X_R_RequestTypeUpdates

      public X_R_RequestTypeUpdates(Properties ctx, String R_RequestTypeUpdates_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_R_RequestTypeUpdates

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