|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecar.bean.OrdenacaoTpfaEstrutura
public class OrdenacaoTpfaEstrutura
Bean contendo as informa��es para controle de ordenacao de TipoFuncAcomp por Estruturas.
| Field Summary | |
|---|---|
private EstruturaEtt |
estrutura
|
private java.util.List |
tipoFuncAcomp
|
| Constructor Summary | |
|---|---|
OrdenacaoTpfaEstrutura()
|
|
| Method Summary | |
|---|---|
EstruturaEtt |
getEstrutura()
Retorna EstruturaEtt estrutura. |
java.util.List |
getTipoFuncAcomp()
Retorna List tipoFuncAcomp. |
void |
setEstrutura(EstruturaEtt estrutura)
Atribui valor especificado para EstruturaEtt estrutura. |
void |
setTipoFuncAcomp(java.util.List tipoFuncAcomp)
Atribui valor especificado para List tipoFuncAcomp. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private EstruturaEtt estrutura
private java.util.List tipoFuncAcomp
| Constructor Detail |
|---|
public OrdenacaoTpfaEstrutura()
| Method Detail |
|---|
public EstruturaEtt getEstrutura()
public void setEstrutura(EstruturaEtt estrutura)
EstruturaEtt - estruturapublic java.util.List getTipoFuncAcomp()
public void setTipoFuncAcomp(java.util.List tipoFuncAcomp)
List - tipoFuncAcomp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||