org.fosstrak.epcis.repository.model
Class AggregationEvent

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.AggregationEvent

public class AggregationEvent
extends BaseEvent

A aggregation event as defined in section 7.2.10 of the spec.

Author:
Sean Wellington

Constructor Summary
AggregationEvent()
           
 
Method Summary
 Action getAction()
           
 List<String> getChildEpcs()
           
 String getParentId()
           
 void setAction(Action action)
           
 void setChildEpcs(List<String> childEpcs)
           
 void setParentId(String parentId)
           
 
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

AggregationEvent

public AggregationEvent()
Method Detail

getAction

public Action getAction()

setAction

public void setAction(Action action)

getChildEpcs

public List<String> getChildEpcs()

setChildEpcs

public void setChildEpcs(List<String> childEpcs)

getParentId

public String getParentId()

setParentId

public void setParentId(String parentId)


Copyright © 2010. All Rights Reserved.