Class EventItem
-
- All Implemented Interfaces:
-
java.io.Serializable
public class EventItem implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public EventItemTypeFactory.EventItemType
itemType
public EventLevel
itemLevel
public Date
itemStartTime
public Location
itemStartLocation
public Date
itemEndTime
public Location
itemEndLocation
public Double
itemDistance
public Double
itemDuration
public Double
itemSpeedLimit
public String
itemReason
-
Constructor Summary
Constructors Constructor Description EventItem()
-