org.fosstrak.epcis.repository.model
Class QuantityEvent

java.lang.Object
  extended by org.fosstrak.epcis.repository.model.EPCISEvent
      extended by org.fosstrak.epcis.repository.model.BaseEvent
          extended by 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

Constructor Summary
QuantityEvent()
           
 
Method Summary
 EPCClass getEpcClass()
           
 long getQuantity()
           
 void setEpcClass(EPCClass epcClass)
           
 void setQuantity(long quantity)
           
 
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
 

Constructor Detail

QuantityEvent

public QuantityEvent()
Method Detail

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.