|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ecar.bean.TotalizadorRelatorios
public class TotalizadorRelatorios
Bean contendo as informa��es de totaliza��o de cada estrutura para imprimir no relat�rio.
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 |
---|
private java.lang.Long id
private java.lang.String estrutura
private int total
Constructor Detail |
---|
public TotalizadorRelatorios()
Method Detail |
---|
public java.lang.String getEstrutura()
public void setEstrutura(java.lang.String estrutura)
String
- estruturapublic java.lang.Long getId()
public void setId(java.lang.Long id)
Long
- idpublic int getTotal()
public void setTotal(int total)
int
- totalpublic void incrementeTotal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |