Class BirthRecord
java.lang.Object
com.github.jamesross03.pop_parser.utils.Record
com.github.jamesross03.pop_parser.utils.records.BirthRecord
Object representing a birth record.
-
Constructor Summary
ConstructorsConstructorDescriptionBirthRecord
(String forename, String surname) Initialises a new instance of theBirthRecord
class for the given attributes. -
Method Summary
Modifier and TypeMethodDescriptionGets forename of data-subject.Gets surname of data-subject.toString()
-
Constructor Details
-
BirthRecord
Initialises a new instance of theBirthRecord
class for the given attributes.- Parameters:
forename
- forename of data-subjectsurname
- surname of data-subject
-
-
Method Details