Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Encapsulates the concept of an examiner.
Definition at line 26 of file CentralRepoExaminer.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.CentralRepoExaminer | ( | long | id, |
String | loginName | ||
) |
Definition at line 31 of file CentralRepoExaminer.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.id, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.loginName.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.equals().
boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.equals | ( | Object | obj | ) |
Definition at line 63 of file CentralRepoExaminer.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.CentralRepoExaminer(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.getId(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.getLoginName().
long org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.getId | ( | ) |
Returns the id.
Definition at line 41 of file CentralRepoExaminer.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.id.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.Persona.createPersona(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.equals().
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.getLoginName | ( | ) |
Returns the login name of examiner.
Definition at line 50 of file CentralRepoExaminer.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.loginName.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.equals(), and org.sleuthkit.autopsy.centralrepository.persona.PersonaDetailsPanel.loadPersona().
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.hashCode | ( | ) |
Definition at line 55 of file CentralRepoExaminer.java.
|
private |
Definition at line 28 of file CentralRepoExaminer.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.CentralRepoExaminer(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.getId().
|
private |
Definition at line 29 of file CentralRepoExaminer.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.CentralRepoExaminer(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoExaminer.getLoginName().
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.