Go to the documentation of this file.
19package org.sleuthkit.autopsy.centralrepository.datamodel;
21import java.util.Objects;
22import org.sleuthkit.datamodel.TskData;
61 public boolean equals(Object otherInstance) {
62 if (
this == otherInstance) {
67 return (this.
hashCode() == otherInstance.hashCode());
74 hash = 59 * hash + this.globalSetID;
75 hash = 59 * hash + Objects.hashCode(this.MD5Hash);
76 hash = 59 * hash + this.knownStatus.hashCode();
void setMD5Hash(String MD5Hash)
void setInstanceID(int instanceID)
void setComment(String comment)
CentralRepoFileInstance(int instanceID, int globalSetID, String MD5Hash, TskData.FileKnown knownStatus, String comment)
CentralRepoFileInstance(int globalSetID, String MD5Hash, TskData.FileKnown knownStatus, String comment)
boolean equals(Object otherInstance)
TskData.FileKnown knownStatus
TskData.FileKnown getKnownStatus()
void setGlobalSetID(int globalSetID)
void setKnownStatus(TskData.FileKnown knownStatus)
static final int FILES_TYPE_ID
static String normalize(CorrelationAttributeInstance.Type attributeType, String data)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.