Interface ParticipantSPI

All Known Implementing Classes:
AllParticipant, ParticipantImpl, UnidentifiedParticipant

public interface ParticipantSPI
  • Method Details

    • getAge

      Period getAge(LocalDate fromDate)
      Returns:
      Returns the age.
    • getAgeTo

      Period getAgeTo()
      Returns:
      Returns the ageTo.
    • getBirthDate

      LocalDate getBirthDate()
      Returns:
      Returns the birthDate.
    • getEducation

      String getEducation()
      Returns:
      Returns the education.
    • getGroup

      String getGroup()
      Returns:
      Returns the group.
    • getId

      String getId()
      Returns:
      Returns the id.
    • getLanguage

      String getLanguage()
      Returns:
      Returns the language.
    • getName

      String getName()
      Returns:
      Returns the name.
    • getRole

      ParticipantRole getRole()
      Returns:
      Returns the role.
    • getSES

      String getSES()
      Returns:
      Returns the sES.
    • getSex

      Sex getSex()
      Returns:
      Returns the sex.
    • setAge

      void setAge(Period age)
      Parameters:
      age - The age to set.
    • setAgeTo

      void setAgeTo(Period ageTo)
      Parameters:
      ageTo - The ageTo to set.
    • setBirthDate

      void setBirthDate(LocalDate birthDate)
      Parameters:
      birthDate - The birthDate to set.
    • setEducation

      void setEducation(String education)
      Parameters:
      education - The education to set.
    • setGroup

      void setGroup(String group)
      Parameters:
      group - The group to set.
    • setId

      void setId(String id)
      Parameters:
      id - The id to set.
    • setLanguage

      void setLanguage(String language)
      Parameters:
      language - The language to set.
    • setName

      void setName(String name)
      Parameters:
      name - The name to set.
    • setRole

      void setRole(ParticipantRole role)
      Parameters:
      role - The role to set.
    • setSES

      void setSES(String ses)
      Parameters:
      ses - The sES to set.
    • setSex

      void setSex(Sex sex)
      Parameters:
      sex - The sex to set.