Index
All Classes|All Packages
S
- setBirthDate(Date) - Method in class chapter_five.Person
-
Precondition: newDate is a consistent date of birth.
- setBirthYear(int) - Method in class chapter_five.Person
-
Precondition: The date of birth has been set, and changing the year part of the date of birth will give a consistent date of birth.
- setDeathDate(Date) - Method in class chapter_five.Person
-
Precondition: newDate is a consistent date of death.
- setDeathYear(int) - Method in class chapter_five.Person
-
Precondition: The date of death has been set, and changing the year part of the date of death will give a consistent date of death.
- setName(String) - Method in class chapter_five.Person
-
set the name of the object
All Classes|All Packages