Added addSectionView
This commit is contained in:
parent
b37a7446c3
commit
3deb2ec6e8
|
@ -23,6 +23,10 @@ public class ProjectView implements Serializable {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void addSectionView(SectionView sectionView) {
|
||||||
|
listSections.add(sectionView);
|
||||||
|
}
|
||||||
|
|
||||||
public ProjectDV getTheProjectDV() {
|
public ProjectDV getTheProjectDV() {
|
||||||
return theProjectDV;
|
return theProjectDV;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue