org.fosstrak.epcis.repository.model
Class AggregationEvent
java.lang.Object
org.fosstrak.epcis.repository.model.EPCISEvent
org.fosstrak.epcis.repository.model.BaseEvent
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
| 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 |
AggregationEvent
public AggregationEvent()
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.