78 this(type, value, -1, eamCase, eamDataSource, filePath, comment, knownStatus, fileObjectId, (long)-1);
110 return ((this.
getID() == otherInstance.
getID())
115 && (
this.getFilePath().equals(otherInstance.
getFilePath()))
117 && (
this.getComment().equals(otherInstance.
getComment()))
118 && (
this.getAccountId().equals(otherInstance.
getAccountId())));
302 for (Account.Type type : Account.Type.PREDEFINED_ACCOUNT_TYPES) {
305 if (type != Account.Type.DEVICE && type != Account.Type.EMAIL && type != Account.Type.PHONE) {
306 defaultCorrelationTypes.add(
new CorrelationAttributeInstance.Type(correlationTypeId, type.getDisplayName(), type.getTypeName().toLowerCase() +
"_acct",
true,
true));
311 return defaultCorrelationTypes;