19 package org.sleuthkit.autopsy.timeline.events;
67 return medDescription;
71 return shortDescription;
74 public TimeLineEvent(Long eventID, Long objID, Long artifactID, Long time,
83 this.medDescription = medDescription;
84 this.shortDescription = shortDescription;
TskData.FileKnown getKnown()
TimeLineEvent(Long eventID, Long objID, Long artifactID, Long time, EventType type, String fullDescription, String medDescription, String shortDescription, TskData.FileKnown known)
final String fullDescription
String getShortDescription()
String getMedDescription()
String getFullDescription()
final TskData.FileKnown known