001    /*
002     * Copyright 2011 The Kuali Foundation.
003     * 
004     * Licensed under the Educational Community License, Version 2.0 (the "License");
005     * you may not use this file except in compliance with the License.
006     * You may obtain a copy of the License at
007     * 
008     * http://www.opensource.org/licenses/ecl2.php
009     * 
010     * Unless required by applicable law or agreed to in writing, software
011     * distributed under the License is distributed on an "AS IS" BASIS,
012     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
013     * See the License for the specific language governing permissions and
014     * limitations under the License.
015     */
016    package org.kuali.kfs.module.bc.businessobject;
017    
018    import java.math.BigDecimal;
019    
020    /**
021     * Budget Construction Organization Account Summary Report Business Object.
022     */
023    public class BudgetConstructionOrgObjectSummaryReportTotal {
024    
025        private BudgetConstructionObjectSummary bcos;
026    
027        // Total parts
028        
029        private BigDecimal totalLevelPositionCsfLeaveFteQuantity;
030        private BigDecimal totalLevelPositionCsfFullTimeEmploymentQuantity;
031        private Integer totalLevelFinancialBeginningBalanceLineAmount;
032        private BigDecimal totalLevelAppointmentRequestedCsfFteQuantity;
033        private BigDecimal totalLevelAppointmentRequestedFteQuantity;
034        private Integer totalLevelAccountLineAnnualBalanceAmount;
035    
036        private BigDecimal totalConsolidationPositionCsfLeaveFteQuantity;
037        private BigDecimal totalConsolidationPositionCsfFullTimeEmploymentQuantity;
038        private Integer totalConsolidationFinancialBeginningBalanceLineAmount;
039        private BigDecimal totalConsolidationAppointmentRequestedCsfFteQuantity;
040        private BigDecimal totalConsolidationAppointmentRequestedFteQuantity;
041        private Integer totalConsolidationAccountLineAnnualBalanceAmount;
042    
043        private Integer grossFinancialBeginningBalanceLineAmount;
044        private Integer grossAccountLineAnnualBalanceAmount;
045    
046        private BigDecimal typePositionCsfLeaveFteQuantity;
047        private BigDecimal typePositionCsfFullTimeEmploymentQuantity;
048        private Integer typeFinancialBeginningBalanceLineAmount;
049        private BigDecimal typeAppointmentRequestedCsfFteQuantity;
050        private BigDecimal typeAppointmentRequestedFteQuantity;
051        private Integer typeAccountLineAnnualBalanceAmount;
052    
053        private Integer revenueFinancialBeginningBalanceLineAmount;
054        private Integer revenueAccountLineAnnualBalanceAmount;
055    
056        private Integer expenditureFinancialBeginningBalanceLineAmount;
057        private Integer expenditureAccountLineAnnualBalanceAmount;
058    
059        private Integer differenceFinancialBeginningBalanceLineAmount;
060        private Integer differenceAccountLineAnnualBalanceAmount;
061    
062        public BudgetConstructionObjectSummary getBcos() {
063            return bcos;
064        }
065        public void setBcos(BudgetConstructionObjectSummary bcos) {
066            this.bcos = bcos;
067        }
068        public Integer getDifferenceAccountLineAnnualBalanceAmount() {
069            return differenceAccountLineAnnualBalanceAmount;
070        }
071        public void setDifferenceAccountLineAnnualBalanceAmount(Integer differenceAccountLineAnnualBalanceAmount) {
072            this.differenceAccountLineAnnualBalanceAmount = differenceAccountLineAnnualBalanceAmount;
073        }
074        public Integer getDifferenceFinancialBeginningBalanceLineAmount() {
075            return differenceFinancialBeginningBalanceLineAmount;
076        }
077        public void setDifferenceFinancialBeginningBalanceLineAmount(Integer differenceFinancialBeginningBalanceLineAmount) {
078            this.differenceFinancialBeginningBalanceLineAmount = differenceFinancialBeginningBalanceLineAmount;
079        }
080        public Integer getExpenditureAccountLineAnnualBalanceAmount() {
081            return expenditureAccountLineAnnualBalanceAmount;
082        }
083        public void setExpenditureAccountLineAnnualBalanceAmount(Integer expenditureAccountLineAnnualBalanceAmount) {
084            this.expenditureAccountLineAnnualBalanceAmount = expenditureAccountLineAnnualBalanceAmount;
085        }
086        public Integer getExpenditureFinancialBeginningBalanceLineAmount() {
087            return expenditureFinancialBeginningBalanceLineAmount;
088        }
089        public void setExpenditureFinancialBeginningBalanceLineAmount(Integer expenditureFinancialBeginningBalanceLineAmount) {
090            this.expenditureFinancialBeginningBalanceLineAmount = expenditureFinancialBeginningBalanceLineAmount;
091        }
092        public Integer getGrossAccountLineAnnualBalanceAmount() {
093            return grossAccountLineAnnualBalanceAmount;
094        }
095        public void setGrossAccountLineAnnualBalanceAmount(Integer grossAccountLineAnnualBalanceAmount) {
096            this.grossAccountLineAnnualBalanceAmount = grossAccountLineAnnualBalanceAmount;
097        }
098        public Integer getGrossFinancialBeginningBalanceLineAmount() {
099            return grossFinancialBeginningBalanceLineAmount;
100        }
101        public void setGrossFinancialBeginningBalanceLineAmount(Integer grossFinancialBeginningBalanceLineAmount) {
102            this.grossFinancialBeginningBalanceLineAmount = grossFinancialBeginningBalanceLineAmount;
103        }
104        public Integer getRevenueAccountLineAnnualBalanceAmount() {
105            return revenueAccountLineAnnualBalanceAmount;
106        }
107        public void setRevenueAccountLineAnnualBalanceAmount(Integer revenueAccountLineAnnualBalanceAmount) {
108            this.revenueAccountLineAnnualBalanceAmount = revenueAccountLineAnnualBalanceAmount;
109        }
110        public Integer getRevenueFinancialBeginningBalanceLineAmount() {
111            return revenueFinancialBeginningBalanceLineAmount;
112        }
113        public void setRevenueFinancialBeginningBalanceLineAmount(Integer revenueFinancialBeginningBalanceLineAmount) {
114            this.revenueFinancialBeginningBalanceLineAmount = revenueFinancialBeginningBalanceLineAmount;
115        }
116        public Integer getTotalConsolidationAccountLineAnnualBalanceAmount() {
117            return totalConsolidationAccountLineAnnualBalanceAmount;
118        }
119        public void setTotalConsolidationAccountLineAnnualBalanceAmount(Integer totalConsolidationAccountLineAnnualBalanceAmount) {
120            this.totalConsolidationAccountLineAnnualBalanceAmount = totalConsolidationAccountLineAnnualBalanceAmount;
121        }
122        public BigDecimal getTotalConsolidationAppointmentRequestedCsfFteQuantity() {
123            return totalConsolidationAppointmentRequestedCsfFteQuantity;
124        }
125        public void setTotalConsolidationAppointmentRequestedCsfFteQuantity(BigDecimal totalConsolidationAppointmentRequestedCsfFteQuantity) {
126            this.totalConsolidationAppointmentRequestedCsfFteQuantity = totalConsolidationAppointmentRequestedCsfFteQuantity;
127        }
128        public BigDecimal getTotalConsolidationAppointmentRequestedFteQuantity() {
129            return totalConsolidationAppointmentRequestedFteQuantity;
130        }
131        public void setTotalConsolidationAppointmentRequestedFteQuantity(BigDecimal totalConsolidationAppointmentRequestedFteQuantity) {
132            this.totalConsolidationAppointmentRequestedFteQuantity = totalConsolidationAppointmentRequestedFteQuantity;
133        }
134        public Integer getTotalConsolidationFinancialBeginningBalanceLineAmount() {
135            return totalConsolidationFinancialBeginningBalanceLineAmount;
136        }
137        public void setTotalConsolidationFinancialBeginningBalanceLineAmount(Integer totalConsolidationFinancialBeginningBalanceLineAmount) {
138            this.totalConsolidationFinancialBeginningBalanceLineAmount = totalConsolidationFinancialBeginningBalanceLineAmount;
139        }
140        public BigDecimal getTotalConsolidationPositionCsfFullTimeEmploymentQuantity() {
141            return totalConsolidationPositionCsfFullTimeEmploymentQuantity;
142        }
143        public void setTotalConsolidationPositionCsfFullTimeEmploymentQuantity(BigDecimal totalConsolidationPositionCsfFullTimeEmploymentQuantity) {
144            this.totalConsolidationPositionCsfFullTimeEmploymentQuantity = totalConsolidationPositionCsfFullTimeEmploymentQuantity;
145        }
146        public BigDecimal getTotalConsolidationPositionCsfLeaveFteQuantity() {
147            return totalConsolidationPositionCsfLeaveFteQuantity;
148        }
149        public void setTotalConsolidationPositionCsfLeaveFteQuantity(BigDecimal totalConsolidationPositionCsfLeaveFteQuantity) {
150            this.totalConsolidationPositionCsfLeaveFteQuantity = totalConsolidationPositionCsfLeaveFteQuantity;
151        }
152        public Integer getTotalLevelAccountLineAnnualBalanceAmount() {
153            return totalLevelAccountLineAnnualBalanceAmount;
154        }
155        public void setTotalLevelAccountLineAnnualBalanceAmount(Integer totalLevelAccountLineAnnualBalanceAmount) {
156            this.totalLevelAccountLineAnnualBalanceAmount = totalLevelAccountLineAnnualBalanceAmount;
157        }
158        public BigDecimal getTotalLevelAppointmentRequestedCsfFteQuantity() {
159            return totalLevelAppointmentRequestedCsfFteQuantity;
160        }
161        public void setTotalLevelAppointmentRequestedCsfFteQuantity(BigDecimal totalLevelAppointmentRequestedCsfFteQuantity) {
162            this.totalLevelAppointmentRequestedCsfFteQuantity = totalLevelAppointmentRequestedCsfFteQuantity;
163        }
164        public BigDecimal getTotalLevelAppointmentRequestedFteQuantity() {
165            return totalLevelAppointmentRequestedFteQuantity;
166        }
167        public void setTotalLevelAppointmentRequestedFteQuantity(BigDecimal totalLevelAppointmentRequestedFteQuantity) {
168            this.totalLevelAppointmentRequestedFteQuantity = totalLevelAppointmentRequestedFteQuantity;
169        }
170        public Integer getTotalLevelFinancialBeginningBalanceLineAmount() {
171            return totalLevelFinancialBeginningBalanceLineAmount;
172        }
173        public void setTotalLevelFinancialBeginningBalanceLineAmount(Integer totalLevelFinancialBeginningBalanceLineAmount) {
174            this.totalLevelFinancialBeginningBalanceLineAmount = totalLevelFinancialBeginningBalanceLineAmount;
175        }
176        public BigDecimal getTotalLevelPositionCsfFullTimeEmploymentQuantity() {
177            return totalLevelPositionCsfFullTimeEmploymentQuantity;
178        }
179        public void setTotalLevelPositionCsfFullTimeEmploymentQuantity(BigDecimal totalLevelPositionCsfFullTimeEmploymentQuantity) {
180            this.totalLevelPositionCsfFullTimeEmploymentQuantity = totalLevelPositionCsfFullTimeEmploymentQuantity;
181        }
182        public BigDecimal getTotalLevelPositionCsfLeaveFteQuantity() {
183            return totalLevelPositionCsfLeaveFteQuantity;
184        }
185        public void setTotalLevelPositionCsfLeaveFteQuantity(BigDecimal totalLevelPositionCsfLeaveFteQuantity) {
186            this.totalLevelPositionCsfLeaveFteQuantity = totalLevelPositionCsfLeaveFteQuantity;
187        }
188        public Integer getTypeAccountLineAnnualBalanceAmount() {
189            return typeAccountLineAnnualBalanceAmount;
190        }
191        public void setTypeAccountLineAnnualBalanceAmount(Integer typeAccountLineAnnualBalanceAmount) {
192            this.typeAccountLineAnnualBalanceAmount = typeAccountLineAnnualBalanceAmount;
193        }
194        public BigDecimal getTypeAppointmentRequestedCsfFteQuantity() {
195            return typeAppointmentRequestedCsfFteQuantity;
196        }
197        public void setTypeAppointmentRequestedCsfFteQuantity(BigDecimal typeAppointmentRequestedCsfFteQuantity) {
198            this.typeAppointmentRequestedCsfFteQuantity = typeAppointmentRequestedCsfFteQuantity;
199        }
200        public BigDecimal getTypeAppointmentRequestedFteQuantity() {
201            return typeAppointmentRequestedFteQuantity;
202        }
203        public void setTypeAppointmentRequestedFteQuantity(BigDecimal typeAppointmentRequestedFteQuantity) {
204            this.typeAppointmentRequestedFteQuantity = typeAppointmentRequestedFteQuantity;
205        }
206        public Integer getTypeFinancialBeginningBalanceLineAmount() {
207            return typeFinancialBeginningBalanceLineAmount;
208        }
209        public void setTypeFinancialBeginningBalanceLineAmount(Integer typeFinancialBeginningBalanceLineAmount) {
210            this.typeFinancialBeginningBalanceLineAmount = typeFinancialBeginningBalanceLineAmount;
211        }
212        public BigDecimal getTypePositionCsfFullTimeEmploymentQuantity() {
213            return typePositionCsfFullTimeEmploymentQuantity;
214        }
215        public void setTypePositionCsfFullTimeEmploymentQuantity(BigDecimal typePositionCsfFullTimeEmploymentQuantity) {
216            this.typePositionCsfFullTimeEmploymentQuantity = typePositionCsfFullTimeEmploymentQuantity;
217        }
218        public BigDecimal getTypePositionCsfLeaveFteQuantity() {
219            return typePositionCsfLeaveFteQuantity;
220        }
221        public void setTypePositionCsfLeaveFteQuantity(BigDecimal typePositionCsfLeaveFteQuantity) {
222            this.typePositionCsfLeaveFteQuantity = typePositionCsfLeaveFteQuantity;
223        }
224       }