this.address = type;
if ( !(that instanceof Email) ) return false; Email p = (Email) that; return this.address.equals(p.address);
return address;
return address.hashCode();