Autopsy  4.7.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 61 of file GetTagNameAndCommentDialog.java.

Constructor & Destructor Documentation

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

Definition at line 66 of file GetTagNameAndCommentDialog.java.

Member Function Documentation

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

Definition at line 75 of file GetTagNameAndCommentDialog.java.

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

Definition at line 71 of file GetTagNameAndCommentDialog.java.

Member Data Documentation

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

Definition at line 64 of file GetTagNameAndCommentDialog.java.

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

Definition at line 63 of file GetTagNameAndCommentDialog.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.