pops.ale.epc.spec
Class ECGroupSpec

java.lang.Object
  extended by pops.ale.epc.spec.ECGroupSpec

public class ECGroupSpec
extends java.lang.Object

ECGroupSpec defines how filtered EPCs are grouped together for reporting.

Author:
pops, R.DAGHER

Constructor Summary
ECGroupSpec()
          Constructor
ECGroupSpec(ECFieldSpec fieldspec, java.lang.String[] patternList)
          Constructor
 
Method Summary
 ECFieldSpec getFieldspec()
          Getter for fieldspec
 java.lang.String[] getPatternList()
          Getter for patternList
 void setFieldspec(ECFieldSpec fieldspec)
          Setter for fieldspec
 void setPatternList(java.lang.String[] patternList)
          Setter for patternList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECGroupSpec

public ECGroupSpec(ECFieldSpec fieldspec,
                   java.lang.String[] patternList)
Constructor

Parameters:
fieldspec -
patternList -

ECGroupSpec

public ECGroupSpec()
Constructor

Method Detail

getFieldspec

public ECFieldSpec getFieldspec()
Getter for fieldspec

Returns:
the fieldspec

getPatternList

public java.lang.String[] getPatternList()
Getter for patternList

Returns:
the patternList

setFieldspec

public void setFieldspec(ECFieldSpec fieldspec)
Setter for fieldspec

Parameters:
fieldspec - the value to set

setPatternList

public void setPatternList(java.lang.String[] patternList)
Setter for patternList

Parameters:
patternList - the value to set