Class ParticipantGroup

java.lang.Object
org.labkey.remoteapi.study.ParticipantGroup
Direct Known Subclasses:
UpdateParticipantGroupCommand.UpdatedParticipantGroup

public class ParticipantGroup extends Object
A client-side representation of a participant group from a study on the server.
  • Constructor Details

    • ParticipantGroup

      public ParticipantGroup()
  • Method Details

    • getRowId

      public Integer getRowId()
      Returns:
      the primary key value for the group
    • setRowId

      public void setRowId(Integer rowId)
      Parameters:
      rowId - the primary key value for the group
    • getParticipantIds

      public Set<String> getParticipantIds()
      Returns:
      the ids of the members of the group
    • setParticipantIds

      public void setParticipantIds(Set<String> participantIds)
      Parameters:
      participantIds - the ids of the members of the group
    • getLabel

      public String getLabel()
      Returns:
      a short name for the group
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - a short name for the group
    • getDescription

      public String getDescription()
      Returns:
      a more verbose description of the group, compared with the label
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - a more verbose description of the group, compared with the label