Exemplo n.º 1
0
 @Override
 protected boolean dataEquals(IdentifiedEntity other) {
   Producer producer = (Producer) other;
   return Objects.equals(getName(), producer.getName());
 }