/****************************************************************************** * 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; import org.compiere.util.KeyNamePair; /** Generated Model for C_InvoiceBatchLine * @author iDempiere (generated) * @version Release 11 - $Id$ */ @org.adempiere.base.Model(table="C_InvoiceBatchLine") public class X_C_InvoiceBatchLine extends PO implements I_C_InvoiceBatchLine, I_Persistent { /** * */ private static final long serialVersionUID = 20231222L; /** Standard Constructor */ public X_C_InvoiceBatchLine (Properties ctx, int C_InvoiceBatchLine_ID, String trxName) { super (ctx, C_InvoiceBatchLine_ID, trxName); /** if (C_InvoiceBatchLine_ID == 0) { setC_BPartner_ID (0); // @C_BPartner_ID@ setC_BPartner_Location_ID (0); // @C_BPartner_Location_ID@ setC_Charge_ID (0); setC_DocType_ID (0); // @C_DocType_ID@ setC_InvoiceBatch_ID (0); setC_InvoiceBatchLine_ID (0); setC_Tax_ID (0); setDateAcct (new Timestamp( System.currentTimeMillis() )); // @DateAcct@;@DateDoc@ setDateInvoiced (new Timestamp( System.currentTimeMillis() )); // @DateInvoiced@;@DateDoc@ setDocumentNo (null); // @DocumentNo@ setIsTaxIncluded (false); // @IsTaxIncluded@ setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM C_InvoiceBatchLine WHERE C_InvoiceBatch_ID=@C_InvoiceBatch_ID@ setLineNetAmt (Env.ZERO); setLineTotalAmt (Env.ZERO); setPriceEntered (Env.ZERO); setProcessed (false); setQtyEntered (Env.ZERO); // 1 setTaxAmt (Env.ZERO); } */ } /** Standard Constructor */ public X_C_InvoiceBatchLine (Properties ctx, int C_InvoiceBatchLine_ID, String trxName, String ... virtualColumns) { super (ctx, C_InvoiceBatchLine_ID, trxName, virtualColumns); /** if (C_InvoiceBatchLine_ID == 0) { setC_BPartner_ID (0); // @C_BPartner_ID@ setC_BPartner_Location_ID (0); // @C_BPartner_Location_ID@ setC_Charge_ID (0); setC_DocType_ID (0); // @C_DocType_ID@ setC_InvoiceBatch_ID (0); setC_InvoiceBatchLine_ID (0); setC_Tax_ID (0); setDateAcct (new Timestamp( System.currentTimeMillis() )); // @DateAcct@;@DateDoc@ setDateInvoiced (new Timestamp( System.currentTimeMillis() )); // @DateInvoiced@;@DateDoc@ setDocumentNo (null); // @DocumentNo@ setIsTaxIncluded (false); // @IsTaxIncluded@ setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM C_InvoiceBatchLine WHERE C_InvoiceBatch_ID=@C_InvoiceBatch_ID@ setLineNetAmt (Env.ZERO); setLineTotalAmt (Env.ZERO); setPriceEntered (Env.ZERO); setProcessed (false); setQtyEntered (Env.ZERO); // 1 setTaxAmt (Env.ZERO); } */ } /** Standard Constructor */ public X_C_InvoiceBatchLine (Properties ctx, String C_InvoiceBatchLine_UU, String trxName) { super (ctx, C_InvoiceBatchLine_UU, trxName); /** if (C_InvoiceBatchLine_UU == null) { setC_BPartner_ID (0); // @C_BPartner_ID@ setC_BPartner_Location_ID (0); // @C_BPartner_Location_ID@ setC_Charge_ID (0); setC_DocType_ID (0); // @C_DocType_ID@ setC_InvoiceBatch_ID (0); setC_InvoiceBatchLine_ID (0); setC_Tax_ID (0); setDateAcct (new Timestamp( System.currentTimeMillis() )); // @DateAcct@;@DateDoc@ setDateInvoiced (new Timestamp( System.currentTimeMillis() )); // @DateInvoiced@;@DateDoc@ setDocumentNo (null); // @DocumentNo@ setIsTaxIncluded (false); // @IsTaxIncluded@ setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM C_InvoiceBatchLine WHERE C_InvoiceBatch_ID=@C_InvoiceBatch_ID@ setLineNetAmt (Env.ZERO); setLineTotalAmt (Env.ZERO); setPriceEntered (Env.ZERO); setProcessed (false); setQtyEntered (Env.ZERO); // 1 setTaxAmt (Env.ZERO); } */ } /** Standard Constructor */ public X_C_InvoiceBatchLine (Properties ctx, String C_InvoiceBatchLine_UU, String trxName, String ... virtualColumns) { super (ctx, C_InvoiceBatchLine_UU, trxName, virtualColumns); /** if (C_InvoiceBatchLine_UU == null) { setC_BPartner_ID (0); // @C_BPartner_ID@ setC_BPartner_Location_ID (0); // @C_BPartner_Location_ID@ setC_Charge_ID (0); setC_DocType_ID (0); // @C_DocType_ID@ setC_InvoiceBatch_ID (0); setC_InvoiceBatchLine_ID (0); setC_Tax_ID (0); setDateAcct (new Timestamp( System.currentTimeMillis() )); // @DateAcct@;@DateDoc@ setDateInvoiced (new Timestamp( System.currentTimeMillis() )); // @DateInvoiced@;@DateDoc@ setDocumentNo (null); // @DocumentNo@ setIsTaxIncluded (false); // @IsTaxIncluded@ setLine (0); // @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM C_InvoiceBatchLine WHERE C_InvoiceBatch_ID=@C_InvoiceBatch_ID@ setLineNetAmt (Env.ZERO); setLineTotalAmt (Env.ZERO); setPriceEntered (Env.ZERO); setProcessed (false); setQtyEntered (Env.ZERO); // 1 setTaxAmt (Env.ZERO); } */ } /** Load Constructor */ public X_C_InvoiceBatchLine (Properties ctx, ResultSet rs, String trxName) { super (ctx, rs, trxName); } /** AccessLevel * @return 1 - 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_InvoiceBatchLine[") .append(get_ID()).append("]"); return sb.toString(); } /** Set Trx Organization. @param AD_OrgTrx_ID Performing or initiating organization */ public void setAD_OrgTrx_ID (int AD_OrgTrx_ID) { if (AD_OrgTrx_ID < 1) set_Value (COLUMNNAME_AD_OrgTrx_ID, null); else set_Value (COLUMNNAME_AD_OrgTrx_ID, Integer.valueOf(AD_OrgTrx_ID)); } /** Get Trx Organization. @return Performing or initiating organization */ public int getAD_OrgTrx_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_OrgTrx_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_AD_User getAD_User() throws RuntimeException { return (org.compiere.model.I_AD_User)MTable.get(getCtx(), org.compiere.model.I_AD_User.Table_ID) .getPO(getAD_User_ID(), get_TrxName()); } /** Set User/Contact. @param AD_User_ID User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID) { if (AD_User_ID < 1) set_Value (COLUMNNAME_AD_User_ID, null); else set_Value (COLUMNNAME_AD_User_ID, Integer.valueOf(AD_User_ID)); } /** Get User/Contact. @return User within the system - Internal or Business Partner Contact */ public int getAD_User_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_User_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Activity getC_Activity() throws RuntimeException { return (org.compiere.model.I_C_Activity)MTable.get(getCtx(), org.compiere.model.I_C_Activity.Table_ID) .getPO(getC_Activity_ID(), get_TrxName()); } /** Set Activity. @param C_Activity_ID Business Activity */ public void setC_Activity_ID (int C_Activity_ID) { if (C_Activity_ID < 1) set_Value (COLUMNNAME_C_Activity_ID, null); else set_Value (COLUMNNAME_C_Activity_ID, Integer.valueOf(C_Activity_ID)); } /** Get Activity. @return Business Activity */ public int getC_Activity_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Activity_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.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException { return (org.compiere.model.I_C_BPartner_Location)MTable.get(getCtx(), org.compiere.model.I_C_BPartner_Location.Table_ID) .getPO(getC_BPartner_Location_ID(), get_TrxName()); } /** Set Partner Location. @param C_BPartner_Location_ID Identifies the (ship to) address for this Business Partner */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID) { if (C_BPartner_Location_ID < 1) set_Value (COLUMNNAME_C_BPartner_Location_ID, null); else set_Value (COLUMNNAME_C_BPartner_Location_ID, Integer.valueOf(C_BPartner_Location_ID)); } /** Get Partner Location. @return Identifies the (ship to) address for this Business Partner */ public int getC_BPartner_Location_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_Location_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_Charge getC_Charge() throws RuntimeException { return (org.compiere.model.I_C_Charge)MTable.get(getCtx(), org.compiere.model.I_C_Charge.Table_ID) .getPO(getC_Charge_ID(), get_TrxName()); } /** Set Charge. @param C_Charge_ID Additional document charges */ public void setC_Charge_ID (int C_Charge_ID) { if (C_Charge_ID < 1) set_Value (COLUMNNAME_C_Charge_ID, null); else set_Value (COLUMNNAME_C_Charge_ID, Integer.valueOf(C_Charge_ID)); } /** Get Charge. @return Additional document charges */ public int getC_Charge_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Charge_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException { return (org.compiere.model.I_C_DocType)MTable.get(getCtx(), org.compiere.model.I_C_DocType.Table_ID) .getPO(getC_DocType_ID(), get_TrxName()); } /** Set Document Type. @param C_DocType_ID Document type or rules */ public void setC_DocType_ID (int C_DocType_ID) { if (C_DocType_ID < 0) set_Value (COLUMNNAME_C_DocType_ID, null); else set_Value (COLUMNNAME_C_DocType_ID, Integer.valueOf(C_DocType_ID)); } /** Get Document Type. @return Document type or rules */ public int getC_DocType_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_DocType_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_InvoiceBatch getC_InvoiceBatch() throws RuntimeException { return (org.compiere.model.I_C_InvoiceBatch)MTable.get(getCtx(), org.compiere.model.I_C_InvoiceBatch.Table_ID) .getPO(getC_InvoiceBatch_ID(), get_TrxName()); } /** Set Invoice Batch. @param C_InvoiceBatch_ID Expense Invoice Batch Header */ public void setC_InvoiceBatch_ID (int C_InvoiceBatch_ID) { if (C_InvoiceBatch_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceBatch_ID, null); else set_ValueNoCheck (COLUMNNAME_C_InvoiceBatch_ID, Integer.valueOf(C_InvoiceBatch_ID)); } /** Get Invoice Batch. @return Expense Invoice Batch Header */ public int getC_InvoiceBatch_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceBatch_ID); if (ii == null) return 0; return ii.intValue(); } /** Set Invoice Batch Line. @param C_InvoiceBatchLine_ID Expense Invoice Batch Line */ public void setC_InvoiceBatchLine_ID (int C_InvoiceBatchLine_ID) { if (C_InvoiceBatchLine_ID < 1) set_ValueNoCheck (COLUMNNAME_C_InvoiceBatchLine_ID, null); else set_ValueNoCheck (COLUMNNAME_C_InvoiceBatchLine_ID, Integer.valueOf(C_InvoiceBatchLine_ID)); } /** Get Invoice Batch Line. @return Expense Invoice Batch Line */ public int getC_InvoiceBatchLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_InvoiceBatchLine_ID); if (ii == null) return 0; return ii.intValue(); } /** Set C_InvoiceBatchLine_UU. @param C_InvoiceBatchLine_UU C_InvoiceBatchLine_UU */ public void setC_InvoiceBatchLine_UU (String C_InvoiceBatchLine_UU) { set_Value (COLUMNNAME_C_InvoiceBatchLine_UU, C_InvoiceBatchLine_UU); } /** Get C_InvoiceBatchLine_UU. @return C_InvoiceBatchLine_UU */ public String getC_InvoiceBatchLine_UU() { return (String)get_Value(COLUMNNAME_C_InvoiceBatchLine_UU); } 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(); } 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_Project getC_Project() throws RuntimeException { return (org.compiere.model.I_C_Project)MTable.get(getCtx(), org.compiere.model.I_C_Project.Table_ID) .getPO(getC_Project_ID(), get_TrxName()); } /** Set Project. @param C_Project_ID Financial Project */ public void setC_Project_ID (int C_Project_ID) { if (C_Project_ID < 1) set_Value (COLUMNNAME_C_Project_ID, null); else set_Value (COLUMNNAME_C_Project_ID, Integer.valueOf(C_Project_ID)); } /** Get Project. @return Financial Project */ public int getC_Project_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Project_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 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 Date Invoiced. @param DateInvoiced Date printed on Invoice */ public void setDateInvoiced (Timestamp DateInvoiced) { set_Value (COLUMNNAME_DateInvoiced, DateInvoiced); } /** Get Date Invoiced. @return Date printed on Invoice */ public Timestamp getDateInvoiced() { return (Timestamp)get_Value(COLUMNNAME_DateInvoiced); } /** 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 Document No. @param DocumentNo Document sequence number of the document */ public void setDocumentNo (String DocumentNo) { set_Value (COLUMNNAME_DocumentNo, DocumentNo); } /** Get Document No. @return Document sequence number of the document */ public String getDocumentNo() { return (String)get_Value(COLUMNNAME_DocumentNo); } /** Set Price includes Tax. @param IsTaxIncluded Tax is included in the price */ public void setIsTaxIncluded (boolean IsTaxIncluded) { set_Value (COLUMNNAME_IsTaxIncluded, Boolean.valueOf(IsTaxIncluded)); } /** Get Price includes Tax. @return Tax is included in the price */ public boolean isTaxIncluded() { Object oo = get_Value(COLUMNNAME_IsTaxIncluded); 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(); } /** Get Record ID/ColumnName @return ID/ColumnName pair */ public KeyNamePair getKeyNamePair() { return new KeyNamePair(get_ID(), String.valueOf(getLine())); } /** Set Line Amount. @param LineNetAmt Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ public void setLineNetAmt (BigDecimal LineNetAmt) { set_ValueNoCheck (COLUMNNAME_LineNetAmt, LineNetAmt); } /** Get Line Amount. @return Line Extended Amount (Quantity * Actual Price) without Freight and Charges */ public BigDecimal getLineNetAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineNetAmt); if (bd == null) return Env.ZERO; return bd; } /** Set Line Total. @param LineTotalAmt Total line amount incl. Tax */ public void setLineTotalAmt (BigDecimal LineTotalAmt) { set_ValueNoCheck (COLUMNNAME_LineTotalAmt, LineTotalAmt); } /** Get Line Total. @return Total line amount incl. Tax */ public BigDecimal getLineTotalAmt() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_LineTotalAmt); if (bd == null) return Env.ZERO; return bd; } /** Set Price. @param PriceEntered Price Entered - the price based on the selected/base UoM */ public void setPriceEntered (BigDecimal PriceEntered) { set_Value (COLUMNNAME_PriceEntered, PriceEntered); } /** Get Price. @return Price Entered - the price based on the selected/base UoM */ public BigDecimal getPriceEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_PriceEntered); if (bd == null) return Env.ZERO; return bd; } /** Set Processed. @param Processed The document has been processed */ public void setProcessed (boolean Processed) { set_ValueNoCheck (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 Quantity. @param QtyEntered The Quantity Entered is based on the selected UoM */ public void setQtyEntered (BigDecimal QtyEntered) { set_Value (COLUMNNAME_QtyEntered, QtyEntered); } /** Get Quantity. @return The Quantity Entered is based on the selected UoM */ public BigDecimal getQtyEntered() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_QtyEntered); if (bd == null) return Env.ZERO; return bd; } /** 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; } public org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException { return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_ID) .getPO(getUser1_ID(), get_TrxName()); } /** Set User Element List 1. @param User1_ID User defined list element #1 */ public void setUser1_ID (int User1_ID) { if (User1_ID < 1) set_Value (COLUMNNAME_User1_ID, null); else set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID)); } /** Get User Element List 1. @return User defined list element #1 */ public int getUser1_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_ElementValue getUser2() throws RuntimeException { return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_ID) .getPO(getUser2_ID(), get_TrxName()); } /** Set User Element List 2. @param User2_ID User defined list element #2 */ public void setUser2_ID (int User2_ID) { if (User2_ID < 1) set_Value (COLUMNNAME_User2_ID, null); else set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID)); } /** Get User Element List 2. @return User defined list element #2 */ public int getUser2_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID); if (ii == null) return 0; return ii.intValue(); } }