Sleuth Kit Java Bindings (JNI)  4.6
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TagName Class Reference

Inherits Comparable< TagName >, and Serializable.

Classes

enum  HTML_COLOR
 

Public Member Functions

int compareTo (TagName other)
 
boolean equals (Object obj)
 
HTML_COLOR getColor ()
 
String getDescription ()
 
String getDisplayName ()
 
long getId ()
 
TskData.FileKnown getKnownStatus ()
 
int hashCode ()
 

Detailed Description

Instances of this class are data transfer objects (DTOs) that represent the names (and related properties) a user can select from to apply a tag to content or a blackboard artifact.

Definition at line 30 of file TagName.java.

Member Function Documentation

int org.sleuthkit.datamodel.TagName.compareTo ( TagName  other)

Compares two TagName objects by comparing their display names.

Parameters
otherThe other TagName to compare this TagName to
Returns
the result of calling compareTo on the displayNames

Definition at line 121 of file TagName.java.

References org.sleuthkit.datamodel.TagName.getDisplayName().

boolean org.sleuthkit.datamodel.TagName.equals ( Object  obj)

Definition at line 137 of file TagName.java.

HTML_COLOR org.sleuthkit.datamodel.TagName.getColor ( )

Definition at line 105 of file TagName.java.

String org.sleuthkit.datamodel.TagName.getDescription ( )

Definition at line 101 of file TagName.java.

String org.sleuthkit.datamodel.TagName.getDisplayName ( )

Definition at line 97 of file TagName.java.

Referenced by org.sleuthkit.datamodel.TagName.compareTo().

long org.sleuthkit.datamodel.TagName.getId ( )

Definition at line 93 of file TagName.java.

TskData.FileKnown org.sleuthkit.datamodel.TagName.getKnownStatus ( )

Definition at line 109 of file TagName.java.

int org.sleuthkit.datamodel.TagName.hashCode ( )

Definition at line 126 of file TagName.java.


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

Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.