public static class IQueryNextroundInfo.NextroundInfo extends Object
Constructor and Description |
---|
IQueryNextroundInfo.NextroundInfo(Object cfp,
Object cfp_info,
IComponentIdentifier[] participants)
Create a nextround info object.
|
Modifier and Type | Method and Description |
---|---|
void |
addParticipant(IComponentIdentifier participant)
Add a participant.
|
Object |
getCfp()
Get the cfp object.
|
Object |
getCfpInfo()
Get the cfp_info object.
|
IComponentIdentifier[] |
getParticipants()
Get the participants.
|
void |
removeParticipant(IComponentIdentifier participant)
Remove a participant.
|
void |
setCfp(Object cfp)
Set the cfp object.
|
void |
setCfpInfo(Object cfp_info)
Set the cfp_info oobject.
|
public IQueryNextroundInfo.NextroundInfo(Object cfp, Object cfp_info, IComponentIdentifier[] participants)
public Object getCfp()
public void setCfp(Object cfp)
cfp
- The cfp object to set.public Object getCfpInfo()
public void setCfpInfo(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.Copyright © 2012. All Rights Reserved.