Class Event
-
- All Implemented Interfaces:
-
java.io.Serializable
public class Event implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public EventType
eventType
public Date
eventTime
public Location
eventLocation
public String
eventLevel
public List<EventItem>
eventDetails
public Double
eventDistance
public Double
eventDuration
public Double
eventDeltaChange
public String
eventReason
-
Constructor Summary
Constructors Constructor Description Event()
-