Autopsy  4.19.3
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.CentralRepoAccount.CentralRepoAccountType Class Reference

Public Member Functions

boolean equals (Object obj)
 
int getAccountTypeId ()
 
Account.Type getAcctType ()
 
int getCorrelationTypeId ()
 
int hashCode ()
 

Private Attributes

final int accountTypeId
 
final Account.Type acctType
 
final int correlationTypeId
 

Detailed Description

Encapsulates a central repo account type and the correlation type that it maps to.

Definition at line 50 of file CentralRepoAccount.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.equals ( Object  obj)
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getAccountTypeId ( )
Account.Type org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getAcctType ( )
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getCorrelationTypeId ( )
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.hashCode ( )

Member Data Documentation

final int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.accountTypeId
private
final Account.Type org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.acctType
private
final int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.correlationTypeId
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.