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 Funding Detail Report Business Object. 022 */ 023 public class BudgetConstructionOrgReasonSummaryReportTotal { 024 025 //person 026 private String personPositionNumber; 027 private String personFiscalYearTag; 028 private Integer personCsfNormalMonths; 029 private Integer personCsfPayMonths; 030 private Integer personCsfAmount; 031 private BigDecimal personCsfPercent; 032 private Integer personSalaryNormalMonths; 033 private Integer personSalaryAmount; 034 private BigDecimal personSalaryPercent; 035 private BigDecimal personSalaryFte; 036 private String personTiFlag; 037 private Integer personAmountChange; 038 private BigDecimal personPercentChange; 039 040 //org 041 private BigDecimal newFte; 042 private Integer newTotalAmount; 043 private Integer newAverageAmount; 044 private BigDecimal conFte; 045 private Integer conTotalBaseAmount; 046 private Integer conTotalRequestAmount; 047 private Integer conAverageBaseAmount; 048 private Integer conAverageRequestAmount; 049 private Integer conAveragechange; 050 private BigDecimal conPercentChange; 051 052 private BudgetConstructionSalarySocialSecurityNumber budgetConstructionSalarySocialSecurityNumber; 053 054 /** 055 * Gets the budgetConstructionSalarySocialSecurityNumber attribute. 056 * @return Returns the budgetConstructionSalarySocialSecurityNumber. 057 */ 058 public BudgetConstructionSalarySocialSecurityNumber getBudgetConstructionSalarySocialSecurityNumber() { 059 return budgetConstructionSalarySocialSecurityNumber; 060 } 061 062 /** 063 * Sets the budgetConstructionSalarySocialSecurityNumber attribute value. 064 * @param budgetConstructionSalarySocialSecurityNumber The budgetConstructionSalarySocialSecurityNumber to set. 065 */ 066 public void setBudgetConstructionSalarySocialSecurityNumber(BudgetConstructionSalarySocialSecurityNumber budgetConstructionSalarySocialSecurityNumber) { 067 this.budgetConstructionSalarySocialSecurityNumber = budgetConstructionSalarySocialSecurityNumber; 068 } 069 070 public Integer getConAverageBaseAmount() { 071 return conAverageBaseAmount; 072 } 073 074 public void setConAverageBaseAmount(Integer conAverageBaseAmount) { 075 this.conAverageBaseAmount = conAverageBaseAmount; 076 } 077 078 public Integer getConAveragechange() { 079 return conAveragechange; 080 } 081 082 public void setConAveragechange(Integer conAveragechange) { 083 this.conAveragechange = conAveragechange; 084 } 085 086 public Integer getConAverageRequestAmount() { 087 return conAverageRequestAmount; 088 } 089 090 public void setConAverageRequestAmount(Integer conAverageRequestAmount) { 091 this.conAverageRequestAmount = conAverageRequestAmount; 092 } 093 094 public BigDecimal getConFte() { 095 return conFte; 096 } 097 098 public void setConFte(BigDecimal conFte) { 099 this.conFte = conFte; 100 } 101 102 public BigDecimal getConPercentChange() { 103 return conPercentChange; 104 } 105 106 public void setConPercentChange(BigDecimal conPercentChange) { 107 this.conPercentChange = conPercentChange; 108 } 109 110 public Integer getConTotalBaseAmount() { 111 return conTotalBaseAmount; 112 } 113 114 public void setConTotalBaseAmount(Integer conTotalBaseAmount) { 115 this.conTotalBaseAmount = conTotalBaseAmount; 116 } 117 118 public Integer getConTotalRequestAmount() { 119 return conTotalRequestAmount; 120 } 121 122 public void setConTotalRequestAmount(Integer conTotalRequestAmount) { 123 this.conTotalRequestAmount = conTotalRequestAmount; 124 } 125 126 public Integer getNewAverageAmount() { 127 return newAverageAmount; 128 } 129 130 public void setNewAverageAmount(Integer newAverageAmount) { 131 this.newAverageAmount = newAverageAmount; 132 } 133 134 public BigDecimal getNewFte() { 135 return newFte; 136 } 137 138 public void setNewFte(BigDecimal newFte) { 139 this.newFte = newFte; 140 } 141 142 public Integer getNewTotalAmount() { 143 return newTotalAmount; 144 } 145 146 public void setNewTotalAmount(Integer newTotalAmount) { 147 this.newTotalAmount = newTotalAmount; 148 } 149 150 public Integer getPersonAmountChange() { 151 return personAmountChange; 152 } 153 154 public void setPersonAmountChange(Integer personAmountChange) { 155 this.personAmountChange = personAmountChange; 156 } 157 158 public Integer getPersonCsfAmount() { 159 return personCsfAmount; 160 } 161 162 public void setPersonCsfAmount(Integer personCsfAmount) { 163 this.personCsfAmount = personCsfAmount; 164 } 165 166 public Integer getPersonCsfNormalMonths() { 167 return personCsfNormalMonths; 168 } 169 170 public void setPersonCsfNormalMonths(Integer personCsfNormalMonths) { 171 this.personCsfNormalMonths = personCsfNormalMonths; 172 } 173 174 public Integer getPersonCsfPayMonths() { 175 return personCsfPayMonths; 176 } 177 178 public void setPersonCsfPayMonths(Integer personCsfPayMonths) { 179 this.personCsfPayMonths = personCsfPayMonths; 180 } 181 182 public BigDecimal getPersonCsfPercent() { 183 return personCsfPercent; 184 } 185 186 public void setPersonCsfPercent(BigDecimal personCsfPercent) { 187 this.personCsfPercent = personCsfPercent; 188 } 189 190 public String getPersonFiscalYearTag() { 191 return personFiscalYearTag; 192 } 193 194 public void setPersonFiscalYearTag(String personFiscalYearTag) { 195 this.personFiscalYearTag = personFiscalYearTag; 196 } 197 198 public BigDecimal getPersonPercentChange() { 199 return personPercentChange; 200 } 201 202 public void setPersonPercentChange(BigDecimal personPercentChange) { 203 this.personPercentChange = personPercentChange; 204 } 205 206 public String getPersonPositionNumber() { 207 return personPositionNumber; 208 } 209 210 public void setPersonPositionNumber(String personPositionNumber) { 211 this.personPositionNumber = personPositionNumber; 212 } 213 214 public Integer getPersonSalaryAmount() { 215 return personSalaryAmount; 216 } 217 218 public void setPersonSalaryAmount(Integer personSalaryAmount) { 219 this.personSalaryAmount = personSalaryAmount; 220 } 221 222 public BigDecimal getPersonSalaryFte() { 223 return personSalaryFte; 224 } 225 226 public void setPersonSalaryFte(BigDecimal personSalaryFte) { 227 this.personSalaryFte = personSalaryFte; 228 } 229 230 public Integer getPersonSalaryNormalMonths() { 231 return personSalaryNormalMonths; 232 } 233 234 public void setPersonSalaryNormalMonths(Integer personSalaryNormalMonths) { 235 this.personSalaryNormalMonths = personSalaryNormalMonths; 236 } 237 238 public BigDecimal getPersonSalaryPercent() { 239 return personSalaryPercent; 240 } 241 242 public void setPersonSalaryPercent(BigDecimal personSalaryPercent) { 243 this.personSalaryPercent = personSalaryPercent; 244 } 245 246 public String getPersonTiFlag() { 247 return personTiFlag; 248 } 249 250 public void setPersonTiFlag(String personTiFlag) { 251 this.personTiFlag = personTiFlag; 252 } 253 254 }