View source | Discuss this page | Page history | Printable version   

ERP/2.50/Developers Guide/Reference/Entity Model/FinancialMgmtAcctSchema

FinancialMgmtAcctSchema

The Accounting Schema Tab defines the controls used for accounting. Each Organization will select an Accounting Schema to use.

To the database table (C_AcctSchema) of this entity.

Back to the entity model.

Properties

Note:

Property Column Constraints Type Description
id* C_AcctSchema_ID Mandatory
Max Length: 32
java.lang.String An Accounting Schema defines the rules used in accounting such as costing method, currency and calendar
client AD_Client_ID Mandatory ADClient A Client is a company or a legal entity. You cannot share data between Clients.
organization AD_Org_ID Mandatory Organization An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.
active IsActive Mandatory java.lang.Boolean There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reporting. There are two reasons for de-activating and not deleting records:

(1) The system requires the record for auditing purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

creationDate Created Mandatory java.util.Date The Created field indicates the date that this record was created.
createdBy CreatedBy Mandatory ADUser The Created By field indicates the user who created this record.
updated Updated Mandatory java.util.Date The Updated field indicates the date that this record was updated.
updatedBy UpdatedBy Mandatory ADUser The Updated By field indicates the user who updated this record.
name# Name Mandatory
Max Length: 60
java.lang.String A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.
description Description Max Length: 255 java.lang.String A description is limited to 255 characters.
gAAP GAAP Mandatory
Max Length: 60
java.lang.String The GAAP identifies the account principles that this accounting schema will adhere to.
accrual IsAccrual java.lang.Boolean The Accrual checkbox indicates if this accounting schema will use accrual based account or cash based accounting. The Accrual method recognizes revenue when the product or service is delivered. Cash based method recognizes income when then payment is received.
costingMethod CostingMethod Max Length: 60 java.lang.String Indicates how costs will be calculated (Standard, Average) for valuation and accounting purposes.
currency C_Currency_ID Mandatory Currency Indicates the currency to be used when processing this document.
automaticPeriodControl AutoPeriodControl java.lang.Boolean In the Automatic Period Control, periods are opened and closed based on the current date. If the Manual alternative is activated, you have to open and close periods explicitly.
period C_Period_ID FinancialMgmtPeriod The Period indicates an exclusive range of dates for a calendar.
historyDays Period_OpenHistory java.lang.Long If Automatic Period Control is enabled, the current period is calculated based on the system date and you can always post to all days in the current period. History Days enable to post to previous periods. E.g. today is May 15th and History Days is set to 30, you can post back to April 15th
futureDays Period_OpenFuture java.lang.Long If Automatic Period Control is enabled, the current period is calculated based on the system date and you can always post to all days in the current period. Future Days enable to post to future periods. E.g. today is Apr 15th and Future Days is set to 30, you can post up to May 15th
storageBinSeparator Separator Mandatory
Max Length: 1
java.lang.String The Element Separator defines the delimiter printed between elements of the structure
useAccountAlias HasAlias java.lang.Boolean The Alias checkbox indicates that account combination can be selected using a user defined alias or short key.
useAccountCombinationControl HasCombination java.lang.Boolean The Combination Control checkbox indicates if the combination of account elements will be verified against the defined acceptable combination.
postTradeDiscount IsTradeDiscountPosted java.lang.Boolean If the invoice is based on an item with a list price, the amount based on the list price and the discount is posted instead of the net amount.Example: Quantity 10 - List Price: 20 - Actual Price: 17If selected for a sales invoice 200 is posted to Produc
correctTaxForDiscountsCharges IsDiscountCorrectsTax java.lang.Boolean Payment discounts may require to correct the tax. This primarily applicable in VAT systems. If the original invoice had tax records, the payment discount, write-off, etc. is corrected by the tax. The calculation of the tax is prorated based on the invoice.
allowNegative Allownegative java.lang.Boolean Allow negative entries in credit and debit
financialMgmtAcctSchemaTableList List of FinancialMgmtAcctSchemaTable
businessPartnerCategoryAccountList List of BusinessPartnerCategoryAccount
employeeAccountsList List of EmployeeAccounts
customerAccountsList List of CustomerAccounts
financialMgmtCashBookAccountsList List of FinancialMgmtCashBookAccounts
financialMgmtAcctSchemaDefaultList List of FinancialMgmtAcctSchemaDefault
financialMgmtGLChargeAccountsList List of FinancialMgmtGLChargeAccounts
productCategoryAccountsList List of ProductCategoryAccounts
warehouseAccountsList List of WarehouseAccounts
bankAccountAccountsList List of BankAccountAccounts
financialMgmtAcctSchemaElementList List of FinancialMgmtAcctSchemaElement
financialMgmtAssetAccountsList List of FinancialMgmtAssetAccounts
financialMgmtAssetGroupAcctList List of FinancialMgmtAssetGroupAcct
financialMgmtAcctSchemaGLList List of FinancialMgmtAcctSchemaGL
fINFinancialAccountAcctList List of FIN_Financial_Account_Acct
organizationAcctSchemaList List of OrganizationAcctSchema
productAccountsList List of ProductAccounts
financialMgmtGLItemAccountsList List of FinancialMgmtGLItemAccounts
cAcctSchemaProcessList List of CAcctSchemaProcess
financialMgmtTaxRateAccountsList List of FinancialMgmtTaxRateAccounts
financialMgmtWithholdingAccountsList List of FinancialMgmtWithholdingAccounts
financialMgmtInterOrgAccountsList List of FinancialMgmtInterOrgAccounts
vendorAccountsList List of VendorAccounts

Java Entity Class

 
/*
 *************************************************************************
 * The contents of this file are subject to the Openbravo  Public  License
 * Version  1.1  (the  "License"),  being   the  Mozilla   Public  License
 * Version 1.1  with a permitted attribution clause; you may not  use this
 * file except in compliance with the License. You  may  obtain  a copy of
 * the License at http://www.openbravo.com/legal/license.html
 * Software distributed under the License  is  distributed  on  an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific  language  governing  rights  and  limitations
 * under the License.
 * The Original Code is Openbravo ERP.
 * The Initial Developer of the Original Code is Openbravo SLU
 * All portions are Copyright (C) 2008-2010 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  ______________________________________.
 ************************************************************************
*/
package org.openbravo.model.financialmgmt.accounting.coa;
 
import org.openbravo.base.structure.ActiveEnabled;
import org.openbravo.base.structure.BaseOBObject;
import org.openbravo.base.structure.ClientEnabled;
import org.openbravo.base.structure.OrganizationEnabled;
import org.openbravo.base.structure.Traceable;
import org.openbravo.model.ad.access.AcctSchemaProcess;
import org.openbravo.model.ad.access.User;
import org.openbravo.model.ad.system.Client;
import org.openbravo.model.common.bank.BankAccountAccounts;
import org.openbravo.model.common.businesspartner.CategoryAccounts;
import org.openbravo.model.common.businesspartner.CustomerAccounts;
import org.openbravo.model.common.businesspartner.EmployeeAccounts;
import org.openbravo.model.common.businesspartner.VendorAccounts;
import org.openbravo.model.common.currency.Currency;
import org.openbravo.model.common.enterprise.Organization;
import org.openbravo.model.common.enterprise.OrganizationAcctSchema;
import org.openbravo.model.common.enterprise.WarehouseAccounts;
import org.openbravo.model.common.plm.ProductAccounts;
import org.openbravo.model.financialmgmt.accounting.InterOrgAccounts;
import org.openbravo.model.financialmgmt.assetmgmt.AssetAccounts;
import org.openbravo.model.financialmgmt.assetmgmt.AssetGroupAcct;
import org.openbravo.model.financialmgmt.calendar.Period;
import org.openbravo.model.financialmgmt.cashmgmt.CashBookAccounts;
import org.openbravo.model.financialmgmt.gl.GLChargeAccounts;
import org.openbravo.model.financialmgmt.gl.GLItemAccounts;
import org.openbravo.model.financialmgmt.tax.TaxRateAccounts;
import org.openbravo.model.financialmgmt.tax.WithholdingAccounts;
 
import java.lang.Boolean;
import java.lang.Long;
import java.lang.String;
 
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
 
/**
 * Entity class for entity FinancialMgmtAcctSchema (stored in table C_AcctSchema).
 *
 * NOTE: This class should not be instantiated directly. To instantiate this
 * class the {@link org.openbravo.base.provider.OBProvider} should be used.
 */
public class AcctSchema extends BaseOBObject implements Traceable,
    ClientEnabled, OrganizationEnabled, ActiveEnabled {
    private static final long serialVersionUID = 1L;
    public static final String TABLE_NAME = "C_AcctSchema";
    public static final String FinancialMgmtAcctSchema = "FinancialMgmtAcctSchema";
    public static final String PROPERTY_ID = "id";
    public static final String PROPERTY_CLIENT = "client";
    public static final String PROPERTY_ORGANIZATION = "organization";
    public static final String PROPERTY_ACTIVE = "active";
    public static final String PROPERTY_CREATIONDATE = "creationDate";
    public static final String PROPERTY_CREATEDBY = "createdBy";
    public static final String PROPERTY_UPDATED = "updated";
    public static final String PROPERTY_UPDATEDBY = "updatedBy";
    public static final String PROPERTY_NAME = "name";
    public static final String PROPERTY_DESCRIPTION = "description";
    public static final String PROPERTY_GAAP = "gAAP";
    public static final String PROPERTY_ACCRUAL = "accrual";
    public static final String PROPERTY_COSTINGMETHOD = "costingMethod";
    public static final String PROPERTY_CURRENCY = "currency";
    public static final String PROPERTY_AUTOMATICPERIODCONTROL =
        "automaticPeriodControl";
    public static final String PROPERTY_PERIOD = "period";
    public static final String PROPERTY_HISTORYDAYS = "historyDays";
    public static final String PROPERTY_FUTUREDAYS = "futureDays";
    public static final String PROPERTY_STORAGEBINSEPARATOR =
        "storageBinSeparator";
    public static final String PROPERTY_USEACCOUNTALIAS = "useAccountAlias";
    public static final String PROPERTY_USEACCOUNTCOMBINATIONCONTROL =
        "useAccountCombinationControl";
    public static final String PROPERTY_POSTTRADEDISCOUNT = "postTradeDiscount";
    public static final String PROPERTY_CORRECTTAXFORDISCOUNTSCHARGES =
        "correctTaxForDiscountsCharges";
    public static final String PROPERTY_ALLOWNEGATIVE = "allowNegative";
    public static final String PROPERTY_FINANCIALMGMTACCTSCHEMATABLELIST =
        "financialMgmtAcctSchemaTableList";
    public static final String PROPERTY_BUSINESSPARTNERCATEGORYACCOUNTLIST =
        "businessPartnerCategoryAccountList";
    public static final String PROPERTY_EMPLOYEEACCOUNTSLIST =
        "employeeAccountsList";
    public static final String PROPERTY_CUSTOMERACCOUNTSLIST =
        "customerAccountsList";
    public static final String PROPERTY_FINANCIALMGMTCASHBOOKACCOUNTSLIST =
        "financialMgmtCashBookAccountsList";
    public static final String PROPERTY_FINANCIALMGMTACCTSCHEMADEFAULTLIST =
        "financialMgmtAcctSchemaDefaultList";
    public static final String PROPERTY_FINANCIALMGMTGLCHARGEACCOUNTSLIST =
        "financialMgmtGLChargeAccountsList";
    public static final String PROPERTY_PRODUCTCATEGORYACCOUNTSLIST =
        "productCategoryAccountsList";
    public static final String PROPERTY_WAREHOUSEACCOUNTSLIST =
        "warehouseAccountsList";
    public static final String PROPERTY_BANKACCOUNTACCOUNTSLIST =
        "bankAccountAccountsList";
    public static final String PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST =
        "financialMgmtAcctSchemaElementList";
    public static final String PROPERTY_FINANCIALMGMTASSETACCOUNTSLIST =
        "financialMgmtAssetAccountsList";
    public static final String PROPERTY_FINANCIALMGMTASSETGROUPACCTLIST =
        "financialMgmtAssetGroupAcctList";
    public static final String PROPERTY_FINANCIALMGMTACCTSCHEMAGLLIST =
        "financialMgmtAcctSchemaGLList";
    public static final String PROPERTY_FINFINANCIALACCOUNTACCTLIST =
        "fINFinancialAccountAcctList";
    public static final String PROPERTY_ORGANIZATIONACCTSCHEMALIST =
        "organizationAcctSchemaList";
    public static final String PROPERTY_PRODUCTACCOUNTSLIST =
        "productAccountsList";
    public static final String PROPERTY_FINANCIALMGMTGLITEMACCOUNTSLIST =
        "financialMgmtGLItemAccountsList";
    public static final String PROPERTY_CACCTSCHEMAPROCESSLIST =
        "cAcctSchemaProcessList";
    public static final String PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST =
        "financialMgmtTaxRateAccountsList";
    public static final String PROPERTY_FINANCIALMGMTWITHHOLDINGACCOUNTSLIST =
        "financialMgmtWithholdingAccountsList";
    public static final String PROPERTY_FINANCIALMGMTINTERORGACCOUNTSLIST =
        "financialMgmtInterOrgAccountsList";
    public static final String PROPERTY_VENDORACCOUNTSLIST =
        "vendorAccountsList";
 
    public AcctSchema() {
        setDefaultValue(PROPERTY_ACTIVE, true);
        setDefaultValue(PROPERTY_ACCRUAL, true);
        setDefaultValue(PROPERTY_AUTOMATICPERIODCONTROL, false);
        setDefaultValue(PROPERTY_STORAGEBINSEPARATOR, "-");
        setDefaultValue(PROPERTY_USEACCOUNTALIAS, false);
        setDefaultValue(PROPERTY_USEACCOUNTCOMBINATIONCONTROL, false);
        setDefaultValue(PROPERTY_POSTTRADEDISCOUNT, false);
        setDefaultValue(PROPERTY_CORRECTTAXFORDISCOUNTSCHARGES, false);
        setDefaultValue(PROPERTY_ALLOWNEGATIVE, true);
        setDefaultValue(PROPERTY_FINANCIALMGMTACCTSCHEMATABLELIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_BUSINESSPARTNERCATEGORYACCOUNTLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_EMPLOYEEACCOUNTSLIST, new ArrayList<Object>());
        setDefaultValue(PROPERTY_CUSTOMERACCOUNTSLIST, new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTCASHBOOKACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTACCTSCHEMADEFAULTLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTGLCHARGEACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_PRODUCTCATEGORYACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_WAREHOUSEACCOUNTSLIST, new ArrayList<Object>());
        setDefaultValue(PROPERTY_BANKACCOUNTACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTASSETACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTASSETGROUPACCTLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTACCTSCHEMAGLLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINFINANCIALACCOUNTACCTLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_ORGANIZATIONACCTSCHEMALIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_PRODUCTACCOUNTSLIST, new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTGLITEMACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_CACCTSCHEMAPROCESSLIST, new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTWITHHOLDINGACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_FINANCIALMGMTINTERORGACCOUNTSLIST,
            new ArrayList<Object>());
        setDefaultValue(PROPERTY_VENDORACCOUNTSLIST, new ArrayList<Object>());
    }
 
    @Override
    public String getEntityName() {
        return FinancialMgmtAcctSchema;
    }
 
    public String getId() {
        return (String) get(PROPERTY_ID);
    }
 
    public void setId(String id) {
        set(PROPERTY_ID, id);
    }
 
    public Client getClient() {
        return (Client) get(PROPERTY_CLIENT);
    }
 
    public void setClient(Client client) {
        set(PROPERTY_CLIENT, client);
    }
 
    public Organization getOrganization() {
        return (Organization) get(PROPERTY_ORGANIZATION);
    }
 
    public void setOrganization(Organization organization) {
        set(PROPERTY_ORGANIZATION, organization);
    }
 
    public Boolean isActive() {
        return (Boolean) get(PROPERTY_ACTIVE);
    }
 
    public void setActive(Boolean active) {
        set(PROPERTY_ACTIVE, active);
    }
 
    public Date getCreationDate() {
        return (Date) get(PROPERTY_CREATIONDATE);
    }
 
    public void setCreationDate(Date creationDate) {
        set(PROPERTY_CREATIONDATE, creationDate);
    }
 
    public User getCreatedBy() {
        return (User) get(PROPERTY_CREATEDBY);
    }
 
    public void setCreatedBy(User createdBy) {
        set(PROPERTY_CREATEDBY, createdBy);
    }
 
    public Date getUpdated() {
        return (Date) get(PROPERTY_UPDATED);
    }
 
    public void setUpdated(Date updated) {
        set(PROPERTY_UPDATED, updated);
    }
 
    public User getUpdatedBy() {
        return (User) get(PROPERTY_UPDATEDBY);
    }
 
    public void setUpdatedBy(User updatedBy) {
        set(PROPERTY_UPDATEDBY, updatedBy);
    }
 
    public String getName() {
        return (String) get(PROPERTY_NAME);
    }
 
    public void setName(String name) {
        set(PROPERTY_NAME, name);
    }
 
    public String getDescription() {
        return (String) get(PROPERTY_DESCRIPTION);
    }
 
    public void setDescription(String description) {
        set(PROPERTY_DESCRIPTION, description);
    }
 
    public String getGAAP() {
        return (String) get(PROPERTY_GAAP);
    }
 
    public void setGAAP(String gAAP) {
        set(PROPERTY_GAAP, gAAP);
    }
 
    public Boolean isAccrual() {
        return (Boolean) get(PROPERTY_ACCRUAL);
    }
 
    public void setAccrual(Boolean accrual) {
        set(PROPERTY_ACCRUAL, accrual);
    }
 
    public String getCostingMethod() {
        return (String) get(PROPERTY_COSTINGMETHOD);
    }
 
    public void setCostingMethod(String costingMethod) {
        set(PROPERTY_COSTINGMETHOD, costingMethod);
    }
 
    public Currency getCurrency() {
        return (Currency) get(PROPERTY_CURRENCY);
    }
 
    public void setCurrency(Currency currency) {
        set(PROPERTY_CURRENCY, currency);
    }
 
    public Boolean isAutomaticPeriodControl() {
        return (Boolean) get(PROPERTY_AUTOMATICPERIODCONTROL);
    }
 
    public void setAutomaticPeriodControl(Boolean automaticPeriodControl) {
        set(PROPERTY_AUTOMATICPERIODCONTROL, automaticPeriodControl);
    }
 
    public Period getPeriod() {
        return (Period) get(PROPERTY_PERIOD);
    }
 
    public void setPeriod(Period period) {
        set(PROPERTY_PERIOD, period);
    }
 
    public Long getHistoryDays() {
        return (Long) get(PROPERTY_HISTORYDAYS);
    }
 
    public void setHistoryDays(Long historyDays) {
        set(PROPERTY_HISTORYDAYS, historyDays);
    }
 
    public Long getFutureDays() {
        return (Long) get(PROPERTY_FUTUREDAYS);
    }
 
    public void setFutureDays(Long futureDays) {
        set(PROPERTY_FUTUREDAYS, futureDays);
    }
 
    public String getStorageBinSeparator() {
        return (String) get(PROPERTY_STORAGEBINSEPARATOR);
    }
 
    public void setStorageBinSeparator(String storageBinSeparator) {
        set(PROPERTY_STORAGEBINSEPARATOR, storageBinSeparator);
    }
 
    public Boolean isUseAccountAlias() {
        return (Boolean) get(PROPERTY_USEACCOUNTALIAS);
    }
 
    public void setUseAccountAlias(Boolean useAccountAlias) {
        set(PROPERTY_USEACCOUNTALIAS, useAccountAlias);
    }
 
    public Boolean isUseAccountCombinationControl() {
        return (Boolean) get(PROPERTY_USEACCOUNTCOMBINATIONCONTROL);
    }
 
    public void setUseAccountCombinationControl(
        Boolean useAccountCombinationControl) {
        set(PROPERTY_USEACCOUNTCOMBINATIONCONTROL, useAccountCombinationControl);
    }
 
    public Boolean isPostTradeDiscount() {
        return (Boolean) get(PROPERTY_POSTTRADEDISCOUNT);
    }
 
    public void setPostTradeDiscount(Boolean postTradeDiscount) {
        set(PROPERTY_POSTTRADEDISCOUNT, postTradeDiscount);
    }
 
    public Boolean isCorrectTaxForDiscountsCharges() {
        return (Boolean) get(PROPERTY_CORRECTTAXFORDISCOUNTSCHARGES);
    }
 
    public void setCorrectTaxForDiscountsCharges(
        Boolean correctTaxForDiscountsCharges) {
        set(PROPERTY_CORRECTTAXFORDISCOUNTSCHARGES,
            correctTaxForDiscountsCharges);
    }
 
    public Boolean isAllowNegative() {
        return (Boolean) get(PROPERTY_ALLOWNEGATIVE);
    }
 
    public void setAllowNegative(Boolean allowNegative) {
        set(PROPERTY_ALLOWNEGATIVE, allowNegative);
    }
 
    @SuppressWarnings("unchecked")
    public List<AcctSchemaTable> getFinancialMgmtAcctSchemaTableList() {
        return (List<AcctSchemaTable>) get(PROPERTY_FINANCIALMGMTACCTSCHEMATABLELIST);
    }
 
    public void setFinancialMgmtAcctSchemaTableList(
        List<AcctSchemaTable> financialMgmtAcctSchemaTableList) {
        set(PROPERTY_FINANCIALMGMTACCTSCHEMATABLELIST,
            financialMgmtAcctSchemaTableList);
    }
 
    @SuppressWarnings("unchecked")
    public List<CategoryAccounts> getBusinessPartnerCategoryAccountList() {
        return (List<CategoryAccounts>) get(PROPERTY_BUSINESSPARTNERCATEGORYACCOUNTLIST);
    }
 
    public void setBusinessPartnerCategoryAccountList(
        List<CategoryAccounts> businessPartnerCategoryAccountList) {
        set(PROPERTY_BUSINESSPARTNERCATEGORYACCOUNTLIST,
            businessPartnerCategoryAccountList);
    }
 
    @SuppressWarnings("unchecked")
    public List<EmployeeAccounts> getEmployeeAccountsList() {
        return (List<EmployeeAccounts>) get(PROPERTY_EMPLOYEEACCOUNTSLIST);
    }
 
    public void setEmployeeAccountsList(
        List<EmployeeAccounts> employeeAccountsList) {
        set(PROPERTY_EMPLOYEEACCOUNTSLIST, employeeAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<CustomerAccounts> getCustomerAccountsList() {
        return (List<CustomerAccounts>) get(PROPERTY_CUSTOMERACCOUNTSLIST);
    }
 
    public void setCustomerAccountsList(
        List<CustomerAccounts> customerAccountsList) {
        set(PROPERTY_CUSTOMERACCOUNTSLIST, customerAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<CashBookAccounts> getFinancialMgmtCashBookAccountsList() {
        return (List<CashBookAccounts>) get(PROPERTY_FINANCIALMGMTCASHBOOKACCOUNTSLIST);
    }
 
    public void setFinancialMgmtCashBookAccountsList(
        List<CashBookAccounts> financialMgmtCashBookAccountsList) {
        set(PROPERTY_FINANCIALMGMTCASHBOOKACCOUNTSLIST,
            financialMgmtCashBookAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<AcctSchemaDefault> getFinancialMgmtAcctSchemaDefaultList() {
        return (List<AcctSchemaDefault>) get(PROPERTY_FINANCIALMGMTACCTSCHEMADEFAULTLIST);
    }
 
    public void setFinancialMgmtAcctSchemaDefaultList(
        List<AcctSchemaDefault> financialMgmtAcctSchemaDefaultList) {
        set(PROPERTY_FINANCIALMGMTACCTSCHEMADEFAULTLIST,
            financialMgmtAcctSchemaDefaultList);
    }
 
    @SuppressWarnings("unchecked")
    public List<GLChargeAccounts> getFinancialMgmtGLChargeAccountsList() {
        return (List<GLChargeAccounts>) get(PROPERTY_FINANCIALMGMTGLCHARGEACCOUNTSLIST);
    }
 
    public void setFinancialMgmtGLChargeAccountsList(
        List<GLChargeAccounts> financialMgmtGLChargeAccountsList) {
        set(PROPERTY_FINANCIALMGMTGLCHARGEACCOUNTSLIST,
            financialMgmtGLChargeAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<org.openbravo.model.common.plm.CategoryAccounts> getProductCategoryAccountsList() {
        return (List<org.openbravo.model.common.plm.CategoryAccounts>) get(PROPERTY_PRODUCTCATEGORYACCOUNTSLIST);
    }
 
    public void setProductCategoryAccountsList(
        List<org.openbravo.model.common.plm.CategoryAccounts> productCategoryAccountsList) {
        set(PROPERTY_PRODUCTCATEGORYACCOUNTSLIST, productCategoryAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<WarehouseAccounts> getWarehouseAccountsList() {
        return (List<WarehouseAccounts>) get(PROPERTY_WAREHOUSEACCOUNTSLIST);
    }
 
    public void setWarehouseAccountsList(
        List<WarehouseAccounts> warehouseAccountsList) {
        set(PROPERTY_WAREHOUSEACCOUNTSLIST, warehouseAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<BankAccountAccounts> getBankAccountAccountsList() {
        return (List<BankAccountAccounts>) get(PROPERTY_BANKACCOUNTACCOUNTSLIST);
    }
 
    public void setBankAccountAccountsList(
        List<BankAccountAccounts> bankAccountAccountsList) {
        set(PROPERTY_BANKACCOUNTACCOUNTSLIST, bankAccountAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<AcctSchemaElement> getFinancialMgmtAcctSchemaElementList() {
        return (List<AcctSchemaElement>) get(PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST);
    }
 
    public void setFinancialMgmtAcctSchemaElementList(
        List<AcctSchemaElement> financialMgmtAcctSchemaElementList) {
        set(PROPERTY_FINANCIALMGMTACCTSCHEMAELEMENTLIST,
            financialMgmtAcctSchemaElementList);
    }
 
    @SuppressWarnings("unchecked")
    public List<AssetAccounts> getFinancialMgmtAssetAccountsList() {
        return (List<AssetAccounts>) get(PROPERTY_FINANCIALMGMTASSETACCOUNTSLIST);
    }
 
    public void setFinancialMgmtAssetAccountsList(
        List<AssetAccounts> financialMgmtAssetAccountsList) {
        set(PROPERTY_FINANCIALMGMTASSETACCOUNTSLIST,
            financialMgmtAssetAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<AssetGroupAcct> getFinancialMgmtAssetGroupAcctList() {
        return (List<AssetGroupAcct>) get(PROPERTY_FINANCIALMGMTASSETGROUPACCTLIST);
    }
 
    public void setFinancialMgmtAssetGroupAcctList(
        List<AssetGroupAcct> financialMgmtAssetGroupAcctList) {
        set(PROPERTY_FINANCIALMGMTASSETGROUPACCTLIST,
            financialMgmtAssetGroupAcctList);
    }
 
    @SuppressWarnings("unchecked")
    public List<AcctSchemaGL> getFinancialMgmtAcctSchemaGLList() {
        return (List<AcctSchemaGL>) get(PROPERTY_FINANCIALMGMTACCTSCHEMAGLLIST);
    }
 
    public void setFinancialMgmtAcctSchemaGLList(
        List<AcctSchemaGL> financialMgmtAcctSchemaGLList) {
        set(PROPERTY_FINANCIALMGMTACCTSCHEMAGLLIST,
            financialMgmtAcctSchemaGLList);
    }
 
    @SuppressWarnings("unchecked")
    public List<org.openbravo.model.financialmgmt.accounting.FIN_FinancialAccountAccounting> getFINFinancialAccountAcctList() {
        return (List<org.openbravo.model.financialmgmt.accounting.FIN_FinancialAccountAccounting>) get(PROPERTY_FINFINANCIALACCOUNTACCTLIST);
    }
 
    public void setFINFinancialAccountAcctList(
        List<org.openbravo.model.financialmgmt.accounting.FIN_FinancialAccountAccounting> fINFinancialAccountAcctList) {
        set(PROPERTY_FINFINANCIALACCOUNTACCTLIST, fINFinancialAccountAcctList);
    }
 
    @SuppressWarnings("unchecked")
    public List<OrganizationAcctSchema> getOrganizationAcctSchemaList() {
        return (List<OrganizationAcctSchema>) get(PROPERTY_ORGANIZATIONACCTSCHEMALIST);
    }
 
    public void setOrganizationAcctSchemaList(
        List<OrganizationAcctSchema> organizationAcctSchemaList) {
        set(PROPERTY_ORGANIZATIONACCTSCHEMALIST, organizationAcctSchemaList);
    }
 
    @SuppressWarnings("unchecked")
    public List<ProductAccounts> getProductAccountsList() {
        return (List<ProductAccounts>) get(PROPERTY_PRODUCTACCOUNTSLIST);
    }
 
    public void setProductAccountsList(
        List<ProductAccounts> productAccountsList) {
        set(PROPERTY_PRODUCTACCOUNTSLIST, productAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<GLItemAccounts> getFinancialMgmtGLItemAccountsList() {
        return (List<GLItemAccounts>) get(PROPERTY_FINANCIALMGMTGLITEMACCOUNTSLIST);
    }
 
    public void setFinancialMgmtGLItemAccountsList(
        List<GLItemAccounts> financialMgmtGLItemAccountsList) {
        set(PROPERTY_FINANCIALMGMTGLITEMACCOUNTSLIST,
            financialMgmtGLItemAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<AcctSchemaProcess> getCAcctSchemaProcessList() {
        return (List<AcctSchemaProcess>) get(PROPERTY_CACCTSCHEMAPROCESSLIST);
    }
 
    public void setCAcctSchemaProcessList(
        List<AcctSchemaProcess> cAcctSchemaProcessList) {
        set(PROPERTY_CACCTSCHEMAPROCESSLIST, cAcctSchemaProcessList);
    }
 
    @SuppressWarnings("unchecked")
    public List<TaxRateAccounts> getFinancialMgmtTaxRateAccountsList() {
        return (List<TaxRateAccounts>) get(PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST);
    }
 
    public void setFinancialMgmtTaxRateAccountsList(
        List<TaxRateAccounts> financialMgmtTaxRateAccountsList) {
        set(PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST,
            financialMgmtTaxRateAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<WithholdingAccounts> getFinancialMgmtWithholdingAccountsList() {
        return (List<WithholdingAccounts>) get(PROPERTY_FINANCIALMGMTWITHHOLDINGACCOUNTSLIST);
    }
 
    public void setFinancialMgmtWithholdingAccountsList(
        List<WithholdingAccounts> financialMgmtWithholdingAccountsList) {
        set(PROPERTY_FINANCIALMGMTWITHHOLDINGACCOUNTSLIST,
            financialMgmtWithholdingAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<InterOrgAccounts> getFinancialMgmtInterOrgAccountsList() {
        return (List<InterOrgAccounts>) get(PROPERTY_FINANCIALMGMTINTERORGACCOUNTSLIST);
    }
 
    public void setFinancialMgmtInterOrgAccountsList(
        List<InterOrgAccounts> financialMgmtInterOrgAccountsList) {
        set(PROPERTY_FINANCIALMGMTINTERORGACCOUNTSLIST,
            financialMgmtInterOrgAccountsList);
    }
 
    @SuppressWarnings("unchecked")
    public List<VendorAccounts> getVendorAccountsList() {
        return (List<VendorAccounts>) get(PROPERTY_VENDORACCOUNTSLIST);
    }
 
    public void setVendorAccountsList(List<VendorAccounts> vendorAccountsList) {
        set(PROPERTY_VENDORACCOUNTSLIST, vendorAccountsList);
    }
}

Retrieved from "http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Reference/Entity_Model/FinancialMgmtAcctSchema"

This page has been accessed 2,387 times. This page was last modified on 2 July 2011, at 21:57. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.