org.fosstrak.epcis.repository.model
Class BaseEvent
java.lang.Object
org.fosstrak.epcis.repository.model.EPCISEvent
org.fosstrak.epcis.repository.model.BaseEvent
- Direct Known Subclasses:
- AggregationEvent, ObjectEvent, QuantityEvent, TransactionEvent
public abstract class BaseEvent
- extends EPCISEvent
A base event class that contains properties common to most events. This
extends the EPCISEvent type described in section 7 of the spec, providing
convenient access to shared data elements.
- Author:
- Sean Wellington
| 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 |
BaseEvent
public BaseEvent()
getId
public Long getId()
setId
public void setId(Long id)
getBizStep
public BusinessStepId getBizStep()
setBizStep
public void setBizStep(BusinessStepId bizStep)
getDisposition
public DispositionId getDisposition()
setDisposition
public void setDisposition(DispositionId disposition)
getReadPoint
public ReadPointId getReadPoint()
setReadPoint
public void setReadPoint(ReadPointId readPoint)
getBizLocation
public BusinessLocationId getBizLocation()
setBizLocation
public void setBizLocation(BusinessLocationId bizLocation)
getBizTransList
public List<BusinessTransaction> getBizTransList()
setBizTransList
public void setBizTransList(List<BusinessTransaction> bizTransList)
getExtensions
public List<EventFieldExtension> getExtensions()
setExtensions
public void setExtensions(List<EventFieldExtension> extensions)
Copyright © 2010. All Rights Reserved.