Sleuth Kit Java Bindings (JNI)  4.4.1
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 ()
 
int hashCode ()
 

Private Attributes

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

Static Private Attributes

static final long serialVersionUID = 1L
 

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

References org.sleuthkit.datamodel.TagName.color.

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

Definition at line 99 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 91 of file TagName.java.

References org.sleuthkit.datamodel.TagName.id.

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

Definition at line 120 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
final long org.sleuthkit.datamodel.TagName.serialVersionUID = 1L
staticprivate

Definition at line 32 of file TagName.java.


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.