Class X_LBR_TaxLine

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

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

    • X_LBR_TaxLine

      public X_LBR_TaxLine(Properties ctx, int LBR_TaxLine_ID, String trxName)
      Standard Constructor
    • X_LBR_TaxLine

      public X_LBR_TaxLine(Properties ctx, int LBR_TaxLine_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_LBR_TaxLine

      public X_LBR_TaxLine(Properties ctx, String LBR_TaxLine_UU, String trxName)
      Standard Constructor
    • X_LBR_TaxLine

      public X_LBR_TaxLine(Properties ctx, String LBR_TaxLine_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_LBR_TaxLine

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