com.jalios.jcms
Class IntegerFormReport

java.lang.Object
  extended by com.jalios.jcms.IntegerFormReport

public class IntegerFormReport
extends Object


Field Summary
static String REVISION
           
 
Constructor Summary
IntegerFormReport(int size, long sum, int min, int max)
           
 
Method Summary
 double getAverage()
           
 int getMax()
           
 int getMin()
           
 int getSize()
           
 long getSum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

IntegerFormReport

public IntegerFormReport(int size,
                         long sum,
                         int min,
                         int max)
Method Detail

getSize

public int getSize()
Returns:
the size
Since:
jcms-4.0

getMin

public int getMin()
Returns:
the min value
Since:
jcms-4.0

getMax

public int getMax()
Returns:
the max value
Since:
jcms-4.0

getSum

public long getSum()
Returns:
the sum
Since:
jcms-4.0

getAverage

public double getAverage()
Returns:
the average value
Since:
jcms-4.0


Copyright © 2001-2007 Jalios SA. All Rights Reserved.