controladora
Class ControladoraNascimento
java.lang.Object
controladora.ControladoraNascimento
public class ControladoraNascimento
- extends java.lang.Object
Method Summary |
java.util.Vector |
setarBandeja(java.lang.String bandeja)
|
java.lang.String |
transferir(java.util.ArrayList posicao,
java.util.ArrayList nascimento,
int qtde,
java.lang.String incubacao,
java.lang.String entidade)
|
java.lang.String |
transferir(java.util.ArrayList posicoes,
int qtde,
java.lang.String incubacao,
java.lang.String entidade)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControladoraNascimento
public ControladoraNascimento()
transferir
public java.lang.String transferir(java.util.ArrayList posicao,
java.util.ArrayList nascimento,
int qtde,
java.lang.String incubacao,
java.lang.String entidade)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
transferir
public java.lang.String transferir(java.util.ArrayList posicoes,
int qtde,
java.lang.String incubacao,
java.lang.String entidade)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setarBandeja
public java.util.Vector setarBandeja(java.lang.String bandeja)