/****************************************************************************** * 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.eevolution.model; import java.sql.ResultSet; import java.sql.Timestamp; import java.util.Properties; import org.compiere.model.*; import org.compiere.util.KeyNamePair; /** Generated Model for C_TaxDefinition * @author iDempiere (generated) * @version Release 12 - $Id$ */ @org.adempiere.base.Model(table="C_TaxDefinition") public class X_C_TaxDefinition extends PO implements I_C_TaxDefinition, I_Persistent { /** * */ private static final long serialVersionUID = 20241222L; /** Standard Constructor */ public X_C_TaxDefinition (Properties ctx, int C_TaxDefinition_ID, String trxName) { super (ctx, C_TaxDefinition_ID, trxName); /** if (C_TaxDefinition_ID == 0) { setC_TaxDefinition_ID (0); setName (null); setValue (null); } */ } /** Standard Constructor */ public X_C_TaxDefinition (Properties ctx, int C_TaxDefinition_ID, String trxName, String ... virtualColumns) { super (ctx, C_TaxDefinition_ID, trxName, virtualColumns); /** if (C_TaxDefinition_ID == 0) { setC_TaxDefinition_ID (0); setName (null); setValue (null); } */ } /** Standard Constructor */ public X_C_TaxDefinition (Properties ctx, String C_TaxDefinition_UU, String trxName) { super (ctx, C_TaxDefinition_UU, trxName); /** if (C_TaxDefinition_UU == null) { setC_TaxDefinition_ID (0); setName (null); setValue (null); } */ } /** Standard Constructor */ public X_C_TaxDefinition (Properties ctx, String C_TaxDefinition_UU, String trxName, String ... virtualColumns) { super (ctx, C_TaxDefinition_UU, trxName, virtualColumns); /** if (C_TaxDefinition_UU == null) { setC_TaxDefinition_ID (0); setName (null); setValue (null); } */ } /** Load Constructor */ public X_C_TaxDefinition (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_TaxDefinition[") .append(get_ID()).append(",Name=").append(getName()).append("]"); return sb.toString(); } public org.compiere.model.I_AD_OrgType getAD_OrgType() throws RuntimeException { return (org.compiere.model.I_AD_OrgType)MTable.get(getCtx(), org.compiere.model.I_AD_OrgType.Table_ID) .getPO(getAD_OrgType_ID(), get_TrxName()); } /** Set Organization Type. @param AD_OrgType_ID Organization Type */ public void setAD_OrgType_ID (int AD_OrgType_ID) { if (AD_OrgType_ID < 1) set_Value (COLUMNNAME_AD_OrgType_ID, null); else set_Value (COLUMNNAME_AD_OrgType_ID, Integer.valueOf(AD_OrgType_ID)); } /** Get Organization Type. @return Organization Type */ public int getAD_OrgType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgType_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_BP_Group getC_BP_Group() throws RuntimeException { return (org.compiere.model.I_C_BP_Group)MTable.get(getCtx(), org.compiere.model.I_C_BP_Group.Table_ID) .getPO(getC_BP_Group_ID(), get_TrxName()); } /** Set Business Partner Group. @param C_BP_Group_ID Business Partner Group */ public void setC_BP_Group_ID (int C_BP_Group_ID) { if (C_BP_Group_ID < 1) set_Value (COLUMNNAME_C_BP_Group_ID, null); else set_Value (COLUMNNAME_C_BP_Group_ID, Integer.valueOf(C_BP_Group_ID)); } /** Get Business Partner Group. @return Business Partner Group */ public int getC_BP_Group_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BP_Group_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_Value (COLUMNNAME_C_BPartner_ID, null); else set_Value (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.eevolution.model.I_C_TaxBase getC_TaxBase() throws RuntimeException { return (org.eevolution.model.I_C_TaxBase)MTable.get(getCtx(), org.eevolution.model.I_C_TaxBase.Table_ID) .getPO(getC_TaxBase_ID(), get_TrxName()); } /** Set Tax Base. @param C_TaxBase_ID Tax Base */ public void setC_TaxBase_ID (int C_TaxBase_ID) { if (C_TaxBase_ID < 1) set_Value (COLUMNNAME_C_TaxBase_ID, null); else set_Value (COLUMNNAME_C_TaxBase_ID, Integer.valueOf(C_TaxBase_ID)); } /** Get Tax Base. @return Tax Base */ public int getC_TaxBase_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxBase_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_TaxCategory getC_TaxCategory() throws RuntimeException { return (org.compiere.model.I_C_TaxCategory)MTable.get(getCtx(), org.compiere.model.I_C_TaxCategory.Table_ID) .getPO(getC_TaxCategory_ID(), get_TrxName()); } /** Set Tax Category. @param C_TaxCategory_ID Tax Category */ public void setC_TaxCategory_ID (int C_TaxCategory_ID) { if (C_TaxCategory_ID < 1) set_Value (COLUMNNAME_C_TaxCategory_ID, null); else set_Value (COLUMNNAME_C_TaxCategory_ID, Integer.valueOf(C_TaxCategory_ID)); } /** Get Tax Category. @return Tax Category */ public int getC_TaxCategory_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxCategory_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Tax Definition. @param C_TaxDefinition_ID Tax Definition */ public void setC_TaxDefinition_ID (int C_TaxDefinition_ID) { if (C_TaxDefinition_ID < 1) set_ValueNoCheck (COLUMNNAME_C_TaxDefinition_ID, null); else set_ValueNoCheck (COLUMNNAME_C_TaxDefinition_ID, Integer.valueOf(C_TaxDefinition_ID)); } /** Get Tax Definition. @return Tax Definition */ public int getC_TaxDefinition_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxDefinition_ID); if (ii == null) return 0; return ii.intValue(); } /** Set C_TaxDefinition_UU. @param C_TaxDefinition_UU C_TaxDefinition_UU */ public void setC_TaxDefinition_UU (String C_TaxDefinition_UU) { set_Value (COLUMNNAME_C_TaxDefinition_UU, C_TaxDefinition_UU); } /** Get C_TaxDefinition_UU. @return C_TaxDefinition_UU */ public String getC_TaxDefinition_UU() { return (String)get_Value(COLUMNNAME_C_TaxDefinition_UU); } public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException { return (org.eevolution.model.I_C_TaxGroup)MTable.get(getCtx(), org.eevolution.model.I_C_TaxGroup.Table_ID) .getPO(getC_TaxGroup_ID(), get_TrxName()); } /** Set Tax Group. @param C_TaxGroup_ID Tax Group */ public void setC_TaxGroup_ID (int C_TaxGroup_ID) { if (C_TaxGroup_ID < 1) set_Value (COLUMNNAME_C_TaxGroup_ID, null); else set_Value (COLUMNNAME_C_TaxGroup_ID, Integer.valueOf(C_TaxGroup_ID)); } /** Get Tax Group. @return Tax Group */ public int getC_TaxGroup_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxGroup_ID); if (ii == null) return 0; return ii.intValue(); } public org.eevolution.model.I_C_TaxType getC_TaxType() throws RuntimeException { return (org.eevolution.model.I_C_TaxType)MTable.get(getCtx(), org.eevolution.model.I_C_TaxType.Table_ID) .getPO(getC_TaxType_ID(), get_TrxName()); } /** Set Tax Type. @param C_TaxType_ID Tax Type */ public void setC_TaxType_ID (int C_TaxType_ID) { if (C_TaxType_ID < 1) set_Value (COLUMNNAME_C_TaxType_ID, null); else set_Value (COLUMNNAME_C_TaxType_ID, Integer.valueOf(C_TaxType_ID)); } /** Get Tax Type. @return Tax Type */ public int getC_TaxType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_TaxType_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_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 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 Comment/Help. @param Help Comment or Hint */ public void setHelp (String Help) { set_Value (COLUMNNAME_Help, Help); } /** Get Comment/Help. @return Comment or Hint */ public String getHelp() { return (String)get_Value(COLUMNNAME_Help); } /** Set Invoiced. @param IsInvoiced Is this invoiced? */ public void setIsInvoiced (boolean IsInvoiced) { set_Value (COLUMNNAME_IsInvoiced, Boolean.valueOf(IsInvoiced)); } /** Get Invoiced. @return Is this invoiced? */ public boolean isInvoiced() { Object oo = get_Value(COLUMNNAME_IsInvoiced); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } public org.compiere.model.I_M_Product_Category getM_Product_Category() throws RuntimeException { return (org.compiere.model.I_M_Product_Category)MTable.get(getCtx(), org.compiere.model.I_M_Product_Category.Table_ID) .getPO(getM_Product_Category_ID(), get_TrxName()); } /** Set Product Category. @param M_Product_Category_ID Category of a Product */ public void setM_Product_Category_ID (int M_Product_Category_ID) { if (M_Product_Category_ID < 1) set_Value (COLUMNNAME_M_Product_Category_ID, null); else set_Value (COLUMNNAME_M_Product_Category_ID, Integer.valueOf(M_Product_Category_ID)); } /** Get Product Category. @return Category of a Product */ public int getM_Product_Category_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_Category_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_M_Product getM_Product() throws RuntimeException { return (org.compiere.model.I_M_Product)MTable.get(getCtx(), org.compiere.model.I_M_Product.Table_ID) .getPO(getM_Product_ID(), get_TrxName()); } /** Set Product. @param M_Product_ID Product, Service, Item */ public void setM_Product_ID (int M_Product_ID) { if (M_Product_ID < 1) set_Value (COLUMNNAME_M_Product_ID, null); else set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID)); } /** Get Product. @return Product, Service, Item */ public int getM_Product_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Max Taxable. @param MaxTaxable Max Taxable */ public void setMaxTaxable (int MaxTaxable) { set_Value (COLUMNNAME_MaxTaxable, Integer.valueOf(MaxTaxable)); } /** Get Max Taxable. @return Max Taxable */ public int getMaxTaxable() { Integer ii = (Integer)get_Value(COLUMNNAME_MaxTaxable); if (ii == null) return 0; return ii.intValue(); } /** Set Min Taxable. @param MinTaxable Min Taxable */ public void setMinTaxable (int MinTaxable) { set_Value (COLUMNNAME_MinTaxable, Integer.valueOf(MinTaxable)); } /** Get Min Taxable. @return Min Taxable */ public int getMinTaxable() { Integer ii = (Integer)get_Value(COLUMNNAME_MinTaxable); if (ii == null) return 0; return ii.intValue(); } /** Set Name. @param Name Alphanumeric identifier of the entity */ public void setName (String Name) { set_Value (COLUMNNAME_Name, Name); } /** Get Name. @return Alphanumeric identifier of the entity */ public String getName() { return (String)get_Value(COLUMNNAME_Name); } /** Get Record ID/ColumnName @return ID/ColumnName pair */ public KeyNamePair getKeyNamePair() { return new KeyNamePair(get_ID(), getName()); } /** Set Sequence. @param SeqNo Method of ordering records; lowest number comes first */ public void setSeqNo (int SeqNo) { set_Value (COLUMNNAME_SeqNo, Integer.valueOf(SeqNo)); } /** Get Sequence. @return Method of ordering records; lowest number comes first */ public int getSeqNo() { Integer ii = (Integer)get_Value(COLUMNNAME_SeqNo); if (ii == null) return 0; return ii.intValue(); } /** Set Valid from. @param ValidFrom Valid from including this date (first day) */ public void setValidFrom (Timestamp ValidFrom) { set_Value (COLUMNNAME_ValidFrom, ValidFrom); } /** Get Valid from. @return Valid from including this date (first day) */ public Timestamp getValidFrom() { return (Timestamp)get_Value(COLUMNNAME_ValidFrom); } /** Set Valid to. @param ValidTo Valid to including this date (last day) */ public void setValidTo (Timestamp ValidTo) { set_Value (COLUMNNAME_ValidTo, ValidTo); } /** Get Valid to. @return Valid to including this date (last day) */ public Timestamp getValidTo() { return (Timestamp)get_Value(COLUMNNAME_ValidTo); } /** Set Search Key. @param Value Search key for the record in the format required - must be unique */ public void setValue (String Value) { set_Value (COLUMNNAME_Value, Value); } /** Get Search Key. @return Search key for the record in the format required - must be unique */ public String getValue() { return (String)get_Value(COLUMNNAME_Value); } }