19 package org.turro.assistant;
21 import java.io.Serializable;
22 import java.util.Objects;
23 import org.turro.elephant.security.IUser;
24 import org.turro.plugin.contacts.IContact;
66 hash = 67 * hash + Objects.hashCode(this.email);
75 if (getClass() != obj.getClass()) {
79 if (!Objects.equals(
this.email, other.email)) {
Assistant(IContact contact, Object relationEntity)
boolean equals(Object obj)
Assistant(String name, String email, IContact contact, Object relationEntity)
static final String CONNECTOR_EMAIL