|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Participante | |
---|---|
modelo | |
vista |
Uses of Participante in modelo |
---|
Fields in modelo with type parameters of type Participante | |
---|---|
private java.util.ArrayList<Participante> |
DocumentoReq.mParticipante
Con esta variable identificamos el array de participantes |
Methods in modelo that return Participante | |
---|---|
Participante |
DocumentoReq.nuevoPart(int Id,
java.lang.String Nombre,
java.lang.String rol,
java.lang.String organizacion,
boolean esCliente,
boolean esDesarrollador,
boolean esUsuario)
Metodo para insertar un participante |
Methods in modelo that return types with arguments of type Participante | |
---|---|
java.util.ArrayList<Participante> |
DocumentoReq.getParticipante()
Metodo que permite devolver el array de participantes |
Method parameters in modelo with type arguments of type Participante | |
---|---|
void |
DocumentoReq.setParticipante(java.util.ArrayList<Participante> val)
Metodo que permite insertar el array de participantes |
Uses of Participante in vista |
---|
Fields in vista declared as Participante | |
---|---|
(package private) Participante |
jfrmParticipante.newParti
|
Methods in vista with parameters of type Participante | |
---|---|
(package private) void |
jfrmParticipante.editarPropiedades(Participante Part)
editarPropiedades Método que edita las propiedades de un participante |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |