org.fosstrak.epcis.repository.model
Class BaseEvent

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

Constructor Summary
BaseEvent()
           
 
Method Summary
 BusinessLocationId getBizLocation()
           
 BusinessStepId getBizStep()
           
 List<BusinessTransaction> getBizTransList()
           
 DispositionId getDisposition()
           
 List<EventFieldExtension> getExtensions()
           
 Long getId()
           
 ReadPointId getReadPoint()
           
 void setBizLocation(BusinessLocationId bizLocation)
           
 void setBizStep(BusinessStepId bizStep)
           
 void setBizTransList(List<BusinessTransaction> bizTransList)
           
 void setDisposition(DispositionId disposition)
           
 void setExtensions(List<EventFieldExtension> extensions)
           
 void setId(Long id)
           
 void setReadPoint(ReadPointId readPoint)
           
 
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

BaseEvent

public BaseEvent()
Method Detail

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.