Add wip constructor

This commit is contained in:
Andrew Ziehl 2018-08-13 13:02:42 -07:00
parent bf28dbb83d
commit 0f26644534

View File

@ -114,6 +114,10 @@ public class CorrelationAttributeInstance implements Serializable {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
} }
public CorrelationAttributeInstance(Type filesType, String md5, CorrelationCase eamCase, CorrelationDataSource eamDataSource, String string, Object object, TskData.FileKnown fileKnown) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
public Boolean equals(CorrelationAttributeInstance otherInstance) { public Boolean equals(CorrelationAttributeInstance otherInstance) {
return ((this.getID() == otherInstance.getID()) return ((this.getID() == otherInstance.getID())
&& (this.getCorrelationCase().equals(otherInstance.getCorrelationCase())) && (this.getCorrelationCase().equals(otherInstance.getCorrelationCase()))