Autopsy  4.10.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 59 of file GetTagNameAndCommentDialog.java.

Constructor & Destructor Documentation

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

Definition at line 64 of file GetTagNameAndCommentDialog.java.

Member Function Documentation

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

Definition at line 73 of file GetTagNameAndCommentDialog.java.

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

Definition at line 69 of file GetTagNameAndCommentDialog.java.

Member Data Documentation

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

Definition at line 62 of file GetTagNameAndCommentDialog.java.

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

Definition at line 61 of file GetTagNameAndCommentDialog.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.