|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.epc.reports.ECReaderStat
public class ECReaderStat
An ECReaderStat
contains information about sightings of a Tag by a
particular Reader. An ALE implementation MAY use a subclass of this type to provide
information about a Reader’s interaction with a Tag that is not specific to a
particular sighting.
For example, a subclass of this type might provide timestamps for
the first and last time the Tag was sighted by the Reader, or the total number of
sightings of the Tag by that Reader.
Constructor Summary | |
---|---|
ECReaderStat(java.lang.String readerName,
ECSightingStat[] sightings)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getReaderName()
Getter for readerName |
ECSightingStat[] |
getSightings()
Getter for sightings |
void |
setReaderName(java.lang.String readerName)
Setter for readerName |
void |
setSightings(ECSightingStat[] sightings)
Setter for sightings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECReaderStat(java.lang.String readerName, ECSightingStat[] sightings)
readerName
- sightings
- Method Detail |
---|
public java.lang.String getReaderName()
public ECSightingStat[] getSightings()
public void setReaderName(java.lang.String readerName)
readerName
- the value to setpublic void setSightings(ECSightingStat[] sightings)
sightings
- the value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |