Class AllParticipant
java.lang.Object
ca.phon.session.AllParticipant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgeTo()
getGroup()
getId()
getName()
getOther()
getRole()
getSES()
getSex()
void
void
void
setBirthDate
(LocalDate birthDate) void
setBirthplace
(String birthplace) void
setEducation
(String education) void
setFirstLanguage
(String firstLanguage) void
void
void
setLanguage
(String language) void
void
void
setRole
(ParticipantRole role) void
void
-
Constructor Details
-
AllParticipant
public AllParticipant()
-
-
Method Details
-
setSex
- Specified by:
setSex
in interfaceParticipantSPI
- Parameters:
sex
- The sex to set.
-
setBirthplace
- Specified by:
setBirthplace
in interfaceParticipantSPI
-
getBirthplace
- Specified by:
getBirthplace
in interfaceParticipantSPI
-
setFirstLanguage
- Specified by:
setFirstLanguage
in interfaceParticipantSPI
-
getFirstLanguage
- Specified by:
getFirstLanguage
in interfaceParticipantSPI
-
setOther
- Specified by:
setOther
in interfaceParticipantSPI
-
getOther
- Specified by:
getOther
in interfaceParticipantSPI
-
setSES
- Specified by:
setSES
in interfaceParticipantSPI
- Parameters:
ses
- The sES to set.
-
setRole
- Specified by:
setRole
in interfaceParticipantSPI
- Parameters:
role
- The role to set.
-
setName
- Specified by:
setName
in interfaceParticipantSPI
- Parameters:
name
- The name to set.
-
setLanguage
- Specified by:
setLanguage
in interfaceParticipantSPI
- Parameters:
language
- The language to set.
-
setId
- Specified by:
setId
in interfaceParticipantSPI
- Parameters:
id
- The id to set.
-
setGroup
- Specified by:
setGroup
in interfaceParticipantSPI
- Parameters:
group
- The group to set.
-
setEducation
- Specified by:
setEducation
in interfaceParticipantSPI
- Parameters:
education
- The education to set.
-
setBirthDate
- Specified by:
setBirthDate
in interfaceParticipantSPI
- Parameters:
birthDate
- The birthDate to set.
-
setAgeTo
- Specified by:
setAgeTo
in interfaceParticipantSPI
- Parameters:
ageTo
- The ageTo to set.
-
setAge
- Specified by:
setAge
in interfaceParticipantSPI
- Parameters:
age
- The age to set.
-
getSex
- Specified by:
getSex
in interfaceParticipantSPI
- Returns:
- Returns the sex.
-
getSES
- Specified by:
getSES
in interfaceParticipantSPI
- Returns:
- Returns the sES.
-
getRole
- Specified by:
getRole
in interfaceParticipantSPI
- Returns:
- Returns the role.
-
getName
- Specified by:
getName
in interfaceParticipantSPI
- Returns:
- Returns the name.
-
getLanguage
- Specified by:
getLanguage
in interfaceParticipantSPI
- Returns:
- Returns the language.
-
getId
- Specified by:
getId
in interfaceParticipantSPI
- Returns:
- Returns the id.
-
getGroup
- Specified by:
getGroup
in interfaceParticipantSPI
- Returns:
- Returns the group.
-
getEducation
- Specified by:
getEducation
in interfaceParticipantSPI
- Returns:
- Returns the education.
-
getBirthDate
- Specified by:
getBirthDate
in interfaceParticipantSPI
- Returns:
- Returns the birthDate.
-
getAgeTo
- Specified by:
getAgeTo
in interfaceParticipantSPI
- Returns:
- Returns the ageTo.
-
getAge
- Specified by:
getAge
in interfaceParticipantSPI
- Returns:
- Returns the age.
-