Package nxt
Class Vote
- java.lang.Object
-
- nxt.Vote
-
public final class Vote extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
getCount()
long
getId()
long
getPollId()
static Vote
getVote(long id)
static Vote
getVote(long pollId, long voterId)
byte[]
getVoteBytes()
long
getVoterId()
static DbIterator<Vote>
getVotes(long pollId, int from, int to)
-
-
-
Method Detail
-
getCount
public static int getCount()
-
getVote
public static Vote getVote(long id)
-
getVotes
public static DbIterator<Vote> getVotes(long pollId, int from, int to)
-
getVote
public static Vote getVote(long pollId, long voterId)
-
getId
public long getId()
-
getPollId
public long getPollId()
-
getVoterId
public long getVoterId()
-
getVoteBytes
public byte[] getVoteBytes()
-
-