java.lang.Object
de.hitec.nhplus.model.Person
- Direct Known Subclasses:
Patient
-
Property Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.SimpleStringProperty
Gets the value of thefirstName
property.Gets the value of thesurname
property.void
setFirstName
(String firstName) Sets the value of thefirstName
property.void
setSurname
(String surname) Sets the value of thesurname
property.javafx.beans.property.SimpleStringProperty
-
Property Details
-
firstName
public javafx.beans.property.SimpleStringProperty firstNameProperty- See Also:
-
surname
public javafx.beans.property.SimpleStringProperty surnameProperty- See Also:
-
-
Constructor Details
-
Person
-
-
Method Details
-
getFirstName
Gets the value of thefirstName
property.- Property description:
- Returns:
- the value of the
firstName
property - See Also:
-
firstNameProperty
public javafx.beans.property.SimpleStringProperty firstNameProperty()- Returns:
- the
firstName
property - See Also:
-
setFirstName
Sets the value of thefirstName
property.- Property description:
- Parameters:
firstName
- the value for thefirstName
property- See Also:
-
getSurname
Gets the value of thesurname
property.- Property description:
- Returns:
- the value of the
surname
property - See Also:
-
surnameProperty
public javafx.beans.property.SimpleStringProperty surnameProperty()- Returns:
- the
surname
property - See Also:
-
setSurname
Sets the value of thesurname
property.- Property description:
- Parameters:
surname
- the value for thesurname
property- See Also:
-