|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ecar.bean.IndResulExercicioBean
public class IndResulExercicioBean
Bean contendo as informa��es dos valores das metas f�sicas e seus exerc�cios.
Field Summary | |
---|---|
private java.lang.Long |
codExe
|
private java.lang.Double |
valor
|
Constructor Summary | |
---|---|
IndResulExercicioBean()
|
Method Summary | |
---|---|
java.lang.Long |
getCodExe()
Retorna Long codExe. |
java.lang.Double |
getValor()
Retorna Double valor. |
void |
setCodExe(java.lang.Long codExe)
Atribui valor especificado para Long codExe. |
void |
setValor(java.lang.Double valor)
Atribui valor especificado para Double valor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Long codExe
private java.lang.Double valor
Constructor Detail |
---|
public IndResulExercicioBean()
Method Detail |
---|
public java.lang.Long getCodExe()
public void setCodExe(java.lang.Long codExe)
Long
- codExepublic java.lang.Double getValor()
public void setValor(java.lang.Double valor)
Double
- valor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |