org.mmbase.poll
Class Total

Package class diagram package Total
java.lang.Object
  extended by org.mmbase.poll.Total

public final class Total
extends Object

A Node-function on the 'poll' builder, which simply calculates the total number of given answers.

Since:
MMBase-1.8
Version:
$Id: Total.java 35620 2009-06-03 13:46:59Z michiel $
Author:
Michiel Meeuwissen

Constructor Summary
Total()
           
 
Method Summary
 boolean getCalculate()
           
 void setCalculate(Boolean b)
           
 void setNode(Node node)
          Makes this bean useable as a Node function.
 int total()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Total

public Total()
Method Detail

setNode

public void setNode(Node node)
Makes this bean useable as a Node function.


setCalculate

public void setCalculate(Boolean b)

getCalculate

public boolean getCalculate()

total

public int total()


MMBase Poll 2.0-SNAPSHOT - 2013-03-30T06:52