Class X_PA_SLA_Measure

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_PA_SLA_Measure
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_PA_SLA_Measure, I_Persistent, Evaluatee
Direct Known Subclasses:
MSLAMeasure

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

    • X_PA_SLA_Measure

      public X_PA_SLA_Measure(Properties ctx, int PA_SLA_Measure_ID, String trxName)
      Standard Constructor
    • X_PA_SLA_Measure

      public X_PA_SLA_Measure(Properties ctx, int PA_SLA_Measure_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_PA_SLA_Measure

      public X_PA_SLA_Measure(Properties ctx, String PA_SLA_Measure_UU, String trxName)
      Standard Constructor
    • X_PA_SLA_Measure

      public X_PA_SLA_Measure(Properties ctx, String PA_SLA_Measure_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_PA_SLA_Measure

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