inescID.revs.util
Class TransferDistributor

java.lang.Object
  extended byinescID.revs.util.TransferDistributor
All Implemented Interfaces:
java.io.Serializable

public class TransferDistributor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  ConfigurationDates configuration
           
(package private)  java.util.Vector elections
           
(package private)  java.util.Vector signed_ballots
           
(package private)  java.util.Vector voters
           
(package private)  java.util.Vector voters_groups
           
 
Constructor Summary
TransferDistributor(java.util.Vector ballots, java.util.Vector groups, java.util.Vector elections, java.util.Vector voters, ConfigurationDates configuration)
           
 
Method Summary
 java.util.Vector getBallots()
           
 ConfigurationDates getConfiguration()
           
 java.util.Vector getElections()
           
 java.util.Vector getVoters()
           
 java.util.Vector getVotersGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signed_ballots

java.util.Vector signed_ballots

voters_groups

java.util.Vector voters_groups

elections

java.util.Vector elections

voters

java.util.Vector voters

configuration

ConfigurationDates configuration
Constructor Detail

TransferDistributor

public TransferDistributor(java.util.Vector ballots,
                           java.util.Vector groups,
                           java.util.Vector elections,
                           java.util.Vector voters,
                           ConfigurationDates configuration)
Method Detail

getBallots

public java.util.Vector getBallots()

getVotersGroups

public java.util.Vector getVotersGroups()

getElections

public java.util.Vector getElections()

getVoters

public java.util.Vector getVoters()

getConfiguration

public ConfigurationDates getConfiguration()