com.jalios.jcms
Class IntegerFormReport
java.lang.Object
  
com.jalios.jcms.IntegerFormReport
public class IntegerFormReport
- extends Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
REVISION
public static final String REVISION
- See Also:
 - Constant Field Values
 
IntegerFormReport
public IntegerFormReport(int size,
                         long sum,
                         int min,
                         int max)
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.