public class PhasingVote
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| long | getPhasedTransactionId() | 
| static PhasingVote | getVote(long phasedTransactionId,
       long voterId) | 
| static long | getVoteCount(long phasedTransactionId) | 
| long | getVoteId() | 
| long | getVoterId() | 
| static DbIterator<PhasingVote> | getVotes(long phasedTransactionId,
        int from,
        int to) | 
public static DbIterator<PhasingVote> getVotes(long phasedTransactionId, int from, int to)
public static PhasingVote getVote(long phasedTransactionId, long voterId)
public static long getVoteCount(long phasedTransactionId)
public long getPhasedTransactionId()
public long getVoterId()
public long getVoteId()