Class IQueryNextroundInfo.NextroundInfo

  • Enclosing interface:
    IQueryNextroundInfo

    public static class IQueryNextroundInfo.NextroundInfo
    extends java.lang.Object
    An object encapsulating the nextround info.
    • Field Detail

      • cfp

        protected java.lang.Object cfp
        The cfp object.
      • cfp_info

        protected java.lang.Object cfp_info
        The cfp_info object.
      • participants

        protected java.util.List participants
        The cfp object.
    • Constructor Detail

      • NextroundInfo

        public NextroundInfo​(java.lang.Object cfp,
                             java.lang.Object cfp_info,
                             IComponentIdentifier[] participants)
        Create a nextround info object.
    • Method Detail

      • getCfp

        public java.lang.Object getCfp()
        Get the cfp object.
        Returns:
        Returns the cfp object.
      • setCfp

        public void setCfp​(java.lang.Object cfp)
        Set the cfp object.
        Parameters:
        cfp - The cfp object to set.
      • getCfpInfo

        public java.lang.Object getCfpInfo()
        Get the cfp_info object.
        Returns:
        Returns the cfp_info object.
      • setCfpInfo

        public void setCfpInfo​(java.lang.Object cfp_info)
        Set the cfp_info oobject.
        Parameters:
        cfp_info - The cfp_info object.
      • getParticipants

        public IComponentIdentifier[] getParticipants()
        Get the participants.
        Returns:
        Returns the participants.
      • addParticipant

        public void addParticipant​(IComponentIdentifier participant)
        Add a participant.
        Parameters:
        participant - The participants to add.
      • removeParticipant

        public void removeParticipant​(IComponentIdentifier participant)
        Remove a participant.
        Parameters:
        participant - The participants to remove.