/****************************************************************************** * 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 T_CashFlow * @author iDempiere (generated) * @version Release 12 - $Id$ */ @org.adempiere.base.Model(table="T_CashFlow") public class X_T_CashFlow extends PO implements I_T_CashFlow, I_Persistent { /** * */ private static final long serialVersionUID = 20241222L; /** Standard Constructor */ public X_T_CashFlow (Properties ctx, int T_CashFlow_ID, String trxName) { super (ctx, T_CashFlow_ID, trxName); /** if (T_CashFlow_ID == 0) { setAD_PInstance_ID (0); setDateTrx (new Timestamp( System.currentTimeMillis() )); setIsSOTrx (false); } */ } /** Standard Constructor */ public X_T_CashFlow (Properties ctx, int T_CashFlow_ID, String trxName, String ... virtualColumns) { super (ctx, T_CashFlow_ID, trxName, virtualColumns); /** if (T_CashFlow_ID == 0) { setAD_PInstance_ID (0); setDateTrx (new Timestamp( System.currentTimeMillis() )); setIsSOTrx (false); } */ } /** Standard Constructor */ public X_T_CashFlow (Properties ctx, String T_CashFlow_UU, String trxName) { super (ctx, T_CashFlow_UU, trxName); /** if (T_CashFlow_UU == null) { setAD_PInstance_ID (0); setDateTrx (new Timestamp( System.currentTimeMillis() )); setIsSOTrx (false); } */ } /** Standard Constructor */ public X_T_CashFlow (Properties ctx, String T_CashFlow_UU, String trxName, String ... virtualColumns) { super (ctx, T_CashFlow_UU, trxName, virtualColumns); /** if (T_CashFlow_UU == null) { setAD_PInstance_ID (0); setDateTrx (new Timestamp( System.currentTimeMillis() )); setIsSOTrx (false); } */ } /** Load Constructor */ public X_T_CashFlow (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_T_CashFlow[") .append(get_ID()).append(",Name=").append(getName()).append("]"); return sb.toString(); } public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException { return (org.compiere.model.I_AD_PInstance)MTable.get(getCtx(), org.compiere.model.I_AD_PInstance.Table_ID) .getPO(getAD_PInstance_ID(), get_TrxName()); } /** Set Process Instance. @param AD_PInstance_ID Instance of the process */ public void setAD_PInstance_ID (int AD_PInstance_ID) { if (AD_PInstance_ID < 1) set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, null); else set_ValueNoCheck (COLUMNNAME_AD_PInstance_ID, Integer.valueOf(AD_PInstance_ID)); } /** Get Process Instance. @return Instance of the process */ public int getAD_PInstance_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_AD_PInstance_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException { return (org.compiere.model.I_C_AcctSchema)MTable.get(getCtx(), org.compiere.model.I_C_AcctSchema.Table_ID) .getPO(getC_AcctSchema_ID(), get_TrxName()); } /** Set Accounting Schema. @param C_AcctSchema_ID Rules for accounting */ public void setC_AcctSchema_ID (int C_AcctSchema_ID) { if (C_AcctSchema_ID < 1) set_Value (COLUMNNAME_C_AcctSchema_ID, null); else set_Value (COLUMNNAME_C_AcctSchema_ID, Integer.valueOf(C_AcctSchema_ID)); } /** Get Accounting Schema. @return Rules for accounting */ public int getC_AcctSchema_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_AcctSchema_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_Campaign getC_Campaign() throws RuntimeException { return (org.compiere.model.I_C_Campaign)MTable.get(getCtx(), org.compiere.model.I_C_Campaign.Table_ID) .getPO(getC_Campaign_ID(), get_TrxName()); } /** Set Campaign. @param C_Campaign_ID Marketing Campaign */ public void setC_Campaign_ID (int C_Campaign_ID) { if (C_Campaign_ID < 1) set_Value (COLUMNNAME_C_Campaign_ID, null); else set_Value (COLUMNNAME_C_Campaign_ID, Integer.valueOf(C_Campaign_ID)); } /** Get Campaign. @return Marketing Campaign */ public int getC_Campaign_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Campaign_ID); if (ii == null) return 0; return ii.intValue(); } public org.compiere.model.I_C_CashPlanLine getC_CashPlanLine() throws RuntimeException { return (org.compiere.model.I_C_CashPlanLine)MTable.get(getCtx(), org.compiere.model.I_C_CashPlanLine.Table_ID) .getPO(getC_CashPlanLine_ID(), get_TrxName()); } /** Set Cash Plan Line. @param C_CashPlanLine_ID Cash Plan Line */ public void setC_CashPlanLine_ID (int C_CashPlanLine_ID) { if (C_CashPlanLine_ID < 1) set_Value (COLUMNNAME_C_CashPlanLine_ID, null); else set_Value (COLUMNNAME_C_CashPlanLine_ID, Integer.valueOf(C_CashPlanLine_ID)); } /** Get Cash Plan Line. @return Cash Plan Line */ public int getC_CashPlanLine_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_CashPlanLine_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_ElementValue getC_ElementValue() throws RuntimeException { return (org.compiere.model.I_C_ElementValue)MTable.get(getCtx(), org.compiere.model.I_C_ElementValue.Table_ID) .getPO(getC_ElementValue_ID(), get_TrxName()); } /** Set Account Element. @param C_ElementValue_ID Account Element */ public void setC_ElementValue_ID (int C_ElementValue_ID) { if (C_ElementValue_ID < 1) set_Value (COLUMNNAME_C_ElementValue_ID, null); else set_Value (COLUMNNAME_C_ElementValue_ID, Integer.valueOf(C_ElementValue_ID)); } /** Get Account Element. @return Account Element */ public int getC_ElementValue_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_ElementValue_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_Value (COLUMNNAME_C_Invoice_ID, null); else set_Value (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_Order getC_Order() throws RuntimeException { return (org.compiere.model.I_C_Order)MTable.get(getCtx(), org.compiere.model.I_C_Order.Table_ID) .getPO(getC_Order_ID(), get_TrxName()); } /** Set Order. @param C_Order_ID Order */ public void setC_Order_ID (int C_Order_ID) { if (C_Order_ID < 1) set_Value (COLUMNNAME_C_Order_ID, null); else set_Value (COLUMNNAME_C_Order_ID, Integer.valueOf(C_Order_ID)); } /** Get Order. @return Order */ public int getC_Order_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_Order_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(); } /** CashFlowSource AD_Reference_ID=53387 */ public static final int CASHFLOWSOURCE_AD_Reference_ID=53387; /** 1_Initial Balance = 1 */ public static final String CASHFLOWSOURCE_1_InitialBalance = "1"; /** 2_Plan = 2 */ public static final String CASHFLOWSOURCE_2_Plan = "2"; /** 3_Commitments (Orders) = 3 */ public static final String CASHFLOWSOURCE_3_CommitmentsOrders = "3"; /** 4_Actual Debt (Invoices) = 4 */ public static final String CASHFLOWSOURCE_4_ActualDebtInvoices = "4"; /** Set Cash Flow Source. @param CashFlowSource Cash Flow Source */ public void setCashFlowSource (String CashFlowSource) { set_Value (COLUMNNAME_CashFlowSource, CashFlowSource); } /** Get Cash Flow Source. @return Cash Flow Source */ public String getCashFlowSource() { return (String)get_Value(COLUMNNAME_CashFlowSource); } /** CashFlowType AD_Reference_ID=53385 */ public static final int CASHFLOWTYPE_AD_Reference_ID=53385; /** Financing = F */ public static final String CASHFLOWTYPE_Financing = "F"; /** Investment = I */ public static final String CASHFLOWTYPE_Investment = "I"; /** Operational = O */ public static final String CASHFLOWTYPE_Operational = "O"; /** Set Cash Flow Type. @param CashFlowType Cash Flow Type */ public void setCashFlowType (String CashFlowType) { set_Value (COLUMNNAME_CashFlowType, CashFlowType); } /** Get Cash Flow Type. @return Cash Flow Type */ public String getCashFlowType() { return (String)get_Value(COLUMNNAME_CashFlowType); } /** Set Date To. @param DateTo End date of a date range */ public void setDateTo (Timestamp DateTo) { set_Value (COLUMNNAME_DateTo, DateTo); } /** Get Date To. @return End date of a date range */ public Timestamp getDateTo() { return (Timestamp)get_Value(COLUMNNAME_DateTo); } /** 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); } /** 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 Sales Transaction. @param IsSOTrx This is a Sales Transaction */ public void setIsSOTrx (boolean IsSOTrx) { set_Value (COLUMNNAME_IsSOTrx, Boolean.valueOf(IsSOTrx)); } /** Get Sales Transaction. @return This is a Sales Transaction */ public boolean isSOTrx() { Object oo = get_Value(COLUMNNAME_IsSOTrx); if (oo != null) { if (oo instanceof Boolean) return ((Boolean)oo).booleanValue(); return "Y".equals(oo); } return false; } /** Set Line Total. @param LineTotalAmt Total line amount incl. Tax */ public void setLineTotalAmt (BigDecimal LineTotalAmt) { set_Value (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; } 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 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); } /** Set Probability. @param Probability Probability */ public void setProbability (BigDecimal Probability) { set_Value (COLUMNNAME_Probability, Probability); } /** Get Probability. @return Probability */ public BigDecimal getProbability() { BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_Probability); if (bd == null) return Env.ZERO; return bd; } /** Set T_CashFlow_ID. @param T_CashFlow_ID T_CashFlow_ID */ public void setT_CashFlow_ID (int T_CashFlow_ID) { if (T_CashFlow_ID < 1) set_ValueNoCheck (COLUMNNAME_T_CashFlow_ID, null); else set_ValueNoCheck (COLUMNNAME_T_CashFlow_ID, Integer.valueOf(T_CashFlow_ID)); } /** Get T_CashFlow_ID. @return T_CashFlow_ID */ public int getT_CashFlow_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_T_CashFlow_ID); if (ii == null) return 0; return ii.intValue(); } /** Set T_CashFlow_UU. @param T_CashFlow_UU T_CashFlow_UU */ public void setT_CashFlow_UU (String T_CashFlow_UU) { set_Value (COLUMNNAME_T_CashFlow_UU, T_CashFlow_UU); } /** Get T_CashFlow_UU. @return T_CashFlow_UU */ public String getT_CashFlow_UU() { return (String)get_Value(COLUMNNAME_T_CashFlow_UU); } }