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 SubFund Summary Report Business Object. 021 */ 022 public class BudgetConstructionOrgSubFundSummaryReportTotal { 023 BudgetConstructionAccountSummary bcas; 024 025 private Integer subFundTotalRevenueBaseAmount; 026 private Integer subFundTotalRevenueReqAmount; 027 028 private Integer totalRevenueBaseAmount; 029 private Integer totalGrossBaseAmount; 030 private Integer totalTransferInBaseAmount; 031 private Integer totalNetTransferBaseAmount; 032 033 private Integer totalRevenueReqAmount; 034 private Integer totalGrossReqAmount; 035 private Integer totalTransferInReqAmount; 036 private Integer totalNetTransferReqAmount; 037 038 /** 039 * Default constructor. 040 */ 041 public BudgetConstructionOrgSubFundSummaryReportTotal() { 042 } 043 044 /** 045 * Gets the totalGrossBaseAmount 046 * 047 * @return Returns the totalGrossBaseAmount. 048 */ 049 public Integer getTotalGrossBaseAmount() { 050 return totalGrossBaseAmount; 051 } 052 053 /** 054 * Sets the totalGrossBaseAmount 055 * 056 * @param totalGrossBaseAmount The totalGrossBaseAmount to set. 057 */ 058 public void setTotalGrossBaseAmount(Integer totalGrossBaseAmount) { 059 this.totalGrossBaseAmount = totalGrossBaseAmount; 060 } 061 062 /** 063 * Gets the totalGrossReqAmount 064 * 065 * @return Returns the totalGrossReqAmount. 066 */ 067 public Integer getTotalGrossReqAmount() { 068 return totalGrossReqAmount; 069 } 070 071 /** 072 * Sets the totalGrossReqAmount 073 * 074 * @param totalGrossReqAmount The totalGrossReqAmount to set. 075 */ 076 public void setTotalGrossReqAmount(Integer totalGrossReqAmount) { 077 this.totalGrossReqAmount = totalGrossReqAmount; 078 } 079 080 /** 081 * Gets the totalNetTransferBaseAmount 082 * 083 * @return Returns the totalNetTransferBaseAmount. 084 */ 085 public Integer getTotalNetTransferBaseAmount() { 086 return totalNetTransferBaseAmount; 087 } 088 089 /** 090 * Sets the totalNetTransferBaseAmount 091 * 092 * @param totalNetTransferBaseAmount The totalNetTransferBaseAmount to set. 093 */ 094 public void setTotalNetTransferBaseAmount(Integer totalNetTransferBaseAmount) { 095 this.totalNetTransferBaseAmount = totalNetTransferBaseAmount; 096 } 097 098 /** 099 * Gets the totalNetTransferReqAmount 100 * 101 * @return Returns the totalNetTransferReqAmount. 102 */ 103 public Integer getTotalNetTransferReqAmount() { 104 return totalNetTransferReqAmount; 105 } 106 107 /** 108 * Sets the totalNetTransferReqAmount 109 * 110 * @param totalNetTransferReqAmount The totalNetTransferReqAmount to set. 111 */ 112 public void setTotalNetTransferReqAmount(Integer totalNetTransferReqAmount) { 113 this.totalNetTransferReqAmount = totalNetTransferReqAmount; 114 } 115 116 /** 117 * Gets the totalRevenueBaseAmount 118 * 119 * @return Returns the totalRevenueBaseAmount. 120 */ 121 public Integer getTotalRevenueBaseAmount() { 122 return totalRevenueBaseAmount; 123 } 124 125 /** 126 * Sets the totalRevenueBaseAmount 127 * 128 * @param totalRevenueBaseAmount The totalRevenueBaseAmount to set. 129 */ 130 public void setTotalRevenueBaseAmount(Integer totalRevenueBaseAmount) { 131 this.totalRevenueBaseAmount = totalRevenueBaseAmount; 132 } 133 134 /** 135 * Gets the totalRevenueReqAmount 136 * 137 * @return Returns the totalRevenueReqAmount. 138 */ 139 public Integer getTotalRevenueReqAmount() { 140 return totalRevenueReqAmount; 141 } 142 143 /** 144 * Sets the totalRevenueReqAmount 145 * 146 * @param totalRevenueReqAmount The totalRevenueReqAmount to set. 147 */ 148 public void setTotalRevenueReqAmount(Integer totalRevenueReqAmount) { 149 this.totalRevenueReqAmount = totalRevenueReqAmount; 150 } 151 152 /** 153 * Gets the totalTransferInBaseAmount 154 * 155 * @return Returns the totalTransferInBaseAmount. 156 */ 157 public Integer getTotalTransferInBaseAmount() { 158 return totalTransferInBaseAmount; 159 } 160 161 /** 162 * Sets the totalTransferInBaseAmount 163 * 164 * @param totalTransferInBaseAmount The totalTransferInBaseAmount to set. 165 */ 166 public void setTotalTransferInBaseAmount(Integer totalTransferInBaseAmount) { 167 this.totalTransferInBaseAmount = totalTransferInBaseAmount; 168 } 169 170 /** 171 * Gets the totalTransferInReqAmount 172 * 173 * @return Returns the totalTransferInReqAmount. 174 */ 175 public Integer getTotalTransferInReqAmount() { 176 return totalTransferInReqAmount; 177 } 178 179 /** 180 * Sets the totalTransferInReqAmount 181 * 182 * @param totalTransferInReqAmount The totalTransferInReqAmount to set. 183 */ 184 public void setTotalTransferInReqAmount(Integer totalTransferInReqAmount) { 185 this.totalTransferInReqAmount = totalTransferInReqAmount; 186 } 187 188 /** 189 * Gets the budgetConstructionAccountSummary 190 * 191 * @return Returns the bcas. 192 */ 193 public BudgetConstructionAccountSummary getBcas() { 194 return bcas; 195 } 196 197 /** 198 * Sets the budgetConstructionAccountSummary 199 * 200 * @param bcas The budgetConstructionAccountSummary to set. 201 */ 202 public void setBcas(BudgetConstructionAccountSummary bcas) { 203 this.bcas = bcas; 204 } 205 206 /** 207 * Gets the subFundTotalRevenueBaseAmount 208 * 209 * @return Returns the bcas. 210 */ 211 public Integer getSubFundTotalRevenueBaseAmount() { 212 return subFundTotalRevenueBaseAmount; 213 } 214 215 /** 216 * Sets the subFundTotalRevenueBaseAmount 217 * 218 * @param bcas The subFundTotalRevenueBaseAmount to set. 219 */ 220 public void setSubFundTotalRevenueBaseAmount(Integer subFundTotalRevenueBaseAmount) { 221 this.subFundTotalRevenueBaseAmount = subFundTotalRevenueBaseAmount; 222 } 223 224 /** 225 * Gets the subFundTotalRevenueReqAmount 226 * 227 * @return Returns the bcas. 228 */ 229 public Integer getSubFundTotalRevenueReqAmount() { 230 return subFundTotalRevenueReqAmount; 231 } 232 233 /** 234 * Sets the subFundTotalRevenueReqAmount 235 * 236 * @param bcas The subFundTotalRevenueReqAmount to set. 237 */ 238 public void setSubFundTotalRevenueReqAmount(Integer subFundTotalRevenueReqAmount) { 239 this.subFundTotalRevenueReqAmount = subFundTotalRevenueReqAmount; 240 } 241 }