Class Teacher
- java.lang.Object
-
- org.example.domain.boundaries.common.entities.Person
-
- org.example.domain.boundaries.educational.entities.Teacher
-
public class Teacher extends Person
-
-
Constructor Summary
Constructors Constructor Description Teacher()
-
Method Summary
-
Methods inherited from class org.example.domain.boundaries.common.entities.Person
getAge, isParentsAuthorizationRequired, sendEmail, sendEmail, showLastAccess
-
-