java.lang.Object
edu.ntnu.idata1002.prosjekt2021.model.Model
public class Model
extends java.lang.Object
Class used for implementing the test data to the application.
-
Method Summary
Modifier and Type Method Description static SectionList
getInstanceOfSectionList()
Returns instance of sectionList, if no instance exist and instance will be created and returned.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getInstanceOfSectionList
Returns instance of sectionList, if no instance exist and instance will be created and returned.- Returns:
- instance of sectionlist.
-