public class MedicalHistoryModel
extends java.lang.Object
Constructor and Description |
---|
MedicalHistoryModel()
The Contrsuctor of this class
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.Scene |
getContent()
saves the Content of the GUI
|
MedicalHistory |
getModel()
Returns the Data model
|
void |
setContent(javafx.scene.Scene content)
Get the Content of the GUI
|
void |
setModel(MedicalHistory model)
Saves the received data model
|
public MedicalHistory getModel()
public void setModel(MedicalHistory model)
model
- public javafx.scene.Scene getContent()
public void setContent(javafx.scene.Scene content)
content
-