Uses of Class
modelo.Actor

Packages that use Actor
modelo   
vista   
 

Uses of Actor in modelo
 

Fields in modelo with type parameters of type Actor
private  java.util.ArrayList<Actor> DocumentoReq.mActor
          Con esta variable identificamos el array de actores
 

Methods in modelo that return Actor
 Actor DocumentoReq.nuevoA(int Id, java.lang.String Nombre, java.lang.String descripcion)
          Metodo para insertar un actor
 

Methods in modelo that return types with arguments of type Actor
 java.util.ArrayList<Actor> DocumentoReq.getActor()
          Metodo que permite devolver el array de actores
 

Method parameters in modelo with type arguments of type Actor
 void DocumentoReq.setActor(java.util.ArrayList<Actor> val)
          Metodo que permite insertar el array de actores
 

Uses of Actor in vista
 

Fields in vista declared as Actor
(package private)  Actor jfrmActor.newActor
           
 

Methods in vista with parameters of type Actor
 void jfrmActor.editarPropiedades(Actor act)
          editarPropiedades Método que edita las propiedades de un actor