public final class Vote
extends java.lang.Object
Modifier and Type | Method and 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) |
public static int getCount()
public static Vote getVote(long id)
public static DbIterator<Vote> getVotes(long pollId, int from, int to)
public static Vote getVote(long pollId, long voterId)
public long getId()
public long getPollId()
public long getVoterId()
public byte[] getVoteBytes()