@MappedSuperclass public class TrackToken extends Track
Token
implementation of Track
where the Track.getEntityId()
is Token.getId()
and Track.getEventName()
is usually FlowState.getFlowStatus()
Constructor and Description |
---|
TrackToken() |
TrackToken(String json) |
TrackToken(Track t) |
Modifier and Type | Method and Description |
---|---|
String |
getEntityGUID()
GUID for entity |
void |
setEntityGUID(String entityGUID)
GUID for entity |
equals, getEntityId, getEventName, getId, getMetaJSON, getNamespace, getOccured, getPersistDateTime, hashCode, setEntityId, setEventName, setId, setMetaJSON, setNamespace, setOccured, setPersistDateTime
public TrackToken()
public TrackToken(String json)
public TrackToken(Track t)
public String getEntityGUID()
GUID
for entitygetEntityGUID
in class Track
public void setEntityGUID(String entityGUID)
GUID
for entitysetEntityGUID
in class Track
Copyright © 2018. All rights reserved.