votorola.a.election
Class WP_Election.ElectionFetcher

java.lang.Object
  extended by WP_Election.ElectionFetcher
All Implemented Interfaces:
Serializable
Enclosing class:
WP_Election

@ThreadRestricted(value="wicket")
static final class WP_Election.ElectionFetcher
extends Object
implements Serializable

A serializeable container for an election and its latest count.


Constructor Summary
WP_Election.ElectionFetcher(PageParameters parameters, VRequestCycle cycle)
           
 
Method Summary
 Count countToReport()
           
 Election election()
           
 Election election(VRequestCycle cycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WP_Election.ElectionFetcher

WP_Election.ElectionFetcher(PageParameters parameters,
                            VRequestCycle cycle)
Method Detail

countToReport

public Count countToReport()

election

public Election election()

election

public Election election(VRequestCycle cycle)