public class ParticipantGroup
extends java.lang.Object
Constructor and Description |
---|
ParticipantGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
java.util.Set<java.lang.String> |
getParticipantIds() |
java.lang.Integer |
getRowId() |
void |
setDescription(java.lang.String description) |
void |
setLabel(java.lang.String label) |
void |
setParticipantIds(java.util.Set<java.lang.String> participantIds) |
void |
setRowId(java.lang.Integer rowId) |
public java.lang.Integer getRowId()
public void setRowId(java.lang.Integer rowId)
rowId
- the primary key value for the grouppublic java.util.Set<java.lang.String> getParticipantIds()
public void setParticipantIds(java.util.Set<java.lang.String> participantIds)
participantIds
- the ids of the members of the grouppublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- a short name for the grouppublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- a more verbose description of the group, compared with the label