Class AllParticipant
java.lang.Object
ca.phon.session.AllParticipant
- All Implemented Interfaces:
ParticipantSPI
Used as a placeholder in lists for all participants
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgeTo()getGroup()getId()getName()getOther()getRole()getSES()getSex()voidvoidvoidsetBirthDate(LocalDate birthDate) voidsetBirthplace(String birthplace) voidsetEducation(String education) voidsetFirstLanguage(String firstLanguage) voidvoidvoidsetLanguage(String language) voidvoidvoidsetRole(ParticipantRole role) voidvoid
-
Constructor Details
-
AllParticipant
public AllParticipant()
-
-
Method Details
-
setSex
- Specified by:
setSexin interfaceParticipantSPI- Parameters:
sex- The sex to set.
-
setBirthplace
- Specified by:
setBirthplacein interfaceParticipantSPI
-
getBirthplace
- Specified by:
getBirthplacein interfaceParticipantSPI
-
setFirstLanguage
- Specified by:
setFirstLanguagein interfaceParticipantSPI
-
getFirstLanguage
- Specified by:
getFirstLanguagein interfaceParticipantSPI
-
setOther
- Specified by:
setOtherin interfaceParticipantSPI
-
getOther
- Specified by:
getOtherin interfaceParticipantSPI
-
setSES
- Specified by:
setSESin interfaceParticipantSPI- Parameters:
ses- The sES to set.
-
setRole
- Specified by:
setRolein interfaceParticipantSPI- Parameters:
role- The role to set.
-
setName
- Specified by:
setNamein interfaceParticipantSPI- Parameters:
name- The name to set.
-
setLanguage
- Specified by:
setLanguagein interfaceParticipantSPI- Parameters:
language- The language to set.
-
setId
- Specified by:
setIdin interfaceParticipantSPI- Parameters:
id- The id to set.
-
setGroup
- Specified by:
setGroupin interfaceParticipantSPI- Parameters:
group- The group to set.
-
setEducation
- Specified by:
setEducationin interfaceParticipantSPI- Parameters:
education- The education to set.
-
setBirthDate
- Specified by:
setBirthDatein interfaceParticipantSPI- Parameters:
birthDate- The birthDate to set.
-
setAgeTo
- Specified by:
setAgeToin interfaceParticipantSPI- Parameters:
ageTo- The ageTo to set.
-
setAge
- Specified by:
setAgein interfaceParticipantSPI- Parameters:
age- The age to set.
-
getSex
- Specified by:
getSexin interfaceParticipantSPI- Returns:
- Returns the sex.
-
getSES
- Specified by:
getSESin interfaceParticipantSPI- Returns:
- Returns the sES.
-
getRole
- Specified by:
getRolein interfaceParticipantSPI- Returns:
- Returns the role.
-
getName
- Specified by:
getNamein interfaceParticipantSPI- Returns:
- Returns the name.
-
getLanguage
- Specified by:
getLanguagein interfaceParticipantSPI- Returns:
- Returns the language.
-
getId
- Specified by:
getIdin interfaceParticipantSPI- Returns:
- Returns the id.
-
getGroup
- Specified by:
getGroupin interfaceParticipantSPI- Returns:
- Returns the group.
-
getEducation
- Specified by:
getEducationin interfaceParticipantSPI- Returns:
- Returns the education.
-
getBirthDate
- Specified by:
getBirthDatein interfaceParticipantSPI- Returns:
- Returns the birthDate.
-
getAgeTo
- Specified by:
getAgeToin interfaceParticipantSPI- Returns:
- Returns the ageTo.
-
getAge
- Specified by:
getAgein interfaceParticipantSPI- Returns:
- Returns the age.
-