19 package org.sleuthkit.autopsy.centralrepository.datamodel;
50 this.accountTypeId = acctTypeID;
107 hash = 43 * hash + (int) (this.accountId ^ (this.accountId >>> 32));
108 hash = 43 * hash + (this.accountType != null ? this.accountType.hashCode() : 0);
109 hash = 43 * hash + (this.typeSpecificId != null ? this.typeSpecificId.hashCode() : 0);
121 if (getClass() != obj.getClass()) {
CentralRepoAccount(long accountId, CentralRepoAccountType accountType, String typeSpecificId)
boolean equals(Object obj)
String getTypeSpecificId()
final Account.Type acctType
int getCorrelationTypeId()
final String typeSpecificId
final int correlationTypeId
CentralRepoAccountType getAccountType()
final CentralRepoAccountType accountType
Account.Type getAcctType()