/****************************************************************************** * 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.sql.ResultSet; import java.util.Properties; /** Generated Model for C_BankAccount_Acct * @author iDempiere (generated) * @version Release 12 - $Id$ */ @org.adempiere.base.Model(table="C_BankAccount_Acct") public class X_C_BankAccount_Acct extends PO implements I_C_BankAccount_Acct, I_Persistent { /** * */ private static final long serialVersionUID = 20241222L; /** Standard Constructor */ public X_C_BankAccount_Acct (Properties ctx, int C_BankAccount_Acct_ID, String trxName) { super (ctx, C_BankAccount_Acct_ID, trxName); /** if (C_BankAccount_Acct_ID == 0) { setB_Asset_Acct (0); setB_InTransit_Acct (0); setB_InterestExp_Acct (0); setB_InterestRev_Acct (0); setB_PaymentSelect_Acct (0); setB_UnallocatedCash_Acct (0); setC_AcctSchema_ID (0); setC_BankAccount_ID (0); } */ } /** Standard Constructor */ public X_C_BankAccount_Acct (Properties ctx, int C_BankAccount_Acct_ID, String trxName, String ... virtualColumns) { super (ctx, C_BankAccount_Acct_ID, trxName, virtualColumns); /** if (C_BankAccount_Acct_ID == 0) { setB_Asset_Acct (0); setB_InTransit_Acct (0); setB_InterestExp_Acct (0); setB_InterestRev_Acct (0); setB_PaymentSelect_Acct (0); setB_UnallocatedCash_Acct (0); setC_AcctSchema_ID (0); setC_BankAccount_ID (0); } */ } /** Standard Constructor */ public X_C_BankAccount_Acct (Properties ctx, String C_BankAccount_Acct_UU, String trxName) { super (ctx, C_BankAccount_Acct_UU, trxName); /** if (C_BankAccount_Acct_UU == null) { setB_Asset_Acct (0); setB_InTransit_Acct (0); setB_InterestExp_Acct (0); setB_InterestRev_Acct (0); setB_PaymentSelect_Acct (0); setB_UnallocatedCash_Acct (0); setC_AcctSchema_ID (0); setC_BankAccount_ID (0); } */ } /** Standard Constructor */ public X_C_BankAccount_Acct (Properties ctx, String C_BankAccount_Acct_UU, String trxName, String ... virtualColumns) { super (ctx, C_BankAccount_Acct_UU, trxName, virtualColumns); /** if (C_BankAccount_Acct_UU == null) { setB_Asset_Acct (0); setB_InTransit_Acct (0); setB_InterestExp_Acct (0); setB_InterestRev_Acct (0); setB_PaymentSelect_Acct (0); setB_UnallocatedCash_Acct (0); setC_AcctSchema_ID (0); setC_BankAccount_ID (0); } */ } /** Load Constructor */ public X_C_BankAccount_Acct (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_BankAccount_Acct[") .append(get_UUID()).append("]"); return sb.toString(); } public I_C_ValidCombination getB_Asset_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_ID) .getPO(getB_Asset_Acct(), get_TrxName()); } /** Set Bank Asset. @param B_Asset_Acct Bank Asset Account */ public void setB_Asset_Acct (int B_Asset_Acct) { set_Value (COLUMNNAME_B_Asset_Acct, Integer.valueOf(B_Asset_Acct)); } /** Get Bank Asset. @return Bank Asset Account */ public int getB_Asset_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_Asset_Acct); if (ii == null) return 0; return ii.intValue(); } public I_C_ValidCombination getB_InTransit_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_ID) .getPO(getB_InTransit_Acct(), get_TrxName()); } /** Set Bank In Transit. @param B_InTransit_Acct Bank In Transit Account */ public void setB_InTransit_Acct (int B_InTransit_Acct) { set_Value (COLUMNNAME_B_InTransit_Acct, Integer.valueOf(B_InTransit_Acct)); } /** Get Bank In Transit. @return Bank In Transit Account */ public int getB_InTransit_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InTransit_Acct); if (ii == null) return 0; return ii.intValue(); } public I_C_ValidCombination getB_InterestExp_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_ID) .getPO(getB_InterestExp_Acct(), get_TrxName()); } /** Set Bank Interest Expense. @param B_InterestExp_Acct Bank Interest Expense Account */ public void setB_InterestExp_Acct (int B_InterestExp_Acct) { set_Value (COLUMNNAME_B_InterestExp_Acct, Integer.valueOf(B_InterestExp_Acct)); } /** Get Bank Interest Expense. @return Bank Interest Expense Account */ public int getB_InterestExp_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InterestExp_Acct); if (ii == null) return 0; return ii.intValue(); } public I_C_ValidCombination getB_InterestRev_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_ID) .getPO(getB_InterestRev_Acct(), get_TrxName()); } /** Set Bank Interest Revenue. @param B_InterestRev_Acct Bank Interest Revenue Account */ public void setB_InterestRev_Acct (int B_InterestRev_Acct) { set_Value (COLUMNNAME_B_InterestRev_Acct, Integer.valueOf(B_InterestRev_Acct)); } /** Get Bank Interest Revenue. @return Bank Interest Revenue Account */ public int getB_InterestRev_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_InterestRev_Acct); if (ii == null) return 0; return ii.intValue(); } public I_C_ValidCombination getB_PaymentSelect_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_ID) .getPO(getB_PaymentSelect_Acct(), get_TrxName()); } /** Set Payment Selection. @param B_PaymentSelect_Acct AP Payment Selection Clearing Account */ public void setB_PaymentSelect_Acct (int B_PaymentSelect_Acct) { set_Value (COLUMNNAME_B_PaymentSelect_Acct, Integer.valueOf(B_PaymentSelect_Acct)); } /** Get Payment Selection. @return AP Payment Selection Clearing Account */ public int getB_PaymentSelect_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_PaymentSelect_Acct); if (ii == null) return 0; return ii.intValue(); } public I_C_ValidCombination getB_UnallocatedCash_A() throws RuntimeException { return (I_C_ValidCombination)MTable.get(getCtx(), I_C_ValidCombination.Table_ID) .getPO(getB_UnallocatedCash_Acct(), get_TrxName()); } /** Set Unallocated Cash. @param B_UnallocatedCash_Acct Unallocated Cash Clearing Account */ public void setB_UnallocatedCash_Acct (int B_UnallocatedCash_Acct) { set_Value (COLUMNNAME_B_UnallocatedCash_Acct, Integer.valueOf(B_UnallocatedCash_Acct)); } /** Get Unallocated Cash. @return Unallocated Cash Clearing Account */ public int getB_UnallocatedCash_Acct() { Integer ii = (Integer)get_Value(COLUMNNAME_B_UnallocatedCash_Acct); 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_ValueNoCheck (COLUMNNAME_C_AcctSchema_ID, null); else set_ValueNoCheck (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(); } /** Set C_BankAccount_Acct_UU. @param C_BankAccount_Acct_UU C_BankAccount_Acct_UU */ public void setC_BankAccount_Acct_UU (String C_BankAccount_Acct_UU) { set_Value (COLUMNNAME_C_BankAccount_Acct_UU, C_BankAccount_Acct_UU); } /** Get C_BankAccount_Acct_UU. @return C_BankAccount_Acct_UU */ public String getC_BankAccount_Acct_UU() { return (String)get_Value(COLUMNNAME_C_BankAccount_Acct_UU); } public org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException { return (org.compiere.model.I_C_BankAccount)MTable.get(getCtx(), org.compiere.model.I_C_BankAccount.Table_ID) .getPO(getC_BankAccount_ID(), get_TrxName()); } /** Set Bank Account. @param C_BankAccount_ID Account at the Bank */ public void setC_BankAccount_ID (int C_BankAccount_ID) { if (C_BankAccount_ID < 1) set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, null); else set_ValueNoCheck (COLUMNNAME_C_BankAccount_ID, Integer.valueOf(C_BankAccount_ID)); } /** Get Bank Account. @return Account at the Bank */ public int getC_BankAccount_ID() { Integer ii = (Integer)get_Value(COLUMNNAME_C_BankAccount_ID); if (ii == null) return 0; return ii.intValue(); } }