org.fosstrak.epcis.repository.model
Class QuantityEvent
java.lang.Object
org.fosstrak.epcis.repository.model.EPCISEvent
org.fosstrak.epcis.repository.model.BaseEvent
org.fosstrak.epcis.repository.model.QuantityEvent
public class QuantityEvent
- extends BaseEvent
A quantity event as defined in section 7.2.11 of the spec.
- Author:
- Sean Wellington
| Methods inherited from class org.fosstrak.epcis.repository.model.BaseEvent |
getBizLocation, getBizStep, getBizTransList, getDisposition, getExtensions, getId, getReadPoint, setBizLocation, setBizStep, setBizTransList, setDisposition, setExtensions, setId, setReadPoint |
| Methods inherited from class org.fosstrak.epcis.repository.model.EPCISEvent |
getEventTime, getEventTimeMs, getEventTimeZoneOffset, getRecordTime, getRecordTimeMs, setEventTime, setEventTime, setEventTimeMs, setEventTimeZoneOffset, setRecordTime, setRecordTime, setRecordTimeMs |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuantityEvent
public QuantityEvent()
getEpcClass
public EPCClass getEpcClass()
setEpcClass
public void setEpcClass(EPCClass epcClass)
getQuantity
public long getQuantity()
setQuantity
public void setQuantity(long quantity)
Copyright © 2010. All Rights Reserved.