/****************************************************************************** * Product: Adempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2007 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 ar.com.ergio.model; import java.math.BigDecimal; import java.sql.ResultSet; import java.sql.Timestamp; import java.util.Properties; import org.compiere.model.*; import org.compiere.util.Env; /** Generated Model for LAR_PaymentWithholding * @author Adempiere (generated) * @version 3.6.1-P20111003 | LAR 1.0.1-1c3c4dd - $Id$ */ public class X_LAR_PaymentWithholding extends PO implements I_LAR_PaymentWithholding, I_Persistent { /** * */ private static final long serialVersionUID = 20121203L; /** Standard Constructor */ public X_LAR_PaymentWithholding (Properties ctx, int LAR_PaymentWithholding_ID, String trxName) { super (ctx, LAR_PaymentWithholding_ID, trxName); /** if (LAR_PaymentWithholding_ID == 0) { setLAR_PaymentHeader_ID (0); setLAR_PaymentWithholding_ID (0); setLCO_WithholdingType_ID (0); setProcessed (false); setTaxAmt (Env.ZERO); setTaxBaseAmt (Env.ZERO); } */ } /** Load Constructor */ public X_LAR_PaymentWithholding (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() { StringBuffer sb = new StringBuffer ("X_LAR_PaymentWithholding[") .append(get_ID()).append("]"); return sb.toString(); } public I_C_Tax getC_Tax() throws RuntimeException { return (I_C_Tax)MTable.get(getCtx(), I_C_Tax.Table_Name) .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_Value (COLUMNNAME_C_Tax_ID, null); else set_Value (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_Value (COLUMNNAME_DateAcct, DateAcct); } /** Get Account Date. @return Accounting Date */ public Timestamp getDateAcct () { return (Timestamp)get_Value(COLUMNNAME_DateAcct); } /** Set Transaction Date. @param DateTrx Transaction Date */ public void setDateTrx (Timestamp DateTrx) { set_Value (COLUMNNAME_DateTrx, DateTrx); } /** Get Transaction Date. @return Transaction Date */ public Timestamp getDateTrx () { return (Timestamp)get_Value(COLUMNNAME_DateTrx); } public ar.com.ergio.model.I_LAR_PaymentHeader getLAR_PaymentHeader() throws RuntimeException { return (ar.com.ergio.model.I_LAR_PaymentHeader)MTable.get(getCtx(), ar.com.ergio.model.I_LAR_PaymentHeader.Table_Name) .getPO(getLAR_PaymentHeader_ID(), get_TrxName()); } /** Set LAR_PaymentHeader. @param LAR_PaymentHeader_ID LAR_PaymentHeader */ public void setLAR_PaymentHeader_ID (int LAR_PaymentHeader_ID) { if (LAR_PaymentHeader_ID < 1) set_Value (COLUMNNAME_LAR_PaymentHeader_ID, null); else set_Value (COLUMNNAME_LAR_PaymentHeader_ID, Integer.valueOf(LAR_PaymentHeader_ID)); } /** Get LAR_PaymentHeader. @return LAR_PaymentHeader */ public int getLAR_PaymentHeader_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_LAR_PaymentHeader_ID); if (ii == null) return 0; return ii.intValue(); } /** Set LAR_PaymentWithholding. @param LAR_PaymentWithholding_ID LAR_PaymentWithholding */ public void setLAR_PaymentWithholding_ID (int LAR_PaymentWithholding_ID) { if (LAR_PaymentWithholding_ID < 1) set_ValueNoCheck (COLUMNNAME_LAR_PaymentWithholding_ID, null); else set_ValueNoCheck (COLUMNNAME_LAR_PaymentWithholding_ID, Integer.valueOf(LAR_PaymentWithholding_ID)); } /** Get LAR_PaymentWithholding. @return LAR_PaymentWithholding */ public int getLAR_PaymentWithholding_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_LAR_PaymentWithholding_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Withholding Rule. @param LCO_WithholdingRule_ID Withholding Rule */ public void setLCO_WithholdingRule_ID (int LCO_WithholdingRule_ID) { if (LCO_WithholdingRule_ID < 1) set_Value (COLUMNNAME_LCO_WithholdingRule_ID, null); else set_Value (COLUMNNAME_LCO_WithholdingRule_ID, Integer.valueOf(LCO_WithholdingRule_ID)); } /** Get Withholding Rule. @return Withholding Rule */ public int getLCO_WithholdingRule_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_LCO_WithholdingRule_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Withholding Type. @param LCO_WithholdingType_ID Withholding Type */ public void setLCO_WithholdingType_ID (int LCO_WithholdingType_ID) { if (LCO_WithholdingType_ID < 1) set_Value (COLUMNNAME_LCO_WithholdingType_ID, null); else set_Value (COLUMNNAME_LCO_WithholdingType_ID, Integer.valueOf(LCO_WithholdingType_ID)); } /** Get Withholding Type. @return Withholding Type */ public int getLCO_WithholdingType_ID () { Integer ii = (Integer)get_Value(COLUMNNAME_LCO_WithholdingType_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Percent. @param Percent Percentage */ public void setPercent (BigDecimal Percent) { set_Value (COLUMNNAME_Percent, Percent); } /** Get Percent. @return Percentage */ public BigDecimal getPercent () { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Percent); if (bd == null) return Env.ZERO; return bd; } /** Set Processed. @param Processed The document has been processed */ public void setProcessed (boolean Processed) { set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); } /** Get Processed. @return The document has been processed */ public boolean isProcessed () { Object oo = get_Value(COLUMNNAME_Processed); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Tax Amount. @param TaxAmt Tax Amount for a document */ public void setTaxAmt (BigDecimal TaxAmt) { set_Value (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_Value (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; } }