Class X_S_Training

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

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

    • X_S_Training

      public X_S_Training(Properties ctx, int S_Training_ID, String trxName)
      Standard Constructor
    • X_S_Training

      public X_S_Training(Properties ctx, int S_Training_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_S_Training

      public X_S_Training(Properties ctx, String S_Training_UU, String trxName)
      Standard Constructor
    • X_S_Training

      public X_S_Training(Properties ctx, String S_Training_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_S_Training

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