Proyectos de Subversion Android Microlearning

Rev

Rev 27 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 27 Rev 34
Línea 4... Línea 4...
4
    private boolean imagenViewerControl = false;
4
    private boolean imagenViewerControl = false;
5
    private boolean resumenVisores = false;
5
    private boolean resumenVisores = false;
6
    private boolean cambioSlide = false;
6
    private boolean cambioSlide = false;
7
    private boolean nextFromButton = false;
7
    private boolean nextFromButton = false;
Línea -... Línea 8...
-
 
8
 
-
 
9
    private String capsuleActiveUuid;
-
 
10
    private String capsuleNameActive;
-
 
11
 
-
 
12
    public String getCapsuleUuidActiveViewData() { return capsuleActiveUuid;}
-
 
13
 
-
 
14
    public void setCapsuleUuidActiveViewData(String capsuleActiveUuid){
-
 
15
        this.capsuleActiveUuid = capsuleActiveUuid;
-
 
16
    }
-
 
17
 
-
 
18
    public String getCapsuleNameActiveViewData() { return capsuleNameActive;}
-
 
19
 
-
 
20
    public void setCapsuleNameActiveViewData(String capsuleNameActive){
-
 
21
        this.capsuleNameActive = capsuleNameActive;
-
 
22
    }
-
 
23
 
8
 
24
 
9
    public boolean isImagenViewerControl() {
25
    public boolean isImagenViewerControl() {
10
        return imagenViewerControl;
26
        return imagenViewerControl;
Línea 11... Línea 27...
11
    }
27
    }