/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * * with this program, if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * For the text or an alternative of this public license, you may reach us * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ /** Generated Model - DO NOT CHANGE */ package org.compiere.model; import java.math.BigDecimal; import java.sql.ResultSet; import java.sql.Timestamp; import java.util.Properties; import org.compiere.util.Env; /** Generated Model for C_TaxDeclarationLine * @author iDempiere (generated) * @version Release 12 - $Id$ */ @org.adempiere.base.Model(table="C_TaxDeclarationLine") public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine, I_Persistent { /** * */ private static final long serialVersionUID = 20241222L; /** Standard Constructor */ public X_C_TaxDeclarationLine (Properties ctx, int C_TaxDeclarationLine_ID, String trxName) { super (ctx, C_TaxDeclarationLine_ID, trxName); /** if (C_TaxDeclarationLine_ID == 0) { setC_BPartner_ID (0); setC_Currency_ID (0); setC_TaxDeclarationLine_ID (0); setC_TaxDeclaration_ID (0); setC_Tax_ID (0); setDateAcct (new Timestamp( System.currentTimeMillis() )); setIsManual (true); // Y setLine (0); setTaxAmt (Env.ZERO); setTaxBaseAmt (Env.ZERO); } */ } /** Standard Constructor */ public X_C_TaxDeclarationLine (Properties ctx, int C_TaxDeclarationLine_ID, String trxName, String ... virtualColumns) { super (ctx, C_TaxDeclarationLine_ID, trxName, virtualColumns); /** if (C_TaxDeclarationLine_ID == 0) { setC_BPartner_ID (0); setC_Currency_ID (0); setC_TaxDeclarationLine_ID (0); setC_TaxDeclaration_ID (0); setC_Tax_ID (0); setDateAcct (new Timestamp( System.currentTimeMillis() )); setIsManual (true); // Y setLine (0); setTaxAmt (Env.ZERO); setTaxBaseAmt (Env.ZERO); } */ } /** Standard Constructor */ public X_C_TaxDeclarationLine (Properties ctx, String C_TaxDeclarationLine_UU, String trxName) { super (ctx, C_TaxDeclarationLine_UU, trxName); /** if (C_TaxDeclarationLine_UU == null) { setC_BPartner_ID (0); setC_Currency_ID (0); setC_TaxDeclarationLine_ID (0); setC_TaxDeclaration_ID (0); setC_Tax_ID (0); setDateAcct (new Timestamp( System.currentTimeMillis() )); setIsManual (true); // Y setLine (0); setTaxAmt (Env.ZERO); setTaxBaseAmt (Env.ZERO); } */ } /** Standard Constructor */ public X_C_TaxDeclarationLine (Properties ctx, String C_TaxDeclarationLine_UU, String trxName, String ... virtualColumns) { super (ctx, C_TaxDeclarationLine_UU, trxName, virtualColumns); /** if (C_TaxDeclarationLine_UU == null) { setC_BPartner_ID (0); setC_Currency_ID (0); setC_TaxDeclarationLine_ID (0); setC_TaxDeclaration_ID (0); setC_Tax_ID (0); setDateAcct (new Timestamp( System.currentTimeMillis() )); setIsManual (true); // Y setLine (0); setTaxAmt (Env.ZERO); setTaxBaseAmt (Env.ZERO); } */ } /** Load Constructor */ public X_C_TaxDeclarationLine (Properties ctx, ResultSet rs, String trxName) { super (ctx, rs, trxName); } /** AccessLevel * @return 3 - Client - Org */ protected int get_AccessLevel() { return accessLevel.intValue(); } /** Load Meta Data */ protected POInfo initPO (Properties ctx) { POInfo poi = POInfo.getPOInfo (ctx, Table_ID, get_TrxName()); return poi; } public String toString() { StringBuilder sb = new StringBuilder ("X_C_TaxDeclarationLine[") .append(get_ID()).append("]"); return sb.toString(); } public org.compiere.model.I_C_AllocationLine getC_AllocationLine() throws RuntimeException { return (org.compiere.model.I_C_AllocationLine)MTable.get(getCtx(), org.compiere.model.I_C_AllocationLine.Table_ID) .getPO(getC_AllocationLine_ID(), get_TrxName()); } /** Set Allocation Line. @param C_AllocationLine_ID Allocation Line */ public void setC_AllocationLine_ID (int C_AllocationLine_ID) { if (C_AllocationLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_AllocationLine_ID, null); else set_ValueNoCheck (COLUMNNAME_C_AllocationLine_ID, Integer.valueOf(C_AllocationLine_ID)); } /** Get Allocation Line. @return Allocation Line */ public int getC_AllocationLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AllocationLine_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException { return (org.compiere.model.I_C_BPartner)MTable.get(getCtx(), org.compiere.model.I_C_BPartner.Table_ID) .getPO(getC_BPartner_ID(), get_TrxName()); } /** Set Business Partner. @param C_BPartner_ID Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID) { if (C_BPartner_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, null); else set_ValueNoCheck (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); } /** Get Business Partner. @return Identifies a Business Partner */ public int getC_BPartner_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException { return (org.compiere.model.I_C_Currency)MTable.get(getCtx(), org.compiere.model.I_C_Currency.Table_ID) .getPO(getC_Currency_ID(), get_TrxName()); } /** Set Currency. @param C_Currency_ID The Currency for this record */ public void setC_Currency_ID (int C_Currency_ID) { if (C_Currency_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Currency_ID, null); else set_ValueNoCheck (COLUMNNAME_C_Currency_ID, Integer.valueOf(C_Currency_ID)); } /** Get Currency. @return The Currency for this record */ public int getC_Currency_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Currency_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException { return (org.compiere.model.I_C_InvoiceLine)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceLine.Table_ID) .getPO(getC_InvoiceLine_ID(), get_TrxName()); } /** Set Invoice Line. @param C_InvoiceLine_ID Invoice Detail Line */ public void setC_InvoiceLine_ID (int C_InvoiceLine_ID) { if (C_InvoiceLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, null); else set_ValueNoCheck (COLUMNNAME_C_InvoiceLine_ID, Integer.valueOf(C_InvoiceLine_ID)); } /** Get Invoice Line. @return Invoice Detail Line */ public int getC_InvoiceLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceLine_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException { return (org.compiere.model.I_C_Invoice)MTable.get(getCtx(), org.compiere.model.I_C_Invoice.Table_ID) .getPO(getC_Invoice_ID(), get_TrxName()); } /** Set Invoice. @param C_Invoice_ID Invoice Identifier */ public void setC_Invoice_ID (int C_Invoice_ID) { if (C_Invoice_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, null); else set_ValueNoCheck (COLUMNNAME_C_Invoice_ID, Integer.valueOf(C_Invoice_ID)); } /** Get Invoice. @return Invoice Identifier */ public int getC_Invoice_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Invoice_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Tax Declaration Line. @param C_TaxDeclarationLine_ID Tax Declaration Document Information */ public void setC_TaxDeclarationLine_ID (int C_TaxDeclarationLine_ID) { if (C_TaxDeclarationLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDeclarationLine_ID, null); else set_ValueNoCheck (COLUMNNAME_C_TaxDeclarationLine_ID, Integer.valueOf(C_TaxDeclarationLine_ID)); } /** Get Tax Declaration Line. @return Tax Declaration Document Information */ public int getC_TaxDeclarationLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDeclarationLine_ID); if (ii == null) return 0; return ii.intValue(); } /** Set C_TaxDeclarationLine_UU. @param C_TaxDeclarationLine_UU C_TaxDeclarationLine_UU */ public void setC_TaxDeclarationLine_UU (String C_TaxDeclarationLine_UU) { set_Value (COLUMNNAME_C_TaxDeclarationLine_UU, C_TaxDeclarationLine_UU); } /** Get C_TaxDeclarationLine_UU. @return C_TaxDeclarationLine_UU */ public String getC_TaxDeclarationLine_UU() { return (String)get_Value(COLUMNNAME_C_TaxDeclarationLine_UU); } public org.compiere.model.I_C_TaxDeclaration getC_TaxDeclaration() throws RuntimeException { return (org.compiere.model.I_C_TaxDeclaration)MTable.get(getCtx(), org.compiere.model.I_C_TaxDeclaration.Table_ID) .getPO(getC_TaxDeclaration_ID(), get_TrxName()); } /** Set Tax Declaration. @param C_TaxDeclaration_ID Define the declaration to the tax authorities */ public void setC_TaxDeclaration_ID (int C_TaxDeclaration_ID) { if (C_TaxDeclaration_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDeclaration_ID, null); else set_ValueNoCheck (COLUMNNAME_C_TaxDeclaration_ID, Integer.valueOf(C_TaxDeclaration_ID)); } /** Get Tax Declaration. @return Define the declaration to the tax authorities */ public int getC_TaxDeclaration_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDeclaration_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Tax getC_Tax() throws RuntimeException { return (org.compiere.model.I_C_Tax)MTable.get(getCtx(), org.compiere.model.I_C_Tax.Table_ID) .getPO(getC_Tax_ID(), get_TrxName()); } /** Set Tax. @param C_Tax_ID Tax identifier */ public void setC_Tax_ID (int C_Tax_ID) { if (C_Tax_ID < 1) set_ValueNoCheck (COLUMNNAME_C_Tax_ID, null); else set_ValueNoCheck (COLUMNNAME_C_Tax_ID, Integer.valueOf(C_Tax_ID)); } /** Get Tax. @return Tax identifier */ public int getC_Tax_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Tax_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Account Date. @param DateAcct Accounting Date */ public void setDateAcct (Timestamp DateAcct) { set_ValueNoCheck (COLUMNNAME_DateAcct, DateAcct); } /** Get Account Date. @return Accounting Date */ public Timestamp getDateAcct() { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Description. @param Description Optional short description of the record */ public void setDescription (String Description) { set_Value (COLUMNNAME_Description, Description); } /** Get Description. @return Optional short description of the record */ public String getDescription() { return (String)get_Value(COLUMNNAME_Description); } /** Set Manual. @param IsManual This is a manual process */ public void setIsManual (boolean IsManual) { set_ValueNoCheck (COLUMNNAME_IsManual, Boolean.valueOf(IsManual)); } /** Get Manual. @return This is a manual process */ public boolean isManual() { Object oo = get_Value(COLUMNNAME_IsManual); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Line No. @param Line Unique line for this document */ public void setLine (int Line) { set_Value (COLUMNNAME_Line, Integer.valueOf(Line)); } /** Get Line No. @return Unique line for this document */ public int getLine() { Integer ii = (Integer)get_Value(COLUMNNAME_Line); if (ii == null) return 0; return ii.intValue(); } /** Set Tax Amount. @param TaxAmt Tax Amount for a document */ public void setTaxAmt (BigDecimal TaxAmt) { set_ValueNoCheck (COLUMNNAME_TaxAmt, TaxAmt); } /** Get Tax Amount. @return Tax Amount for a document */ public BigDecimal getTaxAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxAmt); if (bd == null) return Env.ZERO; return bd; } /** Set Tax base Amount. @param TaxBaseAmt Base for calculating the tax amount */ public void setTaxBaseAmt (BigDecimal TaxBaseAmt) { set_ValueNoCheck (COLUMNNAME_TaxBaseAmt, TaxBaseAmt); } /** Get Tax base Amount. @return Base for calculating the tax amount */ public BigDecimal getTaxBaseAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_TaxBaseAmt); if (bd == null) return Env.ZERO; return bd; } }