Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails Class Reference

Inherits org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.

Public Member Functions

boolean equals (Object obj)
 
BlackboardArtifact getArtifact ()
 
String getDateAsString ()
 
String getPath ()
 
String getSender ()
 
int hashCode ()
 

Private Attributes

final String sender
 

Detailed Description

Data model for recently attachments.

Definition at line 412 of file RecentFilesSummary.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.equals ( Object  obj)
BlackboardArtifact org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getArtifact ( )
inherited
String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getDateAsString ( )
inherited

Returns the formatted date because the JTablePanel render assumes only string data.

Returns
Formatted date time.

Definition at line 348 of file RecentFilesSummary.java.

String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getPath ( )
inherited
String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.getSender ( )

Return the sender of the attached file.

Returns
The sender of the attached file or empty string if not available.

Definition at line 437 of file RecentFilesSummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.sender.

Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.equals().

int org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.hashCode ( )

Definition at line 454 of file RecentFilesSummary.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.sender
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.