Added addSectionView

This commit is contained in:
Francesco Mangiacrapa 2022-10-21 16:44:25 +02:00
parent b37a7446c3
commit 3deb2ec6e8
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ public class ProjectView implements Serializable {
}
public void addSectionView(SectionView sectionView) {
listSections.add(sectionView);
}
public ProjectDV getTheProjectDV() {
return theProjectDV;
}