mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Add wip constructor
This commit is contained in:
parent
bf28dbb83d
commit
0f26644534
@ -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()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user