Uses of Class
br.gov.ans.tiss.nucleo.Servidor

Packages that use Servidor
br.gov.ans.tiss.nucleo   
 

Uses of Servidor in br.gov.ans.tiss.nucleo
 

Fields in br.gov.ans.tiss.nucleo declared as Servidor
private  Servidor Despachante.meuServidor
          O servidor que ativou este despachante.
 

Methods in br.gov.ans.tiss.nucleo that return Servidor
 Servidor Despachante.getMeuServidor()
          Getter para meuServidor.
 

Methods in br.gov.ans.tiss.nucleo with parameters of type Servidor
 void Despachante.setMeuServidor(Servidor meuServidor)
          Setter para meuServidor.