Class X_LBR_ICMSMatrix

java.lang.Object
org.compiere.model.PO
org.brerp.base.model.X_LBR_ICMSMatrix
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_LBR_ICMSMatrix, I_Persistent, Evaluatee
Direct Known Subclasses:
MLBRICMSMatrix

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

    • X_LBR_ICMSMatrix

      public X_LBR_ICMSMatrix(Properties ctx, int LBR_ICMSMatrix_ID, String trxName)
      Standard Constructor
    • X_LBR_ICMSMatrix

      public X_LBR_ICMSMatrix(Properties ctx, int LBR_ICMSMatrix_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_LBR_ICMSMatrix

      public X_LBR_ICMSMatrix(Properties ctx, String LBR_ICMSMatrix_UU, String trxName)
      Standard Constructor
    • X_LBR_ICMSMatrix

      public X_LBR_ICMSMatrix(Properties ctx, String LBR_ICMSMatrix_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_LBR_ICMSMatrix

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