19package org.sleuthkit.autopsy.centralrepository.datamodel;
21import java.time.LocalDate;
22import org.sleuthkit.datamodel.TskData;
43 TskData.FileKnown knownStatus,
51 this.fileKnownStatus = knownStatus;
61 TskData.FileKnown knownStatus,
84 TskData.FileKnown knownStatus,
CentralRepoFileSet(int orgID, String setName, String version, TskData.FileKnown knownStatus, boolean isReadOnly, CorrelationAttributeInstance.Type type, LocalDate importDate)
CorrelationAttributeInstance.Type getType()
void setSetName(String setName)
CorrelationAttributeInstance.Type type
void setReadOnly(boolean isReadOnly)
void setVersion(String version)
LocalDate getImportDate()
CentralRepoFileSet(int globalSetID, int orgID, String setName, String version, TskData.FileKnown knownStatus, boolean isReadOnly, CorrelationAttributeInstance.Type type, LocalDate importDate)
void setGlobalSetID(int globalSetID)
void setFileKnownStatus(TskData.FileKnown fileKnownStatus)
TskData.FileKnown fileKnownStatus
CentralRepoFileSet(int orgID, String setName, String version, TskData.FileKnown knownStatus, boolean isReadOnly, CorrelationAttributeInstance.Type type)
TskData.FileKnown getFileKnownStatus()
void setImportDate(LocalDate importDate)