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 1... Línea 1...
1
package com.cesams.twogetskills.viewdata;
1
package com.cesams.twogetskills.viewdata;
Línea 2... Línea 2...
2
 
2
 
3
public class SlideRefreshUIViewData {
-
 
4
    private boolean imagenViewerControl = false;
3
public class CapsuleRefreshUIViewData {
5
    private boolean resumenVisores = false;
4
    private String TopicName;
6
    private boolean cambioSlide = false;
-
 
Línea 7... Línea 5...
7
    private boolean nextFromButton = false;
5
    private String TopicUuid;
8
 
6
 
9
    public boolean isImagenViewerControl() {
7
    public String getTopicViewDataName() {
Línea 10... Línea 8...
10
        return imagenViewerControl;
8
        return TopicName;
11
    }
9
    }
12
 
10
 
Línea 13... Línea -...
13
    public void setImagenViewerControl(boolean imagenViewerControl) {
-
 
14
        this.imagenViewerControl = imagenViewerControl;
-
 
15
    }
-
 
16
 
-
 
17
    public boolean isResumenVisores() {
-
 
18
        return resumenVisores;
-
 
19
    }
-
 
20
 
-
 
21
    public void setResumenVisores(boolean resumenVisores) {
-
 
22
        this.resumenVisores = resumenVisores;
-
 
23
    }
-
 
24
 
-
 
25
    public boolean isCambioSlide() {
11
    public void setTopicViewDataName(String topicName) {
26
        return cambioSlide;
-
 
27
    }
-
 
28
 
-
 
29
    public void setCambioSlide(boolean cambioSlide) {
-
 
30
        this.cambioSlide = cambioSlide;
-
 
31
    }
-
 
Línea 32... Línea 12...
32
 
12
        this.TopicName = topicName;
33
    public boolean isNextFromButton() {
13
    }
34
        return nextFromButton;
14
 
Línea 35... Línea -...
35
    }
-
 
36
 
-
 
37
    public void setNextFromButton(boolean nextFromButton) {
-
 
38
        this.nextFromButton = nextFromButton;
15
    public String getTopicUuidViewData() { return TopicUuid;}