Interface IChild
-
- All Known Implementing Classes:
Child
public interface IChildModel of a child.- Author:
- Andi Hotz, (c) Sahits GmbH, 2016 Created on Dec 11, 2016
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.time.LocalDateTimegetBirthDate()Retrieve the birthdate of the child.java.lang.StringgetName()First name of the child.
-