/* * The Kuali Financial System, a comprehensive financial management system for higher education. * * Copyright 2005-2014 The Kuali Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package org.kuali.kfs.module.bc.businessobject; import java.math.BigDecimal; import java.util.LinkedHashMap; import org.kuali.kfs.coa.businessobject.Account; import org.kuali.kfs.coa.businessobject.Chart; import org.kuali.kfs.coa.businessobject.ObjectCode; import org.kuali.rice.core.api.util.type.KualiInteger; import org.kuali.rice.krad.bo.PersistableBusinessObjectBase; /** * */ public class BudgetConstructionAppointmentFundingLoad extends PersistableBusinessObjectBase { private Integer universityFiscalYear; private String chartOfAccountsCode; private String accountNumber; private String subAccountNumber; private String financialObjectCode; private String financialSubObjectCode; private String positionNumber; private String emplid; private String appointmentFundingDurationCode; private KualiInteger appointmentRequestedCsfAmount; private BigDecimal appointmentRequestedCsfFteQuantity; private BigDecimal appointmentRequestedCsfTimePercent; private KualiInteger appointmentTotalIntendedAmount; private BigDecimal appointmentTotalIntendedFteQuantity; private KualiInteger appointmentRequestedAmount; private BigDecimal appointmentRequestedTimePercent; private BigDecimal appointmentRequestedFteQuantity; private BigDecimal appointmentRequestedPayRate; private String appointmentFundingDeleteCode; private Integer appointmentFundingMonth; private ObjectCode financialObject; private Chart chartOfAccounts; private Account account; /** * Default constructor. */ public BudgetConstructionAppointmentFundingLoad() { } /** * Gets the universityFiscalYear attribute. * * @return Returns the universityFiscalYear */ public Integer getUniversityFiscalYear() { return universityFiscalYear; } /** * Sets the universityFiscalYear attribute. * * @param universityFiscalYear The universityFiscalYear to set. */ public void setUniversityFiscalYear(Integer universityFiscalYear) { this.universityFiscalYear = universityFiscalYear; } /** * Gets the chartOfAccountsCode attribute. * * @return Returns the chartOfAccountsCode */ public String getChartOfAccountsCode() { return chartOfAccountsCode; } /** * Sets the chartOfAccountsCode attribute. * * @param chartOfAccountsCode The chartOfAccountsCode to set. */ public void setChartOfAccountsCode(String chartOfAccountsCode) { this.chartOfAccountsCode = chartOfAccountsCode; } /** * Gets the accountNumber attribute. * * @return Returns the accountNumber */ public String getAccountNumber() { return accountNumber; } /** * Sets the accountNumber attribute. * * @param accountNumber The accountNumber to set. */ public void setAccountNumber(String accountNumber) { this.accountNumber = accountNumber; } /** * Gets the subAccountNumber attribute. * * @return Returns the subAccountNumber */ public String getSubAccountNumber() { return subAccountNumber; } /** * Sets the subAccountNumber attribute. * * @param subAccountNumber The subAccountNumber to set. */ public void setSubAccountNumber(String subAccountNumber) { this.subAccountNumber = subAccountNumber; } /** * Gets the financialObjectCode attribute. * * @return Returns the financialObjectCode */ public String getFinancialObjectCode() { return financialObjectCode; } /** * Sets the financialObjectCode attribute. * * @param financialObjectCode The financialObjectCode to set. */ public void setFinancialObjectCode(String financialObjectCode) { this.financialObjectCode = financialObjectCode; } /** * Gets the financialSubObjectCode attribute. * * @return Returns the financialSubObjectCode */ public String getFinancialSubObjectCode() { return financialSubObjectCode; } /** * Sets the financialSubObjectCode attribute. * * @param financialSubObjectCode The financialSubObjectCode to set. */ public void setFinancialSubObjectCode(String financialSubObjectCode) { this.financialSubObjectCode = financialSubObjectCode; } /** * Gets the positionNumber attribute. * * @return Returns the positionNumber */ public String getPositionNumber() { return positionNumber; } /** * Sets the positionNumber attribute. * * @param positionNumber The positionNumber to set. */ public void setPositionNumber(String positionNumber) { this.positionNumber = positionNumber; } /** * Gets the emplid attribute. * * @return Returns the emplid */ public String getEmplid() { return emplid; } /** * Sets the emplid attribute. * * @param emplid The emplid to set. */ public void setEmplid(String emplid) { this.emplid = emplid; } /** * Gets the appointmentFundingDurationCode attribute. * * @return Returns the appointmentFundingDurationCode */ public String getAppointmentFundingDurationCode() { return appointmentFundingDurationCode; } /** * Sets the appointmentFundingDurationCode attribute. * * @param appointmentFundingDurationCode The appointmentFundingDurationCode to set. */ public void setAppointmentFundingDurationCode(String appointmentFundingDurationCode) { this.appointmentFundingDurationCode = appointmentFundingDurationCode; } /** * Gets the appointmentRequestedCsfAmount attribute. * * @return Returns the appointmentRequestedCsfAmount. */ public KualiInteger getAppointmentRequestedCsfAmount() { return appointmentRequestedCsfAmount; } /** * Sets the appointmentRequestedCsfAmount attribute value. * * @param appointmentRequestedCsfAmount The appointmentRequestedCsfAmount to set. */ public void setAppointmentRequestedCsfAmount(KualiInteger appointmentRequestedCsfAmount) { this.appointmentRequestedCsfAmount = appointmentRequestedCsfAmount; } /** * Gets the appointmentRequestedCsfFteQuantity attribute. * * @return Returns the appointmentRequestedCsfFteQuantity */ public BigDecimal getAppointmentRequestedCsfFteQuantity() { return appointmentRequestedCsfFteQuantity; } /** * Sets the appointmentRequestedCsfFteQuantity attribute. * * @param appointmentRequestedCsfFteQuantity The appointmentRequestedCsfFteQuantity to set. */ public void setAppointmentRequestedCsfFteQuantity(BigDecimal appointmentRequestedCsfFteQuantity) { this.appointmentRequestedCsfFteQuantity = appointmentRequestedCsfFteQuantity; } /** * Gets the appointmentRequestedCsfTimePercent attribute. * * @return Returns the appointmentRequestedCsfTimePercent */ public BigDecimal getAppointmentRequestedCsfTimePercent() { return appointmentRequestedCsfTimePercent; } /** * Sets the appointmentRequestedCsfTimePercent attribute. * * @param appointmentRequestedCsfTimePercent The appointmentRequestedCsfTimePercent to set. */ public void setAppointmentRequestedCsfTimePercent(BigDecimal appointmentRequestedCsfTimePercent) { this.appointmentRequestedCsfTimePercent = appointmentRequestedCsfTimePercent; } /** * Gets the appointmentTotalIntendedAmount attribute. * * @return Returns the appointmentTotalIntendedAmount. */ public KualiInteger getAppointmentTotalIntendedAmount() { return appointmentTotalIntendedAmount; } /** * Sets the appointmentTotalIntendedAmount attribute value. * * @param appointmentTotalIntendedAmount The appointmentTotalIntendedAmount to set. */ public void setAppointmentTotalIntendedAmount(KualiInteger appointmentTotalIntendedAmount) { this.appointmentTotalIntendedAmount = appointmentTotalIntendedAmount; } /** * Gets the appointmentTotalIntendedFteQuantity attribute. * * @return Returns the appointmentTotalIntendedFteQuantity */ public BigDecimal getAppointmentTotalIntendedFteQuantity() { return appointmentTotalIntendedFteQuantity; } /** * Sets the appointmentTotalIntendedFteQuantity attribute. * * @param appointmentTotalIntendedFteQuantity The appointmentTotalIntendedFteQuantity to set. */ public void setAppointmentTotalIntendedFteQuantity(BigDecimal appointmentTotalIntendedFteQuantity) { this.appointmentTotalIntendedFteQuantity = appointmentTotalIntendedFteQuantity; } /** * Gets the appointmentRequestedAmount attribute. * * @return Returns the appointmentRequestedAmount. */ public KualiInteger getAppointmentRequestedAmount() { return appointmentRequestedAmount; } /** * Sets the appointmentRequestedAmount attribute value. * * @param appointmentRequestedAmount The appointmentRequestedAmount to set. */ public void setAppointmentRequestedAmount(KualiInteger appointmentRequestedAmount) { this.appointmentRequestedAmount = appointmentRequestedAmount; } /** * Gets the appointmentRequestedTimePercent attribute. * * @return Returns the appointmentRequestedTimePercent */ public BigDecimal getAppointmentRequestedTimePercent() { return appointmentRequestedTimePercent; } /** * Sets the appointmentRequestedTimePercent attribute. * * @param appointmentRequestedTimePercent The appointmentRequestedTimePercent to set. */ public void setAppointmentRequestedTimePercent(BigDecimal appointmentRequestedTimePercent) { this.appointmentRequestedTimePercent = appointmentRequestedTimePercent; } /** * Gets the appointmentRequestedFteQuantity attribute. * * @return Returns the appointmentRequestedFteQuantity */ public BigDecimal getAppointmentRequestedFteQuantity() { return appointmentRequestedFteQuantity; } /** * Sets the appointmentRequestedFteQuantity attribute. * * @param appointmentRequestedFteQuantity The appointmentRequestedFteQuantity to set. */ public void setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity) { this.appointmentRequestedFteQuantity = appointmentRequestedFteQuantity; } /** * Gets the appointmentRequestedPayRate attribute. * * @return Returns the appointmentRequestedPayRate */ public BigDecimal getAppointmentRequestedPayRate() { return appointmentRequestedPayRate; } /** * Sets the appointmentRequestedPayRate attribute. * * @param appointmentRequestedPayRate The appointmentRequestedPayRate to set. */ public void setAppointmentRequestedPayRate(BigDecimal appointmentRequestedPayRate) { this.appointmentRequestedPayRate = appointmentRequestedPayRate; } /** * Gets the appointmentFundingDeleteCode attribute. * * @return Returns the appointmentFundingDeleteCode */ public String getAppointmentFundingDeleteCode() { return appointmentFundingDeleteCode; } /** * Sets the appointmentFundingDeleteCode attribute. * * @param appointmentFundingDeleteCode The appointmentFundingDeleteCode to set. */ public void setAppointmentFundingDeleteCode(String appointmentFundingDeleteCode) { this.appointmentFundingDeleteCode = appointmentFundingDeleteCode; } /** * Gets the appointmentFundingMonth attribute. * * @return Returns the appointmentFundingMonth */ public Integer getAppointmentFundingMonth() { return appointmentFundingMonth; } /** * Sets the appointmentFundingMonth attribute. * * @param appointmentFundingMonth The appointmentFundingMonth to set. */ public void setAppointmentFundingMonth(Integer appointmentFundingMonth) { this.appointmentFundingMonth = appointmentFundingMonth; } /** * Gets the financialObject attribute. * * @return Returns the financialObject */ public ObjectCode getFinancialObject() { return financialObject; } /** * Sets the financialObject attribute. * * @param financialObject The financialObject to set. * @deprecated */ public void setFinancialObject(ObjectCode financialObject) { this.financialObject = financialObject; } /** * Gets the chartOfAccounts attribute. * * @return Returns the chartOfAccounts */ public Chart getChartOfAccounts() { return chartOfAccounts; } /** * Sets the chartOfAccounts attribute. * * @param chartOfAccounts The chartOfAccounts to set. * @deprecated */ public void setChartOfAccounts(Chart chartOfAccounts) { this.chartOfAccounts = chartOfAccounts; } /** * Gets the account attribute. * * @return Returns the account */ public Account getAccount() { return account; } /** * Sets the account attribute. * * @param account The account to set. * @deprecated */ public void setAccount(Account account) { this.account = account; } /** * @see org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper() */ protected LinkedHashMap toStringMapper_RICE20_REFACTORME() { LinkedHashMap m = new LinkedHashMap(); if (this.universityFiscalYear != null) { m.put("universityFiscalYear", this.universityFiscalYear.toString()); } m.put("chartOfAccountsCode", this.chartOfAccountsCode); m.put("accountNumber", this.accountNumber); m.put("subAccountNumber", this.subAccountNumber); m.put("financialObjectCode", this.financialObjectCode); m.put("financialSubObjectCode", this.financialSubObjectCode); m.put("positionNumber", this.positionNumber); m.put("emplid", this.emplid); return m; } }