inescID.revs.xml
Class ParsedBallot

java.lang.Object
  extended byinescID.revs.xml.ParsedBallot

public class ParsedBallot
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2002

Company Inesc-ID


Field Summary
(package private)  java.util.Vector ballot_description
           
(package private)  java.util.Vector ballot_groups
           
(package private)  int election
           
 
Constructor Summary
ParsedBallot()
           
 
Method Summary
 void addGroup(BallotGroup group)
           
 java.util.Vector getDescription()
           
 int getElection()
           
 java.util.Vector getGroups()
           
 void setDescription(java.util.Vector description)
           
 void setElection(int election)
           
 void setGroups(java.util.Vector groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

election

int election

ballot_description

java.util.Vector ballot_description

ballot_groups

java.util.Vector ballot_groups
Constructor Detail

ParsedBallot

public ParsedBallot()
Method Detail

setElection

public void setElection(int election)

getElection

public int getElection()

setDescription

public void setDescription(java.util.Vector description)

getDescription

public java.util.Vector getDescription()

setGroups

public void setGroups(java.util.Vector groups)

addGroup

public void addGroup(BallotGroup group)

getGroups

public java.util.Vector getGroups()