Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.services.courses.coursereport.documentmodel;

/**
 * Created by jorgemachado on 11/10/17.
 */

public class LearningResultsSection extends DocumentSection
{
    1.5.0/docs/api/java/awt/TextComponent.html">TextComponent text = new 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent();

    UnitsLearningResultsTable unitsLearningResultsTable;

    CustomPane customPane = new CustomPane();

    //3.1 Analise Aproveitamento
    LearningAnalysisSection learningAnalisysSection = new LearningAnalysisSection();

    //3.2 Analise Global Aproveitamento
    LearningGlobalAnalysisSection learningGlobalAnalisysSection = new LearningGlobalAnalysisSection();

    //3.3 Analise Funcionamento UCs
    GenericTextSection ucsWorkingAnalisysSection = new GenericTextSection();

    //3.4 Cumprimento de Programas
    GenericTextSection ucsProgramExecutedAnalisysSection = new GenericTextSection();

    public 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent getText() {
        return text;
    }

    public void setText(1.5.0/docs/api/java/awt/TextComponent.html">TextComponent text) {
        this.text = text;
    }

    public UnitsLearningResultsTable getUnitsLearningResultsTable() {
        return unitsLearningResultsTable;
    }

    public void setUnitsLearningResultsTable(UnitsLearningResultsTable unitsLearningResultsTable) {
        this.unitsLearningResultsTable = unitsLearningResultsTable;
    }

    public CustomPane getCustomPane() {
        return customPane;
    }

    public void setCustomPane(CustomPane customPane) {
        this.customPane = customPane;
    }

    public LearningAnalysisSection getLearningAnalisysSection() {
        return learningAnalisysSection;
    }

    public void setLearningAnalisysSection(LearningAnalysisSection learningAnalisysSection) {
        this.learningAnalisysSection = learningAnalisysSection;
    }

    public LearningGlobalAnalysisSection getLearningGlobalAnalisysSection() {
        return learningGlobalAnalisysSection;
    }

    public void setLearningGlobalAnalisysSection(LearningGlobalAnalysisSection learningGlobalAnalisysSection) {
        this.learningGlobalAnalisysSection = learningGlobalAnalisysSection;
    }

    public GenericTextSection getUcsWorkingAnalisysSection() {
        return ucsWorkingAnalisysSection;
    }

    public void setUcsWorkingAnalisysSection(GenericTextSection ucsWorkingAnalisysSection) {
        this.ucsWorkingAnalisysSection = ucsWorkingAnalisysSection;
    }

    public GenericTextSection getUcsProgramExecutedAnalisysSection() {
        return ucsProgramExecutedAnalisysSection;
    }

    public void setUcsProgramExecutedAnalisysSection(GenericTextSection ucsProgramExecutedAnalisysSection) {
        this.ucsProgramExecutedAnalisysSection = ucsProgramExecutedAnalisysSection;
    }
}