Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer Class Reference

Public Member Functions

 CentralRepoExaminer (long id, String loginName)
 
boolean equals (Object obj)
 
long getId ()
 
String getLoginName ()
 
int hashCode ()
 

Private Attributes

final long id
 
final String loginName
 

Detailed Description

Encapsulates the concept of an examiner.

Definition at line 26 of file CentralRepoExaminer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.CentralRepoExaminer ( long  id,
String  loginName 
)

Member Function Documentation

boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.equals ( Object  obj)
long org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.getId ( )
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.getLoginName ( )
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.hashCode ( )

Definition at line 55 of file CentralRepoExaminer.java.

Member Data Documentation

final long org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.id
private
final String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.loginName
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.