public static class IQueryNextroundInfo.NextroundInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
cfp
The cfp object.
|
protected java.lang.Object |
cfp_info
The cfp_info object.
|
protected java.util.List |
participants
The cfp object.
|
Constructor and Description |
---|
NextroundInfo(java.lang.Object cfp,
java.lang.Object cfp_info,
IComponentIdentifier[] participants)
Create a nextround info object.
|
Modifier and Type | Method and Description |
---|---|
void |
addParticipant(IComponentIdentifier participant)
Add a participant.
|
java.lang.Object |
getCfp()
Get the cfp object.
|
java.lang.Object |
getCfpInfo()
Get the cfp_info object.
|
IComponentIdentifier[] |
getParticipants()
Get the participants.
|
void |
removeParticipant(IComponentIdentifier participant)
Remove a participant.
|
void |
setCfp(java.lang.Object cfp)
Set the cfp object.
|
void |
setCfpInfo(java.lang.Object cfp_info)
Set the cfp_info oobject.
|
protected java.lang.Object cfp
protected java.lang.Object cfp_info
protected java.util.List participants
public NextroundInfo(java.lang.Object cfp, java.lang.Object cfp_info, IComponentIdentifier[] participants)
public java.lang.Object getCfp()
public void setCfp(java.lang.Object cfp)
cfp
- The cfp object to set.public java.lang.Object getCfpInfo()
public void setCfpInfo(java.lang.Object cfp_info)
cfp_info
- The cfp_info object.public IComponentIdentifier[] getParticipants()
public void addParticipant(IComponentIdentifier participant)
participant
- The participants to add.public void removeParticipant(IComponentIdentifier participant)
participant
- The participants to remove.