Interface ParticipantSPI
- All Known Implementing Classes:
AllParticipant
,ParticipantImpl
,UnidentifiedParticipant
public interface ParticipantSPI
-
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
-
Method Details
-
getAge
-
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
- Parameters:
age
- The age to set.
-
setAgeTo
- Parameters:
ageTo
- The ageTo to set.
-
setBirthDate
- Parameters:
birthDate
- The birthDate to set.
-
setEducation
- Parameters:
education
- The education to set.
-
setGroup
- Parameters:
group
- The group to set.
-
setId
- Parameters:
id
- The id to set.
-
setLanguage
- Parameters:
language
- The language to set.
-
setName
- Parameters:
name
- The name to set.
-
setRole
- Parameters:
role
- The role to set.
-
setSES
- Parameters:
ses
- The sES to set.
-
setSex
- Parameters:
sex
- The sex to set.
-
setBirthplace
-
getBirthplace
String getBirthplace() -
setFirstLanguage
-
getFirstLanguage
String getFirstLanguage() -
setOther
-
getOther
String getOther()
-