public class EventEntity
extends java.lang.Object
| Constructor and Description |
|---|
EventEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
EventCollectionEntity |
getEventCollectionByEventCollectionId() |
byte[] |
getEventCollectionId() |
java.util.Collection<EventHasAttributeEntity> |
getEventHasAttributesById() |
byte[] |
getId() |
java.util.Collection<TraceHasEventEntity> |
getTraceHasEventsById() |
int |
hashCode() |
void |
setEventCollectionByEventCollectionId(EventCollectionEntity eventCollectionByEventCollectionId) |
void |
setEventCollectionId(byte[] eventCollectionId) |
void |
setEventHasAttributesById(java.util.Collection<EventHasAttributeEntity> eventHasAttributesById) |
void |
setId(byte[] id) |
void |
setTraceHasEventsById(java.util.Collection<TraceHasEventEntity> traceHasEventsById) |
public byte[] getId()
public void setId(byte[] id)
public byte[] getEventCollectionId()
public void setEventCollectionId(byte[] eventCollectionId)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic EventCollectionEntity getEventCollectionByEventCollectionId()
public void setEventCollectionByEventCollectionId(EventCollectionEntity eventCollectionByEventCollectionId)
public java.util.Collection<EventHasAttributeEntity> getEventHasAttributesById()
public void setEventHasAttributesById(java.util.Collection<EventHasAttributeEntity> eventHasAttributesById)
public java.util.Collection<TraceHasEventEntity> getTraceHasEventsById()
public void setTraceHasEventsById(java.util.Collection<TraceHasEventEntity> traceHasEventsById)