Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription Class Reference

Public Member Functions

 AttributeEventDescription (long time, String shortDescription, String medDescription, String fullDescription)
 
String getFullDescription ()
 
String getMedDescription ()
 
String getShortDescription ()
 
long getTime ()
 

Private Attributes

final String fullDescription
 
final String medDescription
 
final String shortDescription
 
final long time
 

Detailed Description

bundles the per event information derived from a BlackBoard Artifact into one object. Primarily used to have a single return value for ArtifactEventType::buildEventDescription(ArtifactEventType, BlackboardArtifact).

Definition at line 108 of file ArtifactEventType.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.AttributeEventDescription ( long  time,
String  shortDescription,
String  medDescription,
String  fullDescription 
)

Member Function Documentation

String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getFullDescription ( )
String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getMedDescription ( )
String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getShortDescription ( )
long org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.getTime ( )

Member Data Documentation

final String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.fullDescription
private
final String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.medDescription
private
final String org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.shortDescription
private
final long org.sleuthkit.autopsy.timeline.datamodel.eventtype.ArtifactEventType.AttributeEventDescription.time
private

The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.