pops.ale.epc.reports
Class ECReportGroup

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

public class ECReportGroup
extends java.lang.Object

ECReportGroup represents one group within an ECReport.

Author:
pops, R.DAGHER

Constructor Summary
ECReportGroup()
          Constructor
ECReportGroup(java.lang.String groupName, ECReportGroupList groupList, ECReportGroupCount groupCount)
          Constructor
 
Method Summary
 ECReportGroupCount getGroupCount()
          Getter for groupCount
 ECReportGroupList getGroupList()
          Getter for groupList
 java.lang.String getGroupName()
          Getter for groupName
 void setGroupCount(ECReportGroupCount groupCount)
          Setter for groupCount
 void setGroupList(ECReportGroupList groupList)
          Setter for groupList
 void setGroupName(java.lang.String groupName)
          Setter for groupName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECReportGroup

public ECReportGroup(java.lang.String groupName,
                     ECReportGroupList groupList,
                     ECReportGroupCount groupCount)
Constructor

Parameters:
groupName -
groupList -
groupCount -

ECReportGroup

public ECReportGroup()
Constructor

Method Detail

getGroupName

public java.lang.String getGroupName()
Getter for groupName

Returns:
the groupName

getGroupList

public ECReportGroupList getGroupList()
Getter for groupList

Returns:
the groupList

getGroupCount

public ECReportGroupCount getGroupCount()
Getter for groupCount

Returns:
the groupCount

setGroupName

public void setGroupName(java.lang.String groupName)
Setter for groupName

Parameters:
groupName - the value to set

setGroupList

public void setGroupList(ECReportGroupList groupList)
Setter for groupList

Parameters:
groupList - the value to set

setGroupCount

public void setGroupCount(ECReportGroupCount groupCount)
Setter for groupCount

Parameters:
groupCount - the value to set