ecar.bean
Class TempBean

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

public class TempBean
extends java.lang.Object

Author:
cristiano

Field Summary
private  java.lang.Integer ano
           
private  java.lang.Long codLit
           
private  java.lang.Integer mes
           
private  java.lang.Double qtde
           
 
Constructor Summary
TempBean()
           
 
Method Summary
 java.lang.Integer getAno()
          Retorna Integer ano.
 java.lang.Long getCodLit()
          Retorna Long codLit.
 java.lang.Integer getMes()
          Retorna Integer mes.
 java.lang.Double getQtde()
          Retorna Double qtde.
 void setAno(java.lang.Integer ano)
          Atribui valor especificado para Integer ano.
 void setCodLit(java.lang.Long codLit)
          Atribui valor especificado para Long codLit.
 void setMes(java.lang.Integer mes)
          Atribui valor especificado para Integer mes.
 void setQtde(java.lang.Double qtde)
          Atribui valor especificado para Double qtde.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codLit

private java.lang.Long codLit

mes

private java.lang.Integer mes

ano

private java.lang.Integer ano

qtde

private java.lang.Double qtde
Constructor Detail

TempBean

public TempBean()
Method Detail

getAno

public java.lang.Integer getAno()
Retorna Integer ano.

Returns:
Integer
Since:
N/C

setAno

public void setAno(java.lang.Integer ano)
Atribui valor especificado para Integer ano.

Parameters:
Integer - ano
Since:
N/C

getCodLit

public java.lang.Long getCodLit()
Retorna Long codLit.

Returns:
Long
Since:
N/C

setCodLit

public void setCodLit(java.lang.Long codLit)
Atribui valor especificado para Long codLit.

Parameters:
Long - codLit
Since:
N/C

getMes

public java.lang.Integer getMes()
Retorna Integer mes.

Returns:
Integer
Since:
N/C

setMes

public void setMes(java.lang.Integer mes)
Atribui valor especificado para Integer mes.

Parameters:
Integer - mes
Since:
N/C

getQtde

public java.lang.Double getQtde()
Retorna Double qtde.

Returns:
Double
Since:
N/C

setQtde

public void setQtde(java.lang.Double qtde)
Atribui valor especificado para Double qtde.

Parameters:
Double - qtde
Since:
N/C


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