Package ca.phon.session
Class UnidentifiedParticipant
java.lang.Object
ca.phon.session.UnidentifiedParticipant
- All Implemented Interfaces:
ParticipantSPI
A participant implementation for 'unidentified' or unknown participants.
Property values for instances of this class cannot be modified.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAgeTo()
getGroup()
getId()
getName()
getRole()
getSES()
getSex()
void
void
void
setBirthDate
(LocalDate birthDate) void
setEducation
(String education) void
void
void
setLanguage
(String language) void
void
setRole
(ParticipantRole role) void
void
-
Constructor Details
-
UnidentifiedParticipant
public UnidentifiedParticipant()
-
-
Method Details
-
setSex
- Specified by:
setSex
in interfaceParticipantSPI
- Parameters:
sex
- The sex to set.
-
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.
-