Class MImpFormatRow

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_ImpFormat_Row, I_Persistent, Evaluatee

public class MImpFormatRow extends X_AD_ImpFormat_Row
Extended Import Format Row Model for AD_ImpFormat_Row
Version:
$Id: MImpFormatRow.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MImpFormatRow

      public MImpFormatRow(Properties ctx, String AD_ImpFormat_Row_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_ImpFormat_Row_UU - UUID key
      trxName - Transaction
    • MImpFormatRow

      public MImpFormatRow(Properties ctx, int AD_ImpFormat_Row_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      AD_ImpFormat_Row_ID - id
      trxName - transaction
    • MImpFormatRow

      public MImpFormatRow(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
    • MImpFormatRow

      public MImpFormatRow(MImpFormat format)
      Parent Constructor
      Parameters:
      format - format parent
    • MImpFormatRow

      public MImpFormatRow(MImpFormat parent, MImpFormatRow original)
      Parent/Copy Constructor
      Parameters:
      parent - format parent
      original - to copy