Package org.labkey.remoteapi.study
Class ParticipantGroup
java.lang.Object
org.labkey.remoteapi.study.ParticipantGroup
- Direct Known Subclasses:
UpdateParticipantGroupCommand.UpdatedParticipantGroup
A client-side representation of a participant group from a study on the server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getRowId()
void
setDescription
(String description) void
void
setParticipantIds
(Set<String> participantIds) void
-
Constructor Details
-
ParticipantGroup
public ParticipantGroup()
-
-
Method Details
-
getRowId
- Returns:
- the primary key value for the group
-
setRowId
- Parameters:
rowId
- the primary key value for the group
-
getParticipantIds
- Returns:
- the ids of the members of the group
-
setParticipantIds
- Parameters:
participantIds
- the ids of the members of the group
-
getLabel
- Returns:
- a short name for the group
-
setLabel
- Parameters:
label
- a short name for the group
-
getDescription
- Returns:
- a more verbose description of the group, compared with the label
-
setDescription
- Parameters:
description
- a more verbose description of the group, compared with the label
-