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 SurveysAnalysisSection extends DocumentSection
{
    1.5.0/docs/api/java/awt/TextComponent.html">TextComponent textComponent = new 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent();

    GenericTextSection unitsResultsSubSection = new GenericTextSection();
    GenericTextSection roomsResultsSubSection = new GenericTextSection();

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

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

    public GenericTextSection getUnitsResultsSubSection() {
        return unitsResultsSubSection;
    }

    public void setUnitsResultsSubSection(GenericTextSection unitsResultsSubSection) {
        this.unitsResultsSubSection = unitsResultsSubSection;
    }

    public GenericTextSection getRoomsResultsSubSection() {
        return roomsResultsSubSection;
    }

    public void setRoomsResultsSubSection(GenericTextSection roomsResultsSubSection) {
        this.roomsResultsSubSection = roomsResultsSubSection;
    }
}