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    
019    /**
020     * Total Part of Budget Construction Organization Month Summary Report Total Business Object.
021     */
022    public class BudgetConstructionOrgMonthSummaryReportTotal {
023       
024        private BudgetConstructionMonthSummary budgetConstructionMonthSummary;
025        
026        private Integer levelAccountLineAnnualBalanceAmount;
027        private Integer levelMonth1LineAmount;
028        private Integer levelMonth2LineAmount;
029        private Integer levelMonth3LineAmount;
030        private Integer levelMonth4LineAmount;
031        private Integer levelMonth5LineAmount;
032        private Integer levelMonth6LineAmount;
033        private Integer levelMonth7LineAmount;
034        private Integer levelMonth8LineAmount;
035        private Integer levelMonth9LineAmount;
036        private Integer levelMonth10LineAmount;
037        private Integer levelMonth11LineAmount;
038        private Integer levelMonth12LineAmount;
039    
040        private Integer consAccountLineAnnualBalanceAmount;
041        private Integer consMonth1LineAmount;
042        private Integer consMonth2LineAmount;
043        private Integer consMonth3LineAmount;
044        private Integer consMonth4LineAmount;
045        private Integer consMonth5LineAmount;
046        private Integer consMonth6LineAmount;
047        private Integer consMonth7LineAmount;
048        private Integer consMonth8LineAmount;
049        private Integer consMonth9LineAmount;
050        private Integer consMonth10LineAmount;
051        private Integer consMonth11LineAmount;
052        private Integer consMonth12LineAmount;
053        
054        private Integer typeAccountLineAnnualBalanceAmount;
055        private Integer typeMonth1LineAmount;
056        private Integer typeMonth2LineAmount;
057        private Integer typeMonth3LineAmount;
058        private Integer typeMonth4LineAmount;
059        private Integer typeMonth5LineAmount;
060        private Integer typeMonth6LineAmount;
061        private Integer typeMonth7LineAmount;
062        private Integer typeMonth8LineAmount;
063        private Integer typeMonth9LineAmount;
064        private Integer typeMonth10LineAmount;
065        private Integer typeMonth11LineAmount;
066        private Integer typeMonth12LineAmount;
067        
068        private Integer revAccountLineAnnualBalanceAmount;
069        private Integer revMonth1LineAmount;
070        private Integer revMonth2LineAmount;
071        private Integer revMonth3LineAmount;
072        private Integer revMonth4LineAmount;
073        private Integer revMonth5LineAmount;
074        private Integer revMonth6LineAmount;
075        private Integer revMonth7LineAmount;
076        private Integer revMonth8LineAmount;
077        private Integer revMonth9LineAmount;
078        private Integer revMonth10LineAmount;
079        private Integer revMonth11LineAmount;
080        private Integer revMonth12LineAmount;
081        
082        private Integer expAccountLineAnnualBalanceAmount;
083        private Integer expMonth1LineAmount;
084        private Integer expMonth2LineAmount;
085        private Integer expMonth3LineAmount;
086        private Integer expMonth4LineAmount;
087        private Integer expMonth5LineAmount;
088        private Integer expMonth6LineAmount;
089        private Integer expMonth7LineAmount;
090        private Integer expMonth8LineAmount;
091        private Integer expMonth9LineAmount;
092        private Integer expMonth10LineAmount;
093        private Integer expMonth11LineAmount;
094        private Integer expMonth12LineAmount;
095        public Integer getConsMonth10LineAmount() {
096            return consMonth10LineAmount;
097        }
098        public void setConsMonth10LineAmount(Integer consMonth10LineAmount) {
099            this.consMonth10LineAmount = consMonth10LineAmount;
100        }
101        public Integer getConsMonth11LineAmount() {
102            return consMonth11LineAmount;
103        }
104        public void setConsMonth11LineAmount(Integer consMonth11LineAmount) {
105            this.consMonth11LineAmount = consMonth11LineAmount;
106        }
107        public Integer getConsMonth12LineAmount() {
108            return consMonth12LineAmount;
109        }
110        public void setConsMonth12LineAmount(Integer consMonth12LineAmount) {
111            this.consMonth12LineAmount = consMonth12LineAmount;
112        }
113        public Integer getConsMonth1LineAmount() {
114            return consMonth1LineAmount;
115        }
116        public void setConsMonth1LineAmount(Integer consMonth1LineAmount) {
117            this.consMonth1LineAmount = consMonth1LineAmount;
118        }
119        public Integer getConsMonth2LineAmount() {
120            return consMonth2LineAmount;
121        }
122        public void setConsMonth2LineAmount(Integer consMonth2LineAmount) {
123            this.consMonth2LineAmount = consMonth2LineAmount;
124        }
125        public Integer getConsMonth3LineAmount() {
126            return consMonth3LineAmount;
127        }
128        public void setConsMonth3LineAmount(Integer consMonth3LineAmount) {
129            this.consMonth3LineAmount = consMonth3LineAmount;
130        }
131        public Integer getConsMonth4LineAmount() {
132            return consMonth4LineAmount;
133        }
134        public void setConsMonth4LineAmount(Integer consMonth4LineAmount) {
135            this.consMonth4LineAmount = consMonth4LineAmount;
136        }
137        public Integer getConsMonth5LineAmount() {
138            return consMonth5LineAmount;
139        }
140        public void setConsMonth5LineAmount(Integer consMonth5LineAmount) {
141            this.consMonth5LineAmount = consMonth5LineAmount;
142        }
143        public Integer getConsMonth6LineAmount() {
144            return consMonth6LineAmount;
145        }
146        public void setConsMonth6LineAmount(Integer consMonth6LineAmount) {
147            this.consMonth6LineAmount = consMonth6LineAmount;
148        }
149        public Integer getConsMonth7LineAmount() {
150            return consMonth7LineAmount;
151        }
152        public void setConsMonth7LineAmount(Integer consMonth7LineAmount) {
153            this.consMonth7LineAmount = consMonth7LineAmount;
154        }
155        public Integer getConsMonth8LineAmount() {
156            return consMonth8LineAmount;
157        }
158        public void setConsMonth8LineAmount(Integer consMonth8LineAmount) {
159            this.consMonth8LineAmount = consMonth8LineAmount;
160        }
161        public Integer getConsMonth9LineAmount() {
162            return consMonth9LineAmount;
163        }
164        public void setConsMonth9LineAmount(Integer consMonth9LineAmount) {
165            this.consMonth9LineAmount = consMonth9LineAmount;
166        }
167        public Integer getExpMonth10LineAmount() {
168            return expMonth10LineAmount;
169        }
170        public void setExpMonth10LineAmount(Integer expMonth10LineAmount) {
171            this.expMonth10LineAmount = expMonth10LineAmount;
172        }
173        public Integer getExpMonth11LineAmount() {
174            return expMonth11LineAmount;
175        }
176        public void setExpMonth11LineAmount(Integer expMonth11LineAmount) {
177            this.expMonth11LineAmount = expMonth11LineAmount;
178        }
179        public Integer getExpMonth12LineAmount() {
180            return expMonth12LineAmount;
181        }
182        public void setExpMonth12LineAmount(Integer expMonth12LineAmount) {
183            this.expMonth12LineAmount = expMonth12LineAmount;
184        }
185        public Integer getExpMonth1LineAmount() {
186            return expMonth1LineAmount;
187        }
188        public void setExpMonth1LineAmount(Integer expMonth1LineAmount) {
189            this.expMonth1LineAmount = expMonth1LineAmount;
190        }
191        public Integer getExpMonth2LineAmount() {
192            return expMonth2LineAmount;
193        }
194        public void setExpMonth2LineAmount(Integer expMonth2LineAmount) {
195            this.expMonth2LineAmount = expMonth2LineAmount;
196        }
197        public Integer getExpMonth3LineAmount() {
198            return expMonth3LineAmount;
199        }
200        public void setExpMonth3LineAmount(Integer expMonth3LineAmount) {
201            this.expMonth3LineAmount = expMonth3LineAmount;
202        }
203        public Integer getExpMonth4LineAmount() {
204            return expMonth4LineAmount;
205        }
206        public void setExpMonth4LineAmount(Integer expMonth4LineAmount) {
207            this.expMonth4LineAmount = expMonth4LineAmount;
208        }
209        public Integer getExpMonth5LineAmount() {
210            return expMonth5LineAmount;
211        }
212        public void setExpMonth5LineAmount(Integer expMonth5LineAmount) {
213            this.expMonth5LineAmount = expMonth5LineAmount;
214        }
215        public Integer getExpMonth6LineAmount() {
216            return expMonth6LineAmount;
217        }
218        public void setExpMonth6LineAmount(Integer expMonth6LineAmount) {
219            this.expMonth6LineAmount = expMonth6LineAmount;
220        }
221        public Integer getExpMonth7LineAmount() {
222            return expMonth7LineAmount;
223        }
224        public void setExpMonth7LineAmount(Integer expMonth7LineAmount) {
225            this.expMonth7LineAmount = expMonth7LineAmount;
226        }
227        public Integer getExpMonth8LineAmount() {
228            return expMonth8LineAmount;
229        }
230        public void setExpMonth8LineAmount(Integer expMonth8LineAmount) {
231            this.expMonth8LineAmount = expMonth8LineAmount;
232        }
233        public Integer getExpMonth9LineAmount() {
234            return expMonth9LineAmount;
235        }
236        public void setExpMonth9LineAmount(Integer expMonth9LineAmount) {
237            this.expMonth9LineAmount = expMonth9LineAmount;
238        }
239        public Integer getLevelMonth10LineAmount() {
240            return levelMonth10LineAmount;
241        }
242        public void setLevelMonth10LineAmount(Integer levelMonth10LineAmount) {
243            this.levelMonth10LineAmount = levelMonth10LineAmount;
244        }
245        public Integer getLevelMonth11LineAmount() {
246            return levelMonth11LineAmount;
247        }
248        public void setLevelMonth11LineAmount(Integer levelMonth11LineAmount) {
249            this.levelMonth11LineAmount = levelMonth11LineAmount;
250        }
251        public Integer getLevelMonth12LineAmount() {
252            return levelMonth12LineAmount;
253        }
254        public void setLevelMonth12LineAmount(Integer levelMonth12LineAmount) {
255            this.levelMonth12LineAmount = levelMonth12LineAmount;
256        }
257        public Integer getLevelMonth1LineAmount() {
258            return levelMonth1LineAmount;
259        }
260        public void setLevelMonth1LineAmount(Integer levelMonth1LineAmount) {
261            this.levelMonth1LineAmount = levelMonth1LineAmount;
262        }
263        public Integer getLevelMonth2LineAmount() {
264            return levelMonth2LineAmount;
265        }
266        public void setLevelMonth2LineAmount(Integer levelMonth2LineAmount) {
267            this.levelMonth2LineAmount = levelMonth2LineAmount;
268        }
269        public Integer getLevelMonth3LineAmount() {
270            return levelMonth3LineAmount;
271        }
272        public void setLevelMonth3LineAmount(Integer levelMonth3LineAmount) {
273            this.levelMonth3LineAmount = levelMonth3LineAmount;
274        }
275        public Integer getLevelMonth4LineAmount() {
276            return levelMonth4LineAmount;
277        }
278        public void setLevelMonth4LineAmount(Integer levelMonth4LineAmount) {
279            this.levelMonth4LineAmount = levelMonth4LineAmount;
280        }
281        public Integer getLevelMonth5LineAmount() {
282            return levelMonth5LineAmount;
283        }
284        public void setLevelMonth5LineAmount(Integer levelMonth5LineAmount) {
285            this.levelMonth5LineAmount = levelMonth5LineAmount;
286        }
287        public Integer getLevelMonth6LineAmount() {
288            return levelMonth6LineAmount;
289        }
290        public void setLevelMonth6LineAmount(Integer levelMonth6LineAmount) {
291            this.levelMonth6LineAmount = levelMonth6LineAmount;
292        }
293        public Integer getLevelMonth7LineAmount() {
294            return levelMonth7LineAmount;
295        }
296        public void setLevelMonth7LineAmount(Integer levelMonth7LineAmount) {
297            this.levelMonth7LineAmount = levelMonth7LineAmount;
298        }
299        public Integer getLevelMonth8LineAmount() {
300            return levelMonth8LineAmount;
301        }
302        public void setLevelMonth8LineAmount(Integer levelMonth8LineAmount) {
303            this.levelMonth8LineAmount = levelMonth8LineAmount;
304        }
305        public Integer getLevelMonth9LineAmount() {
306            return levelMonth9LineAmount;
307        }
308        public void setLevelMonth9LineAmount(Integer levelMonth9LineAmount) {
309            this.levelMonth9LineAmount = levelMonth9LineAmount;
310        }
311        public Integer getRevMonth10LineAmount() {
312            return revMonth10LineAmount;
313        }
314        public void setRevMonth10LineAmount(Integer revMonth10LineAmount) {
315            this.revMonth10LineAmount = revMonth10LineAmount;
316        }
317        public Integer getRevMonth11LineAmount() {
318            return revMonth11LineAmount;
319        }
320        public void setRevMonth11LineAmount(Integer revMonth11LineAmount) {
321            this.revMonth11LineAmount = revMonth11LineAmount;
322        }
323        public Integer getRevMonth12LineAmount() {
324            return revMonth12LineAmount;
325        }
326        public void setRevMonth12LineAmount(Integer revMonth12LineAmount) {
327            this.revMonth12LineAmount = revMonth12LineAmount;
328        }
329        public Integer getRevMonth1LineAmount() {
330            return revMonth1LineAmount;
331        }
332        public void setRevMonth1LineAmount(Integer revMonth1LineAmount) {
333            this.revMonth1LineAmount = revMonth1LineAmount;
334        }
335        public Integer getRevMonth2LineAmount() {
336            return revMonth2LineAmount;
337        }
338        public void setRevMonth2LineAmount(Integer revMonth2LineAmount) {
339            this.revMonth2LineAmount = revMonth2LineAmount;
340        }
341        public Integer getRevMonth3LineAmount() {
342            return revMonth3LineAmount;
343        }
344        public void setRevMonth3LineAmount(Integer revMonth3LineAmount) {
345            this.revMonth3LineAmount = revMonth3LineAmount;
346        }
347        public Integer getRevMonth4LineAmount() {
348            return revMonth4LineAmount;
349        }
350        public void setRevMonth4LineAmount(Integer revMonth4LineAmount) {
351            this.revMonth4LineAmount = revMonth4LineAmount;
352        }
353        public Integer getRevMonth5LineAmount() {
354            return revMonth5LineAmount;
355        }
356        public void setRevMonth5LineAmount(Integer revMonth5LineAmount) {
357            this.revMonth5LineAmount = revMonth5LineAmount;
358        }
359        public Integer getRevMonth6LineAmount() {
360            return revMonth6LineAmount;
361        }
362        public void setRevMonth6LineAmount(Integer revMonth6LineAmount) {
363            this.revMonth6LineAmount = revMonth6LineAmount;
364        }
365        public Integer getRevMonth7LineAmount() {
366            return revMonth7LineAmount;
367        }
368        public void setRevMonth7LineAmount(Integer revMonth7LineAmount) {
369            this.revMonth7LineAmount = revMonth7LineAmount;
370        }
371        public Integer getRevMonth8LineAmount() {
372            return revMonth8LineAmount;
373        }
374        public void setRevMonth8LineAmount(Integer revMonth8LineAmount) {
375            this.revMonth8LineAmount = revMonth8LineAmount;
376        }
377        public Integer getRevMonth9LineAmount() {
378            return revMonth9LineAmount;
379        }
380        public void setRevMonth9LineAmount(Integer revMonth9LineAmount) {
381            this.revMonth9LineAmount = revMonth9LineAmount;
382        }
383        public Integer getTypeMonth10LineAmount() {
384            return typeMonth10LineAmount;
385        }
386        public void setTypeMonth10LineAmount(Integer typeMonth10LineAmount) {
387            this.typeMonth10LineAmount = typeMonth10LineAmount;
388        }
389        public Integer getTypeMonth11LineAmount() {
390            return typeMonth11LineAmount;
391        }
392        public void setTypeMonth11LineAmount(Integer typeMonth11LineAmount) {
393            this.typeMonth11LineAmount = typeMonth11LineAmount;
394        }
395        public Integer getTypeMonth12LineAmount() {
396            return typeMonth12LineAmount;
397        }
398        public void setTypeMonth12LineAmount(Integer typeMonth12LineAmount) {
399            this.typeMonth12LineAmount = typeMonth12LineAmount;
400        }
401        public Integer getTypeMonth1LineAmount() {
402            return typeMonth1LineAmount;
403        }
404        public void setTypeMonth1LineAmount(Integer typeMonth1LineAmount) {
405            this.typeMonth1LineAmount = typeMonth1LineAmount;
406        }
407        public Integer getTypeMonth2LineAmount() {
408            return typeMonth2LineAmount;
409        }
410        public void setTypeMonth2LineAmount(Integer typeMonth2LineAmount) {
411            this.typeMonth2LineAmount = typeMonth2LineAmount;
412        }
413        public Integer getTypeMonth3LineAmount() {
414            return typeMonth3LineAmount;
415        }
416        public void setTypeMonth3LineAmount(Integer typeMonth3LineAmount) {
417            this.typeMonth3LineAmount = typeMonth3LineAmount;
418        }
419        public Integer getTypeMonth4LineAmount() {
420            return typeMonth4LineAmount;
421        }
422        public void setTypeMonth4LineAmount(Integer typeMonth4LineAmount) {
423            this.typeMonth4LineAmount = typeMonth4LineAmount;
424        }
425        public Integer getTypeMonth5LineAmount() {
426            return typeMonth5LineAmount;
427        }
428        public void setTypeMonth5LineAmount(Integer typeMonth5LineAmount) {
429            this.typeMonth5LineAmount = typeMonth5LineAmount;
430        }
431        public Integer getTypeMonth6LineAmount() {
432            return typeMonth6LineAmount;
433        }
434        public void setTypeMonth6LineAmount(Integer typeMonth6LineAmount) {
435            this.typeMonth6LineAmount = typeMonth6LineAmount;
436        }
437        public Integer getTypeMonth7LineAmount() {
438            return typeMonth7LineAmount;
439        }
440        public void setTypeMonth7LineAmount(Integer typeMonth7LineAmount) {
441            this.typeMonth7LineAmount = typeMonth7LineAmount;
442        }
443        public Integer getTypeMonth8LineAmount() {
444            return typeMonth8LineAmount;
445        }
446        public void setTypeMonth8LineAmount(Integer typeMonth8LineAmount) {
447            this.typeMonth8LineAmount = typeMonth8LineAmount;
448        }
449        public Integer getTypeMonth9LineAmount() {
450            return typeMonth9LineAmount;
451        }
452        public void setTypeMonth9LineAmount(Integer typeMonth9LineAmount) {
453            this.typeMonth9LineAmount = typeMonth9LineAmount;
454        }
455        public BudgetConstructionMonthSummary getBudgetConstructionMonthSummary() {
456            return budgetConstructionMonthSummary;
457        }
458        public void setBudgetConstructionMonthSummary(BudgetConstructionMonthSummary budgetConstructionMonthSummary) {
459            this.budgetConstructionMonthSummary = budgetConstructionMonthSummary;
460        }
461        public Integer getConsAccountLineAnnualBalanceAmount() {
462            return consAccountLineAnnualBalanceAmount;
463        }
464        public void setConsAccountLineAnnualBalanceAmount(Integer consAccountLineAnnualBalanceAmount) {
465            this.consAccountLineAnnualBalanceAmount = consAccountLineAnnualBalanceAmount;
466        }
467        public Integer getExpAccountLineAnnualBalanceAmount() {
468            return expAccountLineAnnualBalanceAmount;
469        }
470        public void setExpAccountLineAnnualBalanceAmount(Integer expAccountLineAnnualBalanceAmount) {
471            this.expAccountLineAnnualBalanceAmount = expAccountLineAnnualBalanceAmount;
472        }
473        public Integer getLevelAccountLineAnnualBalanceAmount() {
474            return levelAccountLineAnnualBalanceAmount;
475        }
476        public void setLevelAccountLineAnnualBalanceAmount(Integer levelAccountLineAnnualBalanceAmount) {
477            this.levelAccountLineAnnualBalanceAmount = levelAccountLineAnnualBalanceAmount;
478        }
479        public Integer getRevAccountLineAnnualBalanceAmount() {
480            return revAccountLineAnnualBalanceAmount;
481        }
482        public void setRevAccountLineAnnualBalanceAmount(Integer revAccountLineAnnualBalanceAmount) {
483            this.revAccountLineAnnualBalanceAmount = revAccountLineAnnualBalanceAmount;
484        }
485        public Integer getTypeAccountLineAnnualBalanceAmount() {
486            return typeAccountLineAnnualBalanceAmount;
487        }
488        public void setTypeAccountLineAnnualBalanceAmount(Integer typeAccountLineAnnualBalanceAmount) {
489            this.typeAccountLineAnnualBalanceAmount = typeAccountLineAnnualBalanceAmount;
490        }
491    
492        
493    }