Class X_M_InOutLineMA

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_M_InOutLineMA
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_InOutLineMA, I_Persistent, Evaluatee
Direct Known Subclasses:
MInOutLineMA

public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent
Generated Model for M_InOutLineMA
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_M_InOutLineMA

      public X_M_InOutLineMA(Properties ctx, int M_InOutLineMA_ID, String trxName)
      Standard Constructor
    • X_M_InOutLineMA

      public X_M_InOutLineMA(Properties ctx, int M_InOutLineMA_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_InOutLineMA

      public X_M_InOutLineMA(Properties ctx, String M_InOutLineMA_UU, String trxName)
      Standard Constructor
    • X_M_InOutLineMA

      public X_M_InOutLineMA(Properties ctx, String M_InOutLineMA_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_M_InOutLineMA

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