ecar.bean
Class TotalizadorRelatorios

java.lang.Object
  extended by ecar.bean.TotalizadorRelatorios

public class TotalizadorRelatorios
extends java.lang.Object

Bean contendo as informa��es de totaliza��o de cada estrutura para imprimir no relat�rio.

Author:
aleixo

Field Summary
private  java.lang.String estrutura
           
private  java.lang.Long id
           
private  int total
           
 
Constructor Summary
TotalizadorRelatorios()
          Construtor.
 
Method Summary
 java.lang.String getEstrutura()
          Retorna String estrutura.
 java.lang.Long getId()
          Retorna Long id.
 int getTotal()
          Retorna int total.
 void incrementeTotal()
          Incrementa total.
 void setEstrutura(java.lang.String estrutura)
          Atribui valor especificado para String estrutura.
 void setId(java.lang.Long id)
          Atribui valor especificado para Long id.
 void setTotal(int total)
          Atribui valor especificado para int total.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.Long id

estrutura

private java.lang.String estrutura

total

private int total
Constructor Detail

TotalizadorRelatorios

public TotalizadorRelatorios()
Construtor.

Since:
N/C
Method Detail

getEstrutura

public java.lang.String getEstrutura()
Retorna String estrutura.

Returns:
String
Since:
N/C

setEstrutura

public void setEstrutura(java.lang.String estrutura)
Atribui valor especificado para String estrutura.

Parameters:
String - estrutura
Since:
N/C

getId

public java.lang.Long getId()
Retorna Long id.

Returns:
Long
Since:
N/C

setId

public void setId(java.lang.Long id)
Atribui valor especificado para Long id.

Parameters:
Long - id
Since:
N/C

getTotal

public int getTotal()
Retorna int total.

Returns:
int
Since:
N/C

setTotal

public void setTotal(int total)
Atribui valor especificado para int total.

Parameters:
int - total
Since:
N/C

incrementeTotal

public void incrementeTotal()
Incrementa total.

Since:
N/C


Copyright © 2007, PRODEPA - Processamento de Dados do Pará