Package nxt.voting

Class PollHome.Poll

java.lang.Object
nxt.voting.AbstractPoll
nxt.voting.PollHome.Poll
Enclosing class:
PollHome

public final class PollHome.Poll extends AbstractPoll
  • Method Details

    • getResults

      public List<PollHome.OptionResult> getResults(VoteWeighting voteWeighting)
    • getVoteWeighting

      public VoteWeighting getVoteWeighting()
    • getResults

      public List<PollHome.OptionResult> getResults()
    • getVotes

      public DbIterator<VoteHome.Vote> getVotes()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getOptions

      public String[] getOptions()
    • getMinNumberOfOptions

      public byte getMinNumberOfOptions()
    • getMaxNumberOfOptions

      public byte getMaxNumberOfOptions()
    • getMinRangeValue

      public byte getMinRangeValue()
    • getMaxRangeValue

      public byte getMaxRangeValue()
    • getTimestamp

      public int getTimestamp()
    • isFinished

      public boolean isFinished()
    • getChildChain

      public ChildChain getChildChain()