public class ParticipantModel
extends java.lang.Object
Constructor and Description |
---|
ParticipantModel(SingleSelectionModel<MultiPartyProtocolRepItem> protocolModel) |
Modifier and Type | Method and Description |
---|---|
TextModel |
getIdModel() |
Participant |
getParticipant() |
SingleSelectionModel<ParticipantRepItem> |
getPartyModel() |
SingleSelectionModel<ProfileRepItem> |
getProfileModel() |
void |
increment()
Try to Automatically increment the current ID, strategy and profile.
|
public ParticipantModel(SingleSelectionModel<MultiPartyProtocolRepItem> protocolModel)
protocolModel
- holding the protocol that this participant has to use.public TextModel getIdModel()
public SingleSelectionModel<ParticipantRepItem> getPartyModel()
public SingleSelectionModel<ProfileRepItem> getProfileModel()
public void increment()
public Participant getParticipant()
Participant
as set at this moment in this model