Interface IChild

  • All Known Implementing Classes:
    Child

    public interface IChild
    Model of a child.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Dec 11, 2016
    • Method Detail

      • getName

        java.lang.String getName()
        First name of the child.
        Returns:
        first name
      • getBirthDate

        java.time.LocalDateTime getBirthDate()
        Retrieve the birthdate of the child.
        Returns:
        birth date