Autopsy  4.19.3
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 ()
 
Long getDateAsLong ()
 
String getDateAsString ()
 
String getPath ()
 
String getSender ()
 
int hashCode ()
 

Private Attributes

final String sender
 

Detailed Description

Data model for recently attachments.

Definition at line 394 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
Long org.sleuthkit.autopsy.datasourcesummary.datamodel.RecentFilesSummary.RecentFileDetails.getDateAsLong ( )
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 330 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 419 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 436 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-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.