1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 package org.kuali.kfs.module.bc.businessobject;
21
22 import java.math.BigDecimal;
23 import java.util.LinkedHashMap;
24
25 import org.kuali.kfs.coa.businessobject.Account;
26 import org.kuali.kfs.coa.businessobject.Chart;
27 import org.kuali.kfs.coa.businessobject.ObjectCode;
28 import org.kuali.kfs.coa.businessobject.SubAccount;
29 import org.kuali.kfs.coa.businessobject.SubObjectCode;
30 import org.kuali.rice.core.api.util.type.KualiInteger;
31 import org.kuali.rice.krad.bo.PersistableBusinessObjectBase;
32
33
34
35
36 public class BudgetConstructionAppointmentFundingLoad01Move extends PersistableBusinessObjectBase {
37
38 private Integer universityFiscalYear;
39 private String chartOfAccountsCode;
40 private String accountNumber;
41 private String subAccountNumber;
42 private String financialObjectCode;
43 private String financialSubObjectCode;
44 private String positionNumber;
45 private String emplid;
46 private String appointmentFundingDurationCode;
47 private KualiInteger appointmentRequestedCsfAmount;
48 private BigDecimal appointmentRequestedCsfFteQuantity;
49 private BigDecimal appointmentRequestedCsfTimePercent;
50 private KualiInteger appointmentTotalIntendedAmount;
51 private BigDecimal appointmentTotalIntendedFteQuantity;
52 private KualiInteger appointmentRequestedAmount;
53 private BigDecimal appointmentRequestedTimePercent;
54 private BigDecimal appointmentRequestedFteQuantity;
55 private BigDecimal appointmentRequestedPayRate;
56 private boolean appointmentFundingDeleteIndicator;
57 private Integer appointmentFundingMonth;
58 private String newChartOfAccountsCode;
59 private String newAccountNumber;
60
61 private ObjectCode financialObject;
62 private BudgetConstructionSalaryFunding budgetConstructionSalaryFunding;
63 private Chart chartOfAccounts;
64 private Account account;
65 private SubAccount subAccount;
66 private SubObjectCode financialSubObject;
67 private Chart newChartOfAccounts;
68 private Account newAccount;
69
70
71
72
73 public BudgetConstructionAppointmentFundingLoad01Move() {
74
75 }
76
77
78
79
80
81
82 public Integer getUniversityFiscalYear() {
83 return universityFiscalYear;
84 }
85
86
87
88
89
90
91 public void setUniversityFiscalYear(Integer universityFiscalYear) {
92 this.universityFiscalYear = universityFiscalYear;
93 }
94
95
96
97
98
99
100
101 public String getChartOfAccountsCode() {
102 return chartOfAccountsCode;
103 }
104
105
106
107
108
109
110 public void setChartOfAccountsCode(String chartOfAccountsCode) {
111 this.chartOfAccountsCode = chartOfAccountsCode;
112 }
113
114
115
116
117
118
119
120 public String getAccountNumber() {
121 return accountNumber;
122 }
123
124
125
126
127
128
129 public void setAccountNumber(String accountNumber) {
130 this.accountNumber = accountNumber;
131 }
132
133
134
135
136
137
138
139 public String getSubAccountNumber() {
140 return subAccountNumber;
141 }
142
143
144
145
146
147
148 public void setSubAccountNumber(String subAccountNumber) {
149 this.subAccountNumber = subAccountNumber;
150 }
151
152
153
154
155
156
157
158 public String getFinancialObjectCode() {
159 return financialObjectCode;
160 }
161
162
163
164
165
166
167 public void setFinancialObjectCode(String financialObjectCode) {
168 this.financialObjectCode = financialObjectCode;
169 }
170
171
172
173
174
175
176
177 public String getFinancialSubObjectCode() {
178 return financialSubObjectCode;
179 }
180
181
182
183
184
185
186 public void setFinancialSubObjectCode(String financialSubObjectCode) {
187 this.financialSubObjectCode = financialSubObjectCode;
188 }
189
190
191
192
193
194
195
196 public String getPositionNumber() {
197 return positionNumber;
198 }
199
200
201
202
203
204
205 public void setPositionNumber(String positionNumber) {
206 this.positionNumber = positionNumber;
207 }
208
209
210
211
212
213
214
215 public String getEmplid() {
216 return emplid;
217 }
218
219
220
221
222
223
224 public void setEmplid(String emplid) {
225 this.emplid = emplid;
226 }
227
228
229
230
231
232
233
234 public String getAppointmentFundingDurationCode() {
235 return appointmentFundingDurationCode;
236 }
237
238
239
240
241
242
243 public void setAppointmentFundingDurationCode(String appointmentFundingDurationCode) {
244 this.appointmentFundingDurationCode = appointmentFundingDurationCode;
245 }
246
247
248
249
250
251
252
253 public KualiInteger getAppointmentRequestedCsfAmount() {
254 return appointmentRequestedCsfAmount;
255 }
256
257
258
259
260
261
262 public void setAppointmentRequestedCsfAmount(KualiInteger appointmentRequestedCsfAmount) {
263 this.appointmentRequestedCsfAmount = appointmentRequestedCsfAmount;
264 }
265
266
267
268
269
270
271 public BigDecimal getAppointmentRequestedCsfFteQuantity() {
272 return appointmentRequestedCsfFteQuantity;
273 }
274
275
276
277
278
279
280 public void setAppointmentRequestedCsfFteQuantity(BigDecimal appointmentRequestedCsfFteQuantity) {
281 this.appointmentRequestedCsfFteQuantity = appointmentRequestedCsfFteQuantity;
282 }
283
284
285
286
287
288
289
290 public BigDecimal getAppointmentRequestedCsfTimePercent() {
291 return appointmentRequestedCsfTimePercent;
292 }
293
294
295
296
297
298
299 public void setAppointmentRequestedCsfTimePercent(BigDecimal appointmentRequestedCsfTimePercent) {
300 this.appointmentRequestedCsfTimePercent = appointmentRequestedCsfTimePercent;
301 }
302
303
304
305
306
307
308
309 public KualiInteger getAppointmentTotalIntendedAmount() {
310 return appointmentTotalIntendedAmount;
311 }
312
313
314
315
316
317
318 public void setAppointmentTotalIntendedAmount(KualiInteger appointmentTotalIntendedAmount) {
319 this.appointmentTotalIntendedAmount = appointmentTotalIntendedAmount;
320 }
321
322
323
324
325
326
327 public BigDecimal getAppointmentTotalIntendedFteQuantity() {
328 return appointmentTotalIntendedFteQuantity;
329 }
330
331
332
333
334
335
336 public void setAppointmentTotalIntendedFteQuantity(BigDecimal appointmentTotalIntendedFteQuantity) {
337 this.appointmentTotalIntendedFteQuantity = appointmentTotalIntendedFteQuantity;
338 }
339
340
341
342
343
344
345
346 public KualiInteger getAppointmentRequestedAmount() {
347 return appointmentRequestedAmount;
348 }
349
350
351
352
353
354
355 public void setAppointmentRequestedAmount(KualiInteger appointmentRequestedAmount) {
356 this.appointmentRequestedAmount = appointmentRequestedAmount;
357 }
358
359
360
361
362
363
364 public BigDecimal getAppointmentRequestedTimePercent() {
365 return appointmentRequestedTimePercent;
366 }
367
368
369
370
371
372
373 public void setAppointmentRequestedTimePercent(BigDecimal appointmentRequestedTimePercent) {
374 this.appointmentRequestedTimePercent = appointmentRequestedTimePercent;
375 }
376
377
378
379
380
381
382
383 public BigDecimal getAppointmentRequestedFteQuantity() {
384 return appointmentRequestedFteQuantity;
385 }
386
387
388
389
390
391
392 public void setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity) {
393 this.appointmentRequestedFteQuantity = appointmentRequestedFteQuantity;
394 }
395
396
397
398
399
400
401
402 public BigDecimal getAppointmentRequestedPayRate() {
403 return appointmentRequestedPayRate;
404 }
405
406
407
408
409
410
411 public void setAppointmentRequestedPayRate(BigDecimal appointmentRequestedPayRate) {
412 this.appointmentRequestedPayRate = appointmentRequestedPayRate;
413 }
414
415
416
417
418
419
420
421 public boolean isAppointmentFundingDeleteIndicator() {
422 return appointmentFundingDeleteIndicator;
423 }
424
425
426
427
428
429
430
431 public void setAppointmentFundingDeleteIndicator(boolean appointmentFundingDeleteIndicator) {
432 this.appointmentFundingDeleteIndicator = appointmentFundingDeleteIndicator;
433 }
434
435
436
437
438
439
440
441 public Integer getAppointmentFundingMonth() {
442 return appointmentFundingMonth;
443 }
444
445
446
447
448
449
450 public void setAppointmentFundingMonth(Integer appointmentFundingMonth) {
451 this.appointmentFundingMonth = appointmentFundingMonth;
452 }
453
454
455
456
457
458
459 public ObjectCode getFinancialObject() {
460 return financialObject;
461 }
462
463
464
465
466
467
468
469 public void setFinancialObject(ObjectCode financialObject) {
470 this.financialObject = financialObject;
471 }
472
473
474
475
476
477
478 public BudgetConstructionSalaryFunding getBudgetConstructionSalaryFunding() {
479 return budgetConstructionSalaryFunding;
480 }
481
482
483
484
485
486
487
488 public void setBudgetConstructionSalaryFunding(BudgetConstructionSalaryFunding budgetConstructionSalaryFunding) {
489 this.budgetConstructionSalaryFunding = budgetConstructionSalaryFunding;
490 }
491
492
493
494
495
496
497 public Chart getChartOfAccounts() {
498 return chartOfAccounts;
499 }
500
501
502
503
504
505
506
507 public void setChartOfAccounts(Chart chartOfAccounts) {
508 this.chartOfAccounts = chartOfAccounts;
509 }
510
511
512
513
514
515
516 public Account getAccount() {
517 return account;
518 }
519
520
521
522
523
524
525
526 public void setAccount(Account account) {
527 this.account = account;
528 }
529
530
531
532
533
534
535 public SubObjectCode getFinancialSubObject() {
536 return financialSubObject;
537 }
538
539
540
541
542
543
544
545 public void setFinancialSubObject(SubObjectCode financialSubObject) {
546 this.financialSubObject = financialSubObject;
547 }
548
549
550
551
552
553
554 public SubAccount getSubAccount() {
555 return subAccount;
556 }
557
558
559
560
561
562
563
564 public void setSubAccount(SubAccount subAccount) {
565 this.subAccount = subAccount;
566 }
567
568
569
570
571
572
573 public String getNewAccountNumber() {
574 return newAccountNumber;
575 }
576
577
578
579
580
581
582 public void setNewAccountNumber(String newAccountNumber) {
583 this.newAccountNumber = newAccountNumber;
584 }
585
586
587
588
589
590
591 public String getNewChartOfAccountsCode() {
592 return newChartOfAccountsCode;
593 }
594
595
596
597
598
599
600 public void setNewChartOfAccountsCode(String newChartOfAccountsCode) {
601 this.newChartOfAccountsCode = newChartOfAccountsCode;
602 }
603
604
605
606
607
608
609 public Account getNewAccount() {
610 return newAccount;
611 }
612
613
614
615
616
617
618
619 public void setNewAccount(Account newAccount) {
620 this.newAccount = newAccount;
621 }
622
623
624
625
626
627
628 public Chart getNewChartOfAccounts() {
629 return newChartOfAccounts;
630 }
631
632
633
634
635
636
637
638 public void setNewChartOfAccounts(Chart newChartOfAccounts) {
639 this.newChartOfAccounts = newChartOfAccounts;
640 }
641
642
643
644
645 protected LinkedHashMap toStringMapper_RICE20_REFACTORME() {
646 LinkedHashMap m = new LinkedHashMap();
647 if (this.universityFiscalYear != null) {
648 m.put("universityFiscalYear", this.universityFiscalYear.toString());
649 }
650 m.put("chartOfAccountsCode", this.chartOfAccountsCode);
651 m.put("accountNumber", this.accountNumber);
652 m.put("subAccountNumber", this.subAccountNumber);
653 m.put("financialObjectCode", this.financialObjectCode);
654 m.put("financialSubObjectCode", this.financialSubObjectCode);
655 m.put("positionNumber", this.positionNumber);
656 m.put("emplid", this.emplid);
657 return m;
658 }
659
660 }