org.mmbase.poll
Class Total
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Total
public Total()
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