Autopsy  4.16.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)
 
String getDateAsString ()
 
String getPath ()
 
String getSender ()
 
int hashCode ()
 

Private Attributes

final String sender
 

Detailed Description

Data model for recently attachments.

Definition at line 414 of file RecentFilesSummary.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentAttachmentDetails.equals ( Object  obj)
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 357 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 438 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 455 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-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.