19 package org.sleuthkit.autopsy.timeline.ui.filtering.datamodel;
21 import java.util.Objects;
53 hash = 23 * hash + Objects.hashCode(this.descriptionLoD);
54 hash = 23 * hash + Objects.hashCode(this.description);
66 if (getClass() != obj.getClass()) {
70 if (!Objects.equals(
this.description, other.
description)) {
77 public boolean test(TimelineEvent event) {
78 return event.getDescription(descriptionLoD).equalsIgnoreCase(description);
DescriptionFilter(TimelineLevelOfDetail descriptionLoD, String description)
TimelineLevelOfDetail getDescriptionLevel()
boolean equals(Object obj)
final TimelineLevelOfDetail descriptionLoD
boolean test(TimelineEvent event)