pops.ale.epc.reports
Class ECReportGroupListMember

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

public class ECReportGroupListMember
extends java.lang.Object

This class represents information related to reading a single tag.

Author:
pops, R.DAGHER

Constructor Summary
ECReportGroupListMember()
          Constructor
ECReportGroupListMember(java.lang.String epc, java.lang.String tag, java.lang.String rawHex, java.lang.String rawDecimal, ECReportMemberField fieldList, ECTagStat stats, byte[] tagId)
          Constructor
 
Method Summary
 java.lang.String getEpc()
          Getter for epc
 ECReportMemberField getFieldList()
          Getter for fieldList
 java.lang.String getRawDecimal()
          Getter for rawDecimal
 java.lang.String getRawHex()
          Getter for rawHex
 ECTagStat getStats()
          Getter for stats
 java.lang.String getTag()
          Getter for tag
 byte[] getTagId()
          Getter for tagId
 void setEpc(java.lang.String epc)
          Setter for epc
 void setFieldList(ECReportMemberField fieldList)
          Setter for fieldList
 void setRawDecimal(java.lang.String rawDecimal)
          Setter for rawDecimal
 void setRawHex(java.lang.String rawHex)
          Setter for rawHex
 void setStats(ECTagStat stats)
          Setter for stats
 void setTag(java.lang.String tag)
          Setter for tag
 void setTagId(byte[] tagId)
          Setter for tagId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECReportGroupListMember

public ECReportGroupListMember(java.lang.String epc,
                               java.lang.String tag,
                               java.lang.String rawHex,
                               java.lang.String rawDecimal,
                               ECReportMemberField fieldList,
                               ECTagStat stats,
                               byte[] tagId)
Constructor

Parameters:
epc -
tag -
rawHex -
rawDecimal -
fieldList -
stats -
tagId -

ECReportGroupListMember

public ECReportGroupListMember()
Constructor

Method Detail

getEpc

public java.lang.String getEpc()
Getter for epc

Returns:
the epc

getTag

public java.lang.String getTag()
Getter for tag

Returns:
the tag

getRawHex

public java.lang.String getRawHex()
Getter for rawHex

Returns:
the rawHex

getRawDecimal

public java.lang.String getRawDecimal()
Getter for rawDecimal

Returns:
the rawDecimal

getFieldList

public ECReportMemberField getFieldList()
Getter for fieldList

Returns:
the fieldList

getStats

public ECTagStat getStats()
Getter for stats

Returns:
the stats

setEpc

public void setEpc(java.lang.String epc)
Setter for epc

Parameters:
epc - the value to set

setTag

public void setTag(java.lang.String tag)
Setter for tag

Parameters:
tag - the value to set

setRawHex

public void setRawHex(java.lang.String rawHex)
Setter for rawHex

Parameters:
rawHex - the value to set

setRawDecimal

public void setRawDecimal(java.lang.String rawDecimal)
Setter for rawDecimal

Parameters:
rawDecimal - the value to set

setFieldList

public void setFieldList(ECReportMemberField fieldList)
Setter for fieldList

Parameters:
fieldList - the value to set

setStats

public void setStats(ECTagStat stats)
Setter for stats

Parameters:
stats - the value to set

getTagId

public byte[] getTagId()
Getter for tagId

Returns:
the tagId

setTagId

public void setTagId(byte[] tagId)
Setter for tagId

Parameters:
tagId - the value to set