Class X_AD_ImpFormat_Row

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_ImpFormat_Row
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_ImpFormat_Row, I_Persistent, Evaluatee
Direct Known Subclasses:
MImpFormatRow

public class X_AD_ImpFormat_Row extends PO implements I_AD_ImpFormat_Row, I_Persistent
Generated Model for AD_ImpFormat_Row
Version:
Release 13 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_AD_ImpFormat_Row

      public X_AD_ImpFormat_Row(Properties ctx, int AD_ImpFormat_Row_ID, String trxName)
      Standard Constructor
    • X_AD_ImpFormat_Row

      public X_AD_ImpFormat_Row(Properties ctx, int AD_ImpFormat_Row_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_ImpFormat_Row

      public X_AD_ImpFormat_Row(Properties ctx, String AD_ImpFormat_Row_UU, String trxName)
      Standard Constructor
    • X_AD_ImpFormat_Row

      public X_AD_ImpFormat_Row(Properties ctx, String AD_ImpFormat_Row_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_ImpFormat_Row

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