pops.ale.epc.reports
Class ECReportGroupCount

java.lang.Object
  extended by pops.ale.epc.reports.ECReportGroupCount

public class ECReportGroupCount
extends java.lang.Object

An ECReportGroupCount is included in an ECReportGroup when the includeCount field of the corresponding ECReportOutputSpec is true.

Author:
pops, R.DAGHER

Constructor Summary
ECReportGroupCount()
          Constructor
ECReportGroupCount(int count)
          Constructor
 
Method Summary
 int getCount()
          Getter for count
 void setCount(int count)
          Setter for count
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECReportGroupCount

public ECReportGroupCount(int count)
Constructor

Parameters:
count -

ECReportGroupCount

public ECReportGroupCount()
Constructor

Method Detail

getCount

public int getCount()
Getter for count

Returns:
the count

setCount

public void setCount(int count)
Setter for count

Parameters:
count - the value to set