Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.TagNameAndComment Class Reference

Public Member Functions

String getComment ()
 
TagName getTagName ()
 

Private Member Functions

 TagNameAndComment (TagName tagName, String comment)
 

Private Attributes

final String comment
 
final TagName tagName
 

Detailed Description

Definition at line 58 of file GetTagNameAndCommentDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.TagNameAndComment.TagNameAndComment ( TagName  tagName,
String  comment 
)
private

Definition at line 63 of file GetTagNameAndCommentDialog.java.

Member Function Documentation

String org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.TagNameAndComment.getComment ( )

Definition at line 72 of file GetTagNameAndCommentDialog.java.

TagName org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.TagNameAndComment.getTagName ( )

Definition at line 68 of file GetTagNameAndCommentDialog.java.

Member Data Documentation

final String org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.TagNameAndComment.comment
private

Definition at line 61 of file GetTagNameAndCommentDialog.java.

final TagName org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.TagNameAndComment.tagName
private

Definition at line 60 of file GetTagNameAndCommentDialog.java.


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

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