Class Idea


  • @Unstable
    public class Idea
    extends Object
    Represents a serializable version of a vote result.
    Since:
    1.14
    Version:
    $Id: b18d13c1c3f59765b6bb1ac4daed5d961292fc6d $
    • Field Detail

      • supporters

        protected final List<String> supporters
      • opponents

        protected final List<String> opponents
    • Constructor Detail

      • Idea

        public Idea()
    • Method Detail

      • getSupporters

        public List<String> getSupporters()
        Returns:
        the reference to the list of supporters
      • getOpponents

        public List<String> getOpponents()
        Returns:
        the reference to the list of opponents