001: /*
002: * Copyright 2007 The Kuali Foundation.
003: *
004: * Licensed under the Educational Community License, Version 1.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/ecl1.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.bo;
017:
018: import java.util.LinkedHashMap;
019:
020: import org.kuali.core.bo.PersistableBusinessObjectBase;
021: import org.kuali.module.chart.bo.Chart;
022: import org.kuali.module.chart.bo.ObjectType;
023: import org.kuali.module.chart.bo.codes.BalanceTyp;
024:
025: /**
026: *
027: */
028: public class Options extends PersistableBusinessObjectBase {
029:
030: /**
031: * Default no-arg constructor.
032: */
033: public Options() {
034:
035: }
036:
037: private Integer universityFiscalYear;
038: private String actualFinancialBalanceTypeCd;
039: private String budgetCheckingBalanceTypeCd;
040: private boolean budgetCheckingOptionsCode;
041: private Integer universityFiscalYearStartYr;
042: private String universityFiscalYearStartMo;
043: private String finObjectTypeIncomecashCode;
044: private String finObjTypeExpenditureexpCd;
045: private String finObjTypeExpendNotExpCode;
046: private String finObjTypeExpNotExpendCode;
047: private String financialObjectTypeAssetsCd;
048: private String finObjectTypeLiabilitiesCode;
049: private String finObjectTypeFundBalanceCd;
050: private String extrnlEncumFinBalanceTypCd;
051: private String intrnlEncumFinBalanceTypCd;
052: private String preencumbranceFinBalTypeCd;
053: private String eliminationsFinBalanceTypeCd;
054: private String finObjTypeIncomeNotCashCd;
055: private String finObjTypeCshNotIncomeCd;
056: private String universityFiscalYearName;
057: private boolean financialBeginBalanceLoadInd;
058: private String universityFinChartOfAcctCd;
059: private String costShareEncumbranceBalanceTypeCd;
060: private String baseBudgetFinancialBalanceTypeCd;
061: private String monthlyBudgetFinancialBalanceTypeCd;
062: private String financialObjectTypeTransferIncomeCd;
063: private String financialObjectTypeTransferExpenseCd;
064: private String nominalFinancialBalanceTypeCd;
065:
066: private Chart universityFinChartOfAcct;
067: private ObjectType objectType;
068: private ObjectType finObjTypeExpenditureexp;
069: private ObjectType finObjTypeExpendNotExp;
070: private ObjectType finObjTypeExpNotExpend;
071: private ObjectType financialObjectTypeAssets;
072: private ObjectType finObjectTypeLiabilities;
073: private ObjectType finObjectTypeFundBalance;
074: private ObjectType finObjTypeIncomeNotCash;
075: private ObjectType finObjTypeCshNotIncome;
076: private ObjectType financialObjectTypeTransferIncome;
077: private ObjectType financialObjectTypeTransferExpense;
078: private BalanceTyp actualFinancialBalanceType;
079: private BalanceTyp budgetCheckingBalanceType;
080: private BalanceTyp extrnlEncumFinBalanceTyp;
081: private BalanceTyp intrnlEncumFinBalanceTyp;
082: private BalanceTyp preencumbranceFinBalType;
083: private BalanceTyp eliminationsFinBalanceType;
084: private BalanceTyp costShareEncumbranceBalanceType;
085: private BalanceTyp baseBudgetFinancialBalanceType;
086: private BalanceTyp monthlyBudgetFinancialBalanceType;
087: private BalanceTyp nominalFinancialBalanceType;
088:
089: /**
090: * Gets the universityFiscalYear attribute.
091: *
092: * @return Returns the universityFiscalYear
093: */
094: public Integer getUniversityFiscalYear() {
095: return universityFiscalYear;
096: }
097:
098: /**
099: * Sets the universityFiscalYear attribute.
100: *
101: * @param universityFiscalYear The universityFiscalYear to set.
102: */
103: public void setUniversityFiscalYear(Integer universityFiscalYear) {
104: this .universityFiscalYear = universityFiscalYear;
105: }
106:
107: /**
108: * Gets the actualFinancialBalanceTypeCd attribute.
109: *
110: * @return Returns the actualFinancialBalanceTypeCd
111: */
112: public String getActualFinancialBalanceTypeCd() {
113: return actualFinancialBalanceTypeCd;
114: }
115:
116: /**
117: * Sets the actualFinancialBalanceTypeCd attribute.
118: *
119: * @param actualFinancialBalanceTypeCd The actualFinancialBalanceTypeCd to set.
120: */
121: public void setActualFinancialBalanceTypeCd(
122: String actualFinancialBalanceTypeCd) {
123: this .actualFinancialBalanceTypeCd = actualFinancialBalanceTypeCd;
124: }
125:
126: /**
127: * Gets the budgetCheckingBalanceTypeCd attribute.
128: *
129: * @return Returns the budgetCheckingBalanceTypeCd
130: */
131: public String getBudgetCheckingBalanceTypeCd() {
132: return budgetCheckingBalanceTypeCd;
133: }
134:
135: /**
136: * Sets the budgetCheckingBalanceTypeCd attribute.
137: *
138: * @param budgetCheckingBalanceTypeCd The budgetCheckingBalanceTypeCd to set.
139: */
140: public void setBudgetCheckingBalanceTypeCd(
141: String budgetCheckingBalanceTypeCd) {
142: this .budgetCheckingBalanceTypeCd = budgetCheckingBalanceTypeCd;
143: }
144:
145: /**
146: * Gets the budgetCheckingOptionsCode attribute.
147: *
148: * @return Returns the budgetCheckingOptionsCode
149: */
150: public boolean isBudgetCheckingOptionsCode() {
151: return budgetCheckingOptionsCode;
152: }
153:
154: /**
155: * Sets the budgetCheckingOptionsCode attribute.
156: *
157: * @param budgetCheckingOptionsCode The budgetCheckingOptionsCode to set.
158: */
159: public void setBudgetCheckingOptionsCode(
160: boolean budgetCheckingOptionsCode) {
161: this .budgetCheckingOptionsCode = budgetCheckingOptionsCode;
162: }
163:
164: /**
165: * Gets the universityFiscalYearStartYr attribute.
166: *
167: * @return Returns the universityFiscalYearStartYr
168: */
169: public Integer getUniversityFiscalYearStartYr() {
170: return universityFiscalYearStartYr;
171: }
172:
173: /**
174: * Sets the universityFiscalYearStartYr attribute.
175: *
176: * @param universityFiscalYearStartYr The universityFiscalYearStartYr to set.
177: */
178: public void setUniversityFiscalYearStartYr(
179: Integer universityFiscalYearStartYr) {
180: this .universityFiscalYearStartYr = universityFiscalYearStartYr;
181: }
182:
183: /**
184: * Gets the universityFiscalYearStartMo attribute.
185: *
186: * @return Returns the universityFiscalYearStartMo
187: */
188: public String getUniversityFiscalYearStartMo() {
189: return universityFiscalYearStartMo;
190: }
191:
192: /**
193: * Sets the universityFiscalYearStartMo attribute.
194: *
195: * @param universityFiscalYearStartMo The universityFiscalYearStartMo to set.
196: */
197: public void setUniversityFiscalYearStartMo(
198: String universityFiscalYearStartMo) {
199: this .universityFiscalYearStartMo = universityFiscalYearStartMo;
200: }
201:
202: /**
203: * Gets the finObjectTypeIncomecashCode attribute.
204: *
205: * @return Returns the finObjectTypeIncomecashCode
206: */
207: public String getFinObjectTypeIncomecashCode() {
208: return finObjectTypeIncomecashCode;
209: }
210:
211: /**
212: * Sets the finObjectTypeIncomecashCode attribute.
213: *
214: * @param finObjectTypeIncomecashCode The finObjectTypeIncomecashCode to set.
215: */
216: public void setFinObjectTypeIncomecashCode(
217: String finObjectTypeIncomecashCode) {
218: this .finObjectTypeIncomecashCode = finObjectTypeIncomecashCode;
219: }
220:
221: /**
222: * Gets the finObjTypeExpenditureexpCd attribute.
223: *
224: * @return Returns the finObjTypeExpenditureexpCd
225: */
226: public String getFinObjTypeExpenditureexpCd() {
227: return finObjTypeExpenditureexpCd;
228: }
229:
230: /**
231: * Sets the finObjTypeExpenditureexpCd attribute.
232: *
233: * @param finObjTypeExpenditureexpCd The finObjTypeExpenditureexpCd to set.
234: */
235: public void setFinObjTypeExpenditureexpCd(
236: String finObjTypeExpenditureexpCd) {
237: this .finObjTypeExpenditureexpCd = finObjTypeExpenditureexpCd;
238: }
239:
240: /**
241: * Gets the finObjTypeExpendNotExpCode attribute.
242: *
243: * @return Returns the finObjTypeExpendNotExpCode
244: */
245: public String getFinObjTypeExpendNotExpCode() {
246: return finObjTypeExpendNotExpCode;
247: }
248:
249: /**
250: * Sets the finObjTypeExpendNotExpCode attribute.
251: *
252: * @param finObjTypeExpendNotExpCode The finObjTypeExpendNotExpCode to set.
253: */
254: public void setFinObjTypeExpendNotExpCode(
255: String finObjTypeExpendNotExpCode) {
256: this .finObjTypeExpendNotExpCode = finObjTypeExpendNotExpCode;
257: }
258:
259: /**
260: * Gets the finObjTypeExpNotExpendCode attribute.
261: *
262: * @return Returns the finObjTypeExpNotExpendCode
263: */
264: public String getFinObjTypeExpNotExpendCode() {
265: return finObjTypeExpNotExpendCode;
266: }
267:
268: /**
269: * Sets the finObjTypeExpNotExpendCode attribute.
270: *
271: * @param finObjTypeExpNotExpendCode The finObjTypeExpNotExpendCode to set.
272: */
273: public void setFinObjTypeExpNotExpendCode(
274: String finObjTypeExpNotExpendCode) {
275: this .finObjTypeExpNotExpendCode = finObjTypeExpNotExpendCode;
276: }
277:
278: /**
279: * Gets the financialObjectTypeAssetsCd attribute.
280: *
281: * @return Returns the financialObjectTypeAssetsCd
282: */
283: public String getFinancialObjectTypeAssetsCd() {
284: return financialObjectTypeAssetsCd;
285: }
286:
287: /**
288: * Sets the financialObjectTypeAssetsCd attribute.
289: *
290: * @param financialObjectTypeAssetsCd The financialObjectTypeAssetsCd to set.
291: */
292: public void setFinancialObjectTypeAssetsCd(
293: String financialObjectTypeAssetsCd) {
294: this .financialObjectTypeAssetsCd = financialObjectTypeAssetsCd;
295: }
296:
297: /**
298: * Gets the finObjectTypeLiabilitiesCode attribute.
299: *
300: * @return Returns the finObjectTypeLiabilitiesCode
301: */
302: public String getFinObjectTypeLiabilitiesCode() {
303: return finObjectTypeLiabilitiesCode;
304: }
305:
306: /**
307: * Sets the finObjectTypeLiabilitiesCode attribute.
308: *
309: * @param finObjectTypeLiabilitiesCode The finObjectTypeLiabilitiesCode to set.
310: */
311: public void setFinObjectTypeLiabilitiesCode(
312: String finObjectTypeLiabilitiesCode) {
313: this .finObjectTypeLiabilitiesCode = finObjectTypeLiabilitiesCode;
314: }
315:
316: /**
317: * Gets the finObjectTypeFundBalanceCd attribute.
318: *
319: * @return Returns the finObjectTypeFundBalanceCd
320: */
321: public String getFinObjectTypeFundBalanceCd() {
322: return finObjectTypeFundBalanceCd;
323: }
324:
325: /**
326: * Sets the finObjectTypeFundBalanceCd attribute.
327: *
328: * @param finObjectTypeFundBalanceCd The finObjectTypeFundBalanceCd to set.
329: */
330: public void setFinObjectTypeFundBalanceCd(
331: String finObjectTypeFundBalanceCd) {
332: this .finObjectTypeFundBalanceCd = finObjectTypeFundBalanceCd;
333: }
334:
335: /**
336: * Gets the extrnlEncumFinBalanceTypCd attribute.
337: *
338: * @return Returns the extrnlEncumFinBalanceTypCd
339: */
340: public String getExtrnlEncumFinBalanceTypCd() {
341: return extrnlEncumFinBalanceTypCd;
342: }
343:
344: /**
345: * Sets the extrnlEncumFinBalanceTypCd attribute.
346: *
347: * @param extrnlEncumFinBalanceTypCd The extrnlEncumFinBalanceTypCd to set.
348: */
349: public void setExtrnlEncumFinBalanceTypCd(
350: String extrnlEncumFinBalanceTypCd) {
351: this .extrnlEncumFinBalanceTypCd = extrnlEncumFinBalanceTypCd;
352: }
353:
354: /**
355: * Gets the intrnlEncumFinBalanceTypCd attribute.
356: *
357: * @return Returns the intrnlEncumFinBalanceTypCd
358: */
359: public String getIntrnlEncumFinBalanceTypCd() {
360: return intrnlEncumFinBalanceTypCd;
361: }
362:
363: /**
364: * Sets the intrnlEncumFinBalanceTypCd attribute.
365: *
366: * @param intrnlEncumFinBalanceTypCd The intrnlEncumFinBalanceTypCd to set.
367: */
368: public void setIntrnlEncumFinBalanceTypCd(
369: String intrnlEncumFinBalanceTypCd) {
370: this .intrnlEncumFinBalanceTypCd = intrnlEncumFinBalanceTypCd;
371: }
372:
373: /**
374: * Gets the preencumbranceFinBalTypeCd attribute.
375: *
376: * @return Returns the preencumbranceFinBalTypeCd
377: */
378: public String getPreencumbranceFinBalTypeCd() {
379: return preencumbranceFinBalTypeCd;
380: }
381:
382: /**
383: * Sets the preencumbranceFinBalTypeCd attribute.
384: *
385: * @param preencumbranceFinBalTypeCd The preencumbranceFinBalTypeCd to set.
386: */
387: public void setPreencumbranceFinBalTypeCd(
388: String preencumbranceFinBalTypeCd) {
389: this .preencumbranceFinBalTypeCd = preencumbranceFinBalTypeCd;
390: }
391:
392: /**
393: * Gets the eliminationsFinBalanceTypeCd attribute.
394: *
395: * @return Returns the eliminationsFinBalanceTypeCd
396: */
397: public String getEliminationsFinBalanceTypeCd() {
398: return eliminationsFinBalanceTypeCd;
399: }
400:
401: /**
402: * Sets the eliminationsFinBalanceTypeCd attribute.
403: *
404: * @param eliminationsFinBalanceTypeCd The eliminationsFinBalanceTypeCd to set.
405: */
406: public void setEliminationsFinBalanceTypeCd(
407: String eliminationsFinBalanceTypeCd) {
408: this .eliminationsFinBalanceTypeCd = eliminationsFinBalanceTypeCd;
409: }
410:
411: /**
412: * Gets the finObjTypeIncomeNotCashCd attribute.
413: *
414: * @return Returns the finObjTypeIncomeNotCashCd
415: */
416: public String getFinObjTypeIncomeNotCashCd() {
417: return finObjTypeIncomeNotCashCd;
418: }
419:
420: /**
421: * Sets the finObjTypeIncomeNotCashCd attribute.
422: *
423: * @param finObjTypeIncomeNotCashCd The finObjTypeIncomeNotCashCd to set.
424: */
425: public void setFinObjTypeIncomeNotCashCd(
426: String finObjTypeIncomeNotCashCd) {
427: this .finObjTypeIncomeNotCashCd = finObjTypeIncomeNotCashCd;
428: }
429:
430: /**
431: * Gets the finObjTypeCshNotIncomeCd attribute.
432: *
433: * @return Returns the finObjTypeCshNotIncomeCd
434: */
435: public String getFinObjTypeCshNotIncomeCd() {
436: return finObjTypeCshNotIncomeCd;
437: }
438:
439: /**
440: * Sets the finObjTypeCshNotIncomeCd attribute.
441: *
442: * @param finObjTypeCshNotIncomeCd The finObjTypeCshNotIncomeCd to set.
443: */
444: public void setFinObjTypeCshNotIncomeCd(
445: String finObjTypeCshNotIncomeCd) {
446: this .finObjTypeCshNotIncomeCd = finObjTypeCshNotIncomeCd;
447: }
448:
449: /**
450: * Gets the universityFiscalYearName attribute.
451: *
452: * @return Returns the universityFiscalYearName
453: */
454: public String getUniversityFiscalYearName() {
455: return universityFiscalYearName;
456: }
457:
458: /**
459: * Sets the universityFiscalYearName attribute.
460: *
461: * @param universityFiscalYearName The universityFiscalYearName to set.
462: */
463: public void setUniversityFiscalYearName(
464: String universityFiscalYearName) {
465: this .universityFiscalYearName = universityFiscalYearName;
466: }
467:
468: /**
469: * Gets the financialBeginBalanceLoadInd attribute.
470: *
471: * @return Returns the financialBeginBalanceLoadInd
472: */
473: public boolean isFinancialBeginBalanceLoadInd() {
474: return financialBeginBalanceLoadInd;
475: }
476:
477: /**
478: * Sets the financialBeginBalanceLoadInd attribute.
479: *
480: * @param financialBeginBalanceLoadInd The financialBeginBalanceLoadInd to set.
481: */
482: public void setFinancialBeginBalanceLoadInd(
483: boolean financialBeginBalanceLoadInd) {
484: this .financialBeginBalanceLoadInd = financialBeginBalanceLoadInd;
485: }
486:
487: /**
488: * Gets the universityFinChartOfAcct attribute.
489: *
490: * @return Returns the universityFinChartOfAcct
491: */
492: public Chart getUniversityFinChartOfAcct() {
493: return universityFinChartOfAcct;
494: }
495:
496: /**
497: * Sets the universityFinChartOfAcct attribute.
498: *
499: * @param universityFinChartOfAcct The universityFinChartOfAcct to set.
500: * @deprecated
501: */
502: public void setUniversityFinChartOfAcct(
503: Chart universityFinChartOfAcct) {
504: this .universityFinChartOfAcct = universityFinChartOfAcct;
505: }
506:
507: /**
508: * @return Returns the universityFinChartOfAcctCd.
509: */
510: public String getUniversityFinChartOfAcctCd() {
511: return universityFinChartOfAcctCd;
512: }
513:
514: /**
515: * @param universityFinChartOfAcctCd The universityFinChartOfAcctCd to set.
516: */
517: public void setUniversityFinChartOfAcctCd(
518: String universityFinChartOfAcctCd) {
519: this .universityFinChartOfAcctCd = universityFinChartOfAcctCd;
520: }
521:
522: /**
523: * @return Returns the actualFinancialBalanceType.
524: */
525: public BalanceTyp getActualFinancialBalanceType() {
526: return actualFinancialBalanceType;
527: }
528:
529: /**
530: * @param actualFinancialBalanceType The actualFinancialBalanceType to set.
531: */
532: public void setActualFinancialBalanceType(
533: BalanceTyp actualFinancialBalanceType) {
534: this .actualFinancialBalanceType = actualFinancialBalanceType;
535: }
536:
537: /**
538: * @return Returns the budgetCheckingBalanceType.
539: */
540: public BalanceTyp getBudgetCheckingBalanceType() {
541: return budgetCheckingBalanceType;
542: }
543:
544: /**
545: * @param budgetCheckingBalanceType The budgetCheckingBalanceType to set.
546: */
547: public void setBudgetCheckingBalanceType(
548: BalanceTyp budgetCheckingBalanceType) {
549: this .budgetCheckingBalanceType = budgetCheckingBalanceType;
550: }
551:
552: /**
553: * @return Returns the eliminationsFinBalanceType.
554: */
555: public BalanceTyp getEliminationsFinBalanceType() {
556: return eliminationsFinBalanceType;
557: }
558:
559: /**
560: * @param eliminationsFinBalanceType The eliminationsFinBalanceType to set.
561: */
562: public void setEliminationsFinBalanceType(
563: BalanceTyp eliminationsFinBalanceType) {
564: this .eliminationsFinBalanceType = eliminationsFinBalanceType;
565: }
566:
567: /**
568: * @return Returns the extrnlEncumFinBalanceTyp.
569: */
570: public BalanceTyp getExtrnlEncumFinBalanceTyp() {
571: return extrnlEncumFinBalanceTyp;
572: }
573:
574: /**
575: * @param extrnlEncumFinBalanceTyp The extrnlEncumFinBalanceTyp to set.
576: */
577: public void setExtrnlEncumFinBalanceTyp(
578: BalanceTyp extrnlEncumFinBalanceTyp) {
579: this .extrnlEncumFinBalanceTyp = extrnlEncumFinBalanceTyp;
580: }
581:
582: /**
583: * @return Returns the financialObjectTypeAssets.
584: */
585: public ObjectType getFinancialObjectTypeAssets() {
586: return financialObjectTypeAssets;
587: }
588:
589: /**
590: * @param financialObjectTypeAssets The financialObjectTypeAssets to set.
591: */
592: public void setFinancialObjectTypeAssets(
593: ObjectType financialObjectTypeAssets) {
594: this .financialObjectTypeAssets = financialObjectTypeAssets;
595: }
596:
597: /**
598: * @return Returns the finObjectTypeFundBalance.
599: */
600: public ObjectType getFinObjectTypeFundBalance() {
601: return finObjectTypeFundBalance;
602: }
603:
604: /**
605: * @param finObjectTypeFundBalance The finObjectTypeFundBalance to set.
606: */
607: public void setFinObjectTypeFundBalance(
608: ObjectType finObjectTypeFundBalance) {
609: this .finObjectTypeFundBalance = finObjectTypeFundBalance;
610: }
611:
612: /**
613: * @return Returns the finObjectTypeLiabilities.
614: */
615: public ObjectType getFinObjectTypeLiabilities() {
616: return finObjectTypeLiabilities;
617: }
618:
619: /**
620: * @param finObjectTypeLiabilities The finObjectTypeLiabilities to set.
621: */
622: public void setFinObjectTypeLiabilities(
623: ObjectType finObjectTypeLiabilities) {
624: this .finObjectTypeLiabilities = finObjectTypeLiabilities;
625: }
626:
627: /**
628: * @return Returns the finObjTypeCshNotIncome.
629: */
630: public ObjectType getFinObjTypeCshNotIncome() {
631: return finObjTypeCshNotIncome;
632: }
633:
634: /**
635: * @param finObjTypeCshNotIncome The finObjTypeCshNotIncome to set.
636: */
637: public void setFinObjTypeCshNotIncome(
638: ObjectType finObjTypeCshNotIncome) {
639: this .finObjTypeCshNotIncome = finObjTypeCshNotIncome;
640: }
641:
642: /**
643: * @return Returns the finObjTypeExpenditureexp.
644: */
645: public ObjectType getFinObjTypeExpenditureexp() {
646: return finObjTypeExpenditureexp;
647: }
648:
649: /**
650: * @param finObjTypeExpenditureexp The finObjTypeExpenditureexp to set.
651: */
652: public void setFinObjTypeExpenditureexp(
653: ObjectType finObjTypeExpenditureexp) {
654: this .finObjTypeExpenditureexp = finObjTypeExpenditureexp;
655: }
656:
657: /**
658: * @return Returns the finObjTypeExpendNotExp.
659: */
660: public ObjectType getFinObjTypeExpendNotExp() {
661: return finObjTypeExpendNotExp;
662: }
663:
664: /**
665: * @param finObjTypeExpendNotExp The finObjTypeExpendNotExp to set.
666: */
667: public void setFinObjTypeExpendNotExp(
668: ObjectType finObjTypeExpendNotExp) {
669: this .finObjTypeExpendNotExp = finObjTypeExpendNotExp;
670: }
671:
672: /**
673: * @return Returns the finObjTypeExpNotExpend.
674: */
675: public ObjectType getFinObjTypeExpNotExpend() {
676: return finObjTypeExpNotExpend;
677: }
678:
679: /**
680: * @param finObjTypeExpNotExpend The finObjTypeExpNotExpend to set.
681: */
682: public void setFinObjTypeExpNotExpend(
683: ObjectType finObjTypeExpNotExpend) {
684: this .finObjTypeExpNotExpend = finObjTypeExpNotExpend;
685: }
686:
687: /**
688: * @return Returns the finObjTypeIncomeNotCash.
689: */
690: public ObjectType getFinObjTypeIncomeNotCash() {
691: return finObjTypeIncomeNotCash;
692: }
693:
694: /**
695: * @param finObjTypeIncomeNotCash The finObjTypeIncomeNotCash to set.
696: */
697: public void setFinObjTypeIncomeNotCash(
698: ObjectType finObjTypeIncomeNotCash) {
699: this .finObjTypeIncomeNotCash = finObjTypeIncomeNotCash;
700: }
701:
702: /**
703: * @return Returns the intrnlEncumFinBalanceTyp.
704: */
705: public BalanceTyp getIntrnlEncumFinBalanceTyp() {
706: return intrnlEncumFinBalanceTyp;
707: }
708:
709: /**
710: * @param intrnlEncumFinBalanceTyp The intrnlEncumFinBalanceTyp to set.
711: */
712: public void setIntrnlEncumFinBalanceTyp(
713: BalanceTyp intrnlEncumFinBalanceTyp) {
714: this .intrnlEncumFinBalanceTyp = intrnlEncumFinBalanceTyp;
715: }
716:
717: /**
718: * @return Returns the objectType.
719: */
720: public ObjectType getObjectType() {
721: return objectType;
722: }
723:
724: /**
725: * @param objectType The objectType to set.
726: */
727: public void setObjectType(ObjectType objectType) {
728: this .objectType = objectType;
729: }
730:
731: /**
732: * @return Returns the preencumbranceFinBalType.
733: */
734: public BalanceTyp getPreencumbranceFinBalType() {
735: return preencumbranceFinBalType;
736: }
737:
738: /**
739: * @param preencumbranceFinBalType The preencumbranceFinBalType to set.
740: */
741: public void setPreencumbranceFinBalType(
742: BalanceTyp preencumbranceFinBalType) {
743: this .preencumbranceFinBalType = preencumbranceFinBalType;
744: }
745:
746: /**
747: * Gets the costShareEncumbranceBalanceTypeCode attribute.
748: *
749: * @return Returns the costShareEncumbranceBalanceTypeCode.
750: */
751: public String getCostShareEncumbranceBalanceTypeCd() {
752: return costShareEncumbranceBalanceTypeCd;
753: }
754:
755: /**
756: * Sets the costShareEncumbranceBalanceTypeCode attribute value.
757: *
758: * @param costShareEncumbranceBalanceTypeCode The costShareEncumbranceBalanceTypeCode to set.
759: */
760: public void setCostShareEncumbranceBalanceTypeCd(
761: String costShareEncumbranceBalanceTypeCd) {
762: this .costShareEncumbranceBalanceTypeCd = costShareEncumbranceBalanceTypeCd;
763: }
764:
765: /**
766: * Gets the costShareEncumbranceBalanceType attribute.
767: *
768: * @return Returns the costShareEncumbranceBalanceType.
769: */
770: public BalanceTyp getCostShareEncumbranceBalanceType() {
771: return costShareEncumbranceBalanceType;
772: }
773:
774: /**
775: * Sets the costShareEncumbranceBalanceType attribute value.
776: *
777: * @param costShareEncumbranceBalanceType The costShareEncumbranceBalanceType to set.
778: * @deprecated
779: */
780: public void setCostShareEncumbranceBalanceType(
781: BalanceTyp costShareEncumbranceBalanceType) {
782: this .costShareEncumbranceBalanceType = costShareEncumbranceBalanceType;
783: }
784:
785: /**
786: * Gets the baseBudgetFinancialBalanceTypeCode attribute.
787: *
788: * @return Returns the baseBudgetFinancialBalanceTypeCode.
789: */
790: public String getBaseBudgetFinancialBalanceTypeCd() {
791: return baseBudgetFinancialBalanceTypeCd;
792: }
793:
794: /**
795: * Sets the baseBudgetFinancialBalanceTypeCode attribute value.
796: *
797: * @param baseBudgetFinancialBalanceTypeCode The baseBudgetFinancialBalanceTypeCode to set.
798: */
799: public void setBaseBudgetFinancialBalanceTypeCd(
800: String baseBudgetFinancialBalanceTypeCd) {
801: this .baseBudgetFinancialBalanceTypeCd = baseBudgetFinancialBalanceTypeCd;
802: }
803:
804: /**
805: * Gets the monthlyBudgetFinancialBalanceTypeCode attribute.
806: *
807: * @return Returns the monthlyBudgetFinancialBalanceTypeCode.
808: */
809: public String getMonthlyBudgetFinancialBalanceTypeCd() {
810: return monthlyBudgetFinancialBalanceTypeCd;
811: }
812:
813: /**
814: * Sets the monthlyBudgetFinancialBalanceTypeCode attribute value.
815: *
816: * @param monthlyBudgetFinancialBalanceTypeCode The monthlyBudgetFinancialBalanceTypeCode to set.
817: */
818: public void setMonthlyBudgetFinancialBalanceTypeCd(
819: String monthlyBudgetFinancialBalanceTypeCode) {
820: this .monthlyBudgetFinancialBalanceTypeCd = monthlyBudgetFinancialBalanceTypeCode;
821: }
822:
823: /**
824: * Gets the financialObjectTypeTransferIncomeCode attribute.
825: *
826: * @return Returns the financialObjectTypeTransferIncomeCode.
827: */
828: public String getFinancialObjectTypeTransferIncomeCd() {
829: return financialObjectTypeTransferIncomeCd;
830: }
831:
832: /**
833: * Sets the financialObjectTypeTransferIncomeCode attribute value.
834: *
835: * @param financialObjectTypeTransferIncomeCode The financialObjectTypeTransferIncomeCode to set.
836: */
837: public void setFinancialObjectTypeTransferIncomeCd(
838: String financialObjectTypeTransferIncomeCd) {
839: this .financialObjectTypeTransferIncomeCd = financialObjectTypeTransferIncomeCd;
840: }
841:
842: /**
843: * Gets the financialObjectTypeTransferExpenseCode attribute.
844: *
845: * @return Returns the financialObjectTypeTransferExpenseCode.
846: */
847: public String getFinancialObjectTypeTransferExpenseCd() {
848: return financialObjectTypeTransferExpenseCd;
849: }
850:
851: /**
852: * Sets the financialObjectTypeTransferExpenseCode attribute value.
853: *
854: * @param financialObjectTypeTransferExpenseCode The financialObjectTypeTransferExpenseCode to set.
855: */
856: public void setFinancialObjectTypeTransferExpenseCd(
857: String financialObjectTypeTransferExpenseCd) {
858: this .financialObjectTypeTransferExpenseCd = financialObjectTypeTransferExpenseCd;
859: }
860:
861: /**
862: * Gets the financialObjectTypeTransferIncome attribute.
863: *
864: * @return Returns the financialObjectTypeTransferIncome.
865: */
866: public ObjectType getFinancialObjectTypeTransferIncome() {
867: return financialObjectTypeTransferIncome;
868: }
869:
870: /**
871: * Sets the financialObjectTypeTransferIncome attribute value.
872: *
873: * @param financialObjectTypeTransferIncome The financialObjectTypeTransferIncome to set.
874: * @deprecated
875: */
876: public void setFinancialObjectTypeTransferIncome(
877: ObjectType financialObjectTypeTransferIncome) {
878: this .financialObjectTypeTransferIncome = financialObjectTypeTransferIncome;
879: }
880:
881: /**
882: * Gets the financialObjectTypeTransferExpense attribute.
883: *
884: * @return Returns the financialObjectTypeTransferExpense.
885: */
886: public ObjectType getFinancialObjectTypeTransferExpense() {
887: return financialObjectTypeTransferExpense;
888: }
889:
890: /**
891: * Sets the financialObjectTypeTransferExpense attribute value.
892: *
893: * @param financialObjectTypeTransferExpense The financialObjectTypeTransferExpense to set.
894: * @deprecated
895: */
896: public void setFinancialObjectTypeTransferExpense(
897: ObjectType financialObjectTypeTransferExpense) {
898: this .financialObjectTypeTransferExpense = financialObjectTypeTransferExpense;
899: }
900:
901: /**
902: * Gets the baseBudgetFinancialBalanceType attribute.
903: *
904: * @return Returns the baseBudgetFinancialBalanceType.
905: */
906: public BalanceTyp getBaseBudgetFinancialBalanceType() {
907: return baseBudgetFinancialBalanceType;
908: }
909:
910: /**
911: * Sets the baseBudgetFinancialBalanceType attribute value.
912: *
913: * @param baseBudgetFinancialBalanceType The baseBudgetFinancialBalanceType to set.
914: * @deprecated
915: */
916: public void setBaseBudgetFinancialBalanceType(
917: BalanceTyp baseBudgetFinancialBalanceType) {
918: this .baseBudgetFinancialBalanceType = baseBudgetFinancialBalanceType;
919: }
920:
921: /**
922: * Gets the monthlyBudgetFinancialBalanceType attribute.
923: *
924: * @return Returns the monthlyBudgetFinancialBalanceType.
925: */
926: public BalanceTyp getMonthlyBudgetFinancialBalanceType() {
927: return monthlyBudgetFinancialBalanceType;
928: }
929:
930: /**
931: * Sets the monthlyBudgetFinancialBalanceType attribute value.
932: *
933: * @param monthlyBudgetFinancialBalanceType The monthlyBudgetFinancialBalanceType to set.
934: * @deprecated
935: */
936: public void setMonthlyBudgetFinancialBalanceType(
937: BalanceTyp monthlyBudgetFinancialBalanceType) {
938: this .monthlyBudgetFinancialBalanceType = monthlyBudgetFinancialBalanceType;
939: }
940:
941: /**
942: * Gets the nominalFinancialBalanceTypeCode attribute.
943: *
944: * @return Returns the nominalFinancialBalanceTypeCode.
945: */
946: public String getNominalFinancialBalanceTypeCd() {
947: return nominalFinancialBalanceTypeCd;
948: }
949:
950: /**
951: * Sets the nominalFinancialBalanceTypeCode attribute value.
952: *
953: * @param nominalFinancialBalanceTypeCode The nominalFinancialBalanceTypeCode to set.
954: */
955: public void setNominalFinancialBalanceTypeCd(
956: String nominalFinancialBalanceTypeCd) {
957: this .nominalFinancialBalanceTypeCd = nominalFinancialBalanceTypeCd;
958: }
959:
960: /**
961: * Gets the nominalFinancialBalanceType attribute.
962: *
963: * @return Returns the nominalFinancialBalanceType.
964: */
965: public BalanceTyp getNominalFinancialBalanceType() {
966: return nominalFinancialBalanceType;
967: }
968:
969: /**
970: * Sets the nominalFinancialBalanceType attribute value.
971: *
972: * @param nominalFinancialBalanceType The nominalFinancialBalanceType to set.
973: * @deprecated
974: */
975: public void setNominalFinancialBalanceType(
976: BalanceTyp nominalFinancialBalanceType) {
977: this .nominalFinancialBalanceType = nominalFinancialBalanceType;
978: }
979:
980: /**
981: * @see org.kuali.core.bo.BusinessObjectBase#toStringMapper()
982: */
983: protected LinkedHashMap toStringMapper() {
984: LinkedHashMap map = new LinkedHashMap();
985: map.put("universityFiscalYear", getUniversityFiscalYear());
986: return map;
987: }
988:
989: }
|