View Javadoc

1   package ecar.servlet.relatorio.PPA.bean;
2   
3   import java.io.Serializable;
4   import java.math.BigDecimal;
5   import java.util.ArrayList;
6   import java.util.Set;
7   
8   /**
9    * Classe pojo que representa a Fonte de dados de Item de Acao para o relatorio PPA Projeto de Lei
10   * @author Gabriel I Solana
11   * @since 07/2007
12   * 
13   */
14  public class AcaoBean implements Serializable {
15  
16  
17  
18  	private static final long serialVersionUID = -6652941112311906915L;
19  
20  	/**
21  	 * Codigo do Programa <item.getSiglaIett()>
22  	 */
23  	private String codigo;
24  	
25  	/**
26  	 * Nome do Programa <item.getNomeIett()>
27  	 */
28  	private String nome;	
29  	
30  	/**
31  	 * Orgao Executor
32  	 */
33  	private String orgao;
34  
35  	private String finalidade;
36  	
37  	private String descricao;
38  	
39  	// espaco em branco
40  	//private final String SPACE = "";
41  	
42  	// tabela PPA
43  	private BigDecimal valor1;
44  	private BigDecimal valor2;
45  	private BigDecimal valor3;
46  	private BigDecimal valor4;
47  	private BigDecimal valor5;
48  	private BigDecimal valor6;
49  	private BigDecimal valor7;
50  	private BigDecimal valor8;
51  	private BigDecimal valor9;
52  	private BigDecimal valor10;
53  	private BigDecimal valor11;
54  	private BigDecimal valor12;
55  	private BigDecimal valor13;
56  	private BigDecimal valor14;
57  	private BigDecimal valor15;
58  	private BigDecimal valor16;
59  	private BigDecimal valor17;
60  	private BigDecimal valor18;
61  	private BigDecimal valor19;
62  	private BigDecimal valor20;
63  	private BigDecimal valor21;
64  	private BigDecimal valor22;
65  	private BigDecimal valor23;
66  	private BigDecimal valor24;
67  	
68  	private BigDecimal totalCorrenteVlr1;
69  	private BigDecimal totalCorrenteVlr2;
70  	private BigDecimal totalCorrenteVlr3;
71  	private BigDecimal totalCorrenteVlr4;
72  	
73  	private BigDecimal totalCorrenteRecurso1;
74  	private BigDecimal totalCorrenteRecurso2;
75  	private BigDecimal totalCorrenteRecurso3;	
76  	private BigDecimal totalCorrenteRecursoTot;
77  	
78  	private BigDecimal totalCapitalVlr1;
79  	private BigDecimal totalCapitalVlr2;
80  	private BigDecimal totalCapitalVlr3;
81  	private BigDecimal totalCapitalVlr4;	
82  	
83  	private BigDecimal totalCapitalRecurso1;
84  	private BigDecimal totalCapitalRecurso2;
85  	private BigDecimal totalCapitalRecurso3;
86  	private BigDecimal totalCapitalRecursoTot;
87  	
88  	private BigDecimal totalGeralRecurso1;
89  	private BigDecimal totalGeralRecurso2;
90  	private BigDecimal totalGeralRecurso3;
91  	private BigDecimal totalGeralRecursoTot;	
92  	
93  	private Set produtos;	
94  
95  
96  	public String getCodigo() {
97  		return codigo;
98  	}
99  	public void setCodigo(String codigo) {
100 		this.codigo = codigo;
101 	}
102 	public String getDescricao() {
103 		return descricao;
104 	}
105 	public void setDescricao(String descricao) {
106 		this.descricao = descricao;
107 	}
108 	public String getFinalidade() {
109 		return finalidade;
110 	}
111 	public void setFinalidade(String finalidade) {
112 		this.finalidade = finalidade;
113 	}
114 	public String getNome() {
115 		return nome;
116 	}
117 	public void setNome(String nome) {
118 		this.nome = nome;
119 	}
120 	public String getOrgao() {
121 		return orgao;
122 	}
123 	public void setOrgao(String orgao) {
124 		this.orgao = orgao;
125 	}
126 	public Set getProdutos() {
127 		return produtos;
128 	}
129 	public void setProdutos(Set produtos) {
130 		this.produtos = produtos;
131 	}
132 	public BigDecimal getTotalCapitalRecurso1() {		
133 		return totalCapitalRecurso1==null?new BigDecimal(0):totalCapitalRecurso1;
134 	}
135 	public BigDecimal getTotalCapitalRecurso2() {
136 		return totalCapitalRecurso2==null?new BigDecimal(0):totalCapitalRecurso2;
137 	}
138 	public BigDecimal getTotalCapitalRecurso3() {
139 		return totalCapitalRecurso3==null?new BigDecimal(0):totalCapitalRecurso3;
140 	}
141 	public BigDecimal getTotalCapitalVlr1() {
142 		return totalCapitalVlr1==null?new BigDecimal(0):totalCapitalVlr1;
143 	}
144 	public BigDecimal getTotalCapitalVlr2() {
145 		return totalCapitalVlr2==null?new BigDecimal(0):totalCapitalVlr2;
146 	}
147 	public BigDecimal getTotalCapitalVlr3() {
148 		return totalCapitalVlr3==null?new BigDecimal(0):totalCapitalVlr3;
149 	}
150 	public BigDecimal getTotalCapitalVlr4() {
151 		return totalCapitalVlr4==null?new BigDecimal(0):totalCapitalVlr4;
152 	}
153 	public BigDecimal getTotalCorrenteRecurso1() {
154 		return totalCorrenteRecurso1==null?new BigDecimal(0):totalCorrenteRecurso1;
155 	}
156 	public BigDecimal getTotalCorrenteRecurso2() {
157 		return totalCorrenteRecurso2==null?new BigDecimal(0):totalCorrenteRecurso2;
158 	}
159 	public BigDecimal getTotalCorrenteRecurso3() {
160 		return totalCorrenteRecurso3==null?new BigDecimal(0):totalCorrenteRecurso3;
161 	}
162 	public BigDecimal getTotalCorrenteVlr1() {
163 		return totalCorrenteVlr1==null?new BigDecimal(0):totalCorrenteVlr1;
164 	}
165 	public BigDecimal getTotalCorrenteVlr2() {
166 		return totalCorrenteVlr2==null?new BigDecimal(0):totalCorrenteVlr2;
167 	}
168 	public BigDecimal getTotalCorrenteVlr3() {
169 		return totalCorrenteVlr3==null?new BigDecimal(0):totalCorrenteVlr3;
170 	}
171 	public BigDecimal getTotalCorrenteVlr4() {
172 		return totalCorrenteVlr4==null?new BigDecimal(0):totalCorrenteVlr4;
173 	}
174 	public BigDecimal getTotalGeralRecurso1() {
175 		return totalGeralRecurso1==null?new BigDecimal(0):totalGeralRecurso1;
176 	}
177 	public BigDecimal getTotalGeralRecurso2() {
178 		return totalGeralRecurso2==null?new BigDecimal(0):totalGeralRecurso2;
179 	}
180 	public BigDecimal getTotalGeralRecurso3() {
181 		return totalGeralRecurso3==null?new BigDecimal(0):totalGeralRecurso3;
182 	}
183 	public BigDecimal getValor1() {
184 		return valor1==null?new BigDecimal(0):valor1;
185 	}
186 	public BigDecimal getValor10() {
187 		return valor10==null?new BigDecimal(0):valor10;
188 	}
189 	public BigDecimal getValor11() {
190 		return valor11==null?new BigDecimal(0):valor11;
191 	}
192 	public BigDecimal getValor12() {
193 		return valor12==null?new BigDecimal(0):valor12;
194 	}
195 	public BigDecimal getValor13() {
196 		return valor13==null?new BigDecimal(0):valor13;
197 	}
198 	public BigDecimal getValor14() {
199 		return valor14==null?new BigDecimal(0):valor14;
200 	}
201 	public BigDecimal getValor15() {
202 		return valor15==null?new BigDecimal(0):valor15;
203 	}
204 	public BigDecimal getValor16() {
205 		return valor16==null?new BigDecimal(0):valor16;
206 	}
207 	public BigDecimal getValor17() {
208 		return valor17==null?new BigDecimal(0):valor17;
209 	}
210 	public BigDecimal getValor18() {
211 		return valor18==null?new BigDecimal(0):valor18;
212 	}
213 	public BigDecimal getValor19() {
214 		return valor19==null?new BigDecimal(0):valor19;
215 	}
216 	public BigDecimal getValor2() {
217 		return valor2==null?new BigDecimal(0):valor2;
218 	}
219 	public BigDecimal getValor20() {
220 		return valor20==null?new BigDecimal(0):valor20;
221 	}
222 	public BigDecimal getValor21() {
223 		return valor21==null?new BigDecimal(0):valor21;
224 	}
225 	public BigDecimal getValor22() {
226 		return valor22==null?new BigDecimal(0):valor22;
227 	}
228 	public BigDecimal getValor23() {
229 		return valor23==null?new BigDecimal(0):valor23;
230 	}
231 	public BigDecimal getValor24() {
232 		return valor24==null?new BigDecimal(0):valor24;
233 	}
234 	public BigDecimal getValor3() {
235 		return valor3==null?new BigDecimal(0):valor3;
236 	}
237 	public BigDecimal getValor4() {
238 		return valor4==null?new BigDecimal(0):valor4;
239 	}
240 	public BigDecimal getValor5() {
241 		return valor5==null?new BigDecimal(0):valor5;
242 	}
243 	public BigDecimal getValor6() {
244 		return valor6==null?new BigDecimal(0):valor6;
245 	}
246 	public BigDecimal getValor7() {
247 		return valor7==null?new BigDecimal(0):valor7;
248 	}
249 	public BigDecimal getValor8() {
250 		return valor8==null?new BigDecimal(0):valor8;
251 	}
252 	public BigDecimal getValor9() {
253 		return valor9==null?new BigDecimal(0):valor9;
254 	}
255 	public BigDecimal getTotalCapitalRecursoTot() {
256 		return totalCapitalRecursoTot==null?new BigDecimal(0):totalCapitalRecursoTot;
257 	}
258 	public BigDecimal getTotalCorrenteRecursoTot() {
259 		return totalCorrenteRecursoTot==null?new BigDecimal(0):totalCorrenteRecursoTot;
260 	}
261 	public BigDecimal getTotalGeralRecursoTot() {
262 		return totalGeralRecursoTot==null?new BigDecimal(0):totalGeralRecursoTot;
263 	}
264 	public void setTotalCapitalRecurso1(BigDecimal totalCapitalRecurso1) {
265 		this.totalCapitalRecurso1 = totalCapitalRecurso1;
266 	}
267 	public void setTotalCapitalRecurso2(BigDecimal totalCapitalRecurso2) {
268 		this.totalCapitalRecurso2 = totalCapitalRecurso2;
269 	}
270 	public void setTotalCapitalRecurso3(BigDecimal totalCapitalRecurso3) {
271 		this.totalCapitalRecurso3 = totalCapitalRecurso3;
272 	}
273 	public void setTotalCapitalVlr1(BigDecimal totalCapitalVlr1) {
274 		this.totalCapitalVlr1 = totalCapitalVlr1;
275 	}
276 	public void setTotalCapitalVlr2(BigDecimal totalCapitalVlr2) {
277 		this.totalCapitalVlr2 = totalCapitalVlr2;
278 	}
279 	public void setTotalCapitalVlr3(BigDecimal totalCapitalVlr3) {
280 		this.totalCapitalVlr3 = totalCapitalVlr3;
281 	}
282 	public void setTotalCapitalVlr4(BigDecimal totalCapitalVlr4) {
283 		this.totalCapitalVlr4 = totalCapitalVlr4;
284 	}
285 	public void setTotalCorrenteRecurso1(BigDecimal totalCorrenteRecurso1) {
286 		this.totalCorrenteRecurso1 = totalCorrenteRecurso1;
287 	}
288 	public void setTotalCorrenteRecurso2(BigDecimal totalCorrenteRecurso2) {
289 		this.totalCorrenteRecurso2 = totalCorrenteRecurso2;
290 	}
291 	public void setTotalCorrenteRecurso3(BigDecimal totalCorrenteRecurso3) {
292 		this.totalCorrenteRecurso3 = totalCorrenteRecurso3;
293 	}
294 	public void setTotalCorrenteVlr1(BigDecimal totalCorrenteVlr1) {
295 		this.totalCorrenteVlr1 = totalCorrenteVlr1;
296 	}
297 	public void setTotalCorrenteVlr2(BigDecimal totalCorrenteVlr2) {
298 		this.totalCorrenteVlr2 = totalCorrenteVlr2;
299 	}
300 	public void setTotalCorrenteVlr3(BigDecimal totalCorrenteVlr3) {
301 		this.totalCorrenteVlr3 = totalCorrenteVlr3;
302 	}
303 	public void setTotalCorrenteVlr4(BigDecimal totalCorrenteVlr4) {
304 		this.totalCorrenteVlr4 = totalCorrenteVlr4;
305 	}
306 	public void setTotalGeralRecurso1(BigDecimal totalGeralRecurso1) {
307 		this.totalGeralRecurso1 = totalGeralRecurso1;
308 	}
309 	public void setTotalGeralRecurso2(BigDecimal totalGeralRecurso2) {
310 		this.totalGeralRecurso2 = totalGeralRecurso2;
311 	}
312 	public void setTotalGeralRecurso3(BigDecimal totalGeralRecurso3) {
313 		this.totalGeralRecurso3 = totalGeralRecurso3;
314 	}
315 	public void setValor1(BigDecimal valor1) {
316 		this.valor1 = valor1;
317 	}
318 	public void setValor10(BigDecimal valor10) {
319 		this.valor10 = valor10;
320 	}
321 	public void setValor11(BigDecimal valor11) {
322 		this.valor11 = valor11;
323 	}
324 	public void setValor12(BigDecimal valor12) {
325 		this.valor12 = valor12;
326 	}
327 	public void setValor13(BigDecimal valor13) {
328 		this.valor13 = valor13;
329 	}
330 	public void setValor14(BigDecimal valor14) {
331 		this.valor14 = valor14;
332 	}
333 	public void setValor15(BigDecimal valor15) {
334 		this.valor15 = valor15;
335 	}
336 	public void setValor16(BigDecimal valor16) {
337 		this.valor16 = valor16;
338 	}
339 	public void setValor17(BigDecimal valor17) {
340 		this.valor17 = valor17;
341 	}
342 	public void setValor18(BigDecimal valor18) {
343 		this.valor18 = valor18;
344 	}
345 	public void setValor19(BigDecimal valor19) {
346 		this.valor19 = valor19;
347 	}
348 	public void setValor2(BigDecimal valor2) {
349 		this.valor2 = valor2;
350 	}
351 	public void setValor20(BigDecimal valor20) {
352 		this.valor20 = valor20;
353 	}
354 	public void setValor21(BigDecimal valor21) {
355 		this.valor21 = valor21;
356 	}
357 	public void setValor22(BigDecimal valor22) {
358 		this.valor22 = valor22;
359 	}
360 	public void setValor23(BigDecimal valor23) {
361 		this.valor23 = valor23;
362 	}
363 	public void setValor24(BigDecimal valor24) {
364 		this.valor24 = valor24;
365 	}
366 	public void setValor3(BigDecimal valor3) {
367 		this.valor3 = valor3;
368 	}
369 	public void setValor4(BigDecimal valor4) {
370 		this.valor4 = valor4;
371 	}
372 	public void setValor5(BigDecimal valor5) {
373 		this.valor5 = valor5;
374 	}
375 	public void setValor6(BigDecimal valor6) {
376 		this.valor6 = valor6;
377 	}
378 	public void setValor7(BigDecimal valor7) {
379 		this.valor7 = valor7;
380 	}
381 	public void setValor8(BigDecimal valor8) {
382 		this.valor8 = valor8;
383 	}
384 	public void setValor9(BigDecimal valor9) {
385 		this.valor9 = valor9;
386 	}
387 	public void setTotalCapitalRecursoTot(BigDecimal totalCapitalRecursoTot) {
388 		this.totalCapitalRecursoTot = totalCapitalRecursoTot;
389 	}
390 	public void setTotalCorrenteRecursoTot(BigDecimal totalCorrenteRecursoTot) {
391 		this.totalCorrenteRecursoTot = totalCorrenteRecursoTot;
392 	}
393 	public void setTotalGeralRecursoTot(BigDecimal totalGeralRecursoTot) {
394 		this.totalGeralRecursoTot = totalGeralRecursoTot;
395 	}
396 
397 
398 	
399 	
400 
401 
402 
403 	
404 	
405 	
406 }