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

Inherits Comparable< TagName >.

Classes

enum  HTML_COLOR
 

Public Member Functions

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

Private Attributes

final HTML_COLOR color
 
final String description
 
final String displayName
 
final long id
 

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 29 of file TagName.java.

Member Function Documentation

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

Compares this TagName to the other TagName by comparing their displayNames with String#compareTo(java.lang.String)

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

Definition at line 112 of file TagName.java.

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

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

Definition at line 100 of file TagName.java.

References org.sleuthkit.datamodel.TagName.color.

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

Definition at line 96 of file TagName.java.

References org.sleuthkit.datamodel.TagName.description.

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

Definition at line 88 of file TagName.java.

References org.sleuthkit.datamodel.TagName.id.

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

Definition at line 117 of file TagName.java.

Member Data Documentation

final HTML_COLOR org.sleuthkit.datamodel.TagName.color
private
final String org.sleuthkit.datamodel.TagName.description
private
final String org.sleuthkit.datamodel.TagName.displayName
private
final long org.sleuthkit.datamodel.TagName.id
private

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

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