Package ca.phon.session.impl
Class ParticipantImpl
java.lang.Object
ca.phon.session.impl.ParticipantImpl
- All Implemented Interfaces:
ParticipantSPI
Basic participant implementation.
-
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
-
Method Details
-
getAge
- Specified by:
getAge
in interfaceParticipantSPI
- Returns:
- Returns the age.
-
setAge
- Specified by:
setAge
in interfaceParticipantSPI
- Parameters:
age
- The age to set.
-
getAgeTo
- Specified by:
getAgeTo
in interfaceParticipantSPI
- Returns:
- Returns the ageTo.
-
setAgeTo
- Specified by:
setAgeTo
in interfaceParticipantSPI
- Parameters:
ageTo
- The ageTo to set.
-
getBirthDate
- Specified by:
getBirthDate
in interfaceParticipantSPI
- Returns:
- Returns the birthDate.
-
setBirthDate
- Specified by:
setBirthDate
in interfaceParticipantSPI
- Parameters:
birthDate
- The birthDate to set.
-
getEducation
- Specified by:
getEducation
in interfaceParticipantSPI
- Returns:
- Returns the education.
-
setEducation
- Specified by:
setEducation
in interfaceParticipantSPI
- Parameters:
education
- The education to set.
-
getGroup
- Specified by:
getGroup
in interfaceParticipantSPI
- Returns:
- Returns the group.
-
setGroup
- Specified by:
setGroup
in interfaceParticipantSPI
- Parameters:
group
- The group to set.
-
getId
- Specified by:
getId
in interfaceParticipantSPI
- Returns:
- Returns the id.
-
setId
- Specified by:
setId
in interfaceParticipantSPI
- Parameters:
id
- The id to set.
-
getLanguage
- Specified by:
getLanguage
in interfaceParticipantSPI
- Returns:
- Returns the language.
-
setLanguage
- Specified by:
setLanguage
in interfaceParticipantSPI
- Parameters:
language
- The language to set.
-
getName
- Specified by:
getName
in interfaceParticipantSPI
- Returns:
- Returns the name.
-
setName
- Specified by:
setName
in interfaceParticipantSPI
- Parameters:
name
- The name to set.
-
getRole
- Specified by:
getRole
in interfaceParticipantSPI
- Returns:
- Returns the role.
-
setRole
- Specified by:
setRole
in interfaceParticipantSPI
- Parameters:
role
- The role to set.
-
getSES
- Specified by:
getSES
in interfaceParticipantSPI
- Returns:
- Returns the sES.
-
setSES
- Specified by:
setSES
in interfaceParticipantSPI
- Parameters:
ses
- The sES to set.
-
getSex
- Specified by:
getSex
in interfaceParticipantSPI
- Returns:
- Returns the sex.
-
setSex
- Specified by:
setSex
in interfaceParticipantSPI
- Parameters:
sex
- The sex to set.
-