Class X_M_Substitute

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

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

    • X_M_Substitute

      public X_M_Substitute(Properties ctx, int M_Substitute_ID, String trxName)
      Standard Constructor
    • X_M_Substitute

      public X_M_Substitute(Properties ctx, int M_Substitute_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_Substitute

      public X_M_Substitute(Properties ctx, String M_Substitute_UU, String trxName)
      Standard Constructor
    • X_M_Substitute

      public X_M_Substitute(Properties ctx, String M_Substitute_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_Substitute

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