public Visita(Object id) { this.id = TypesUtil.getDefaultLong(id); }
public Usuario(Object id) { this.id = TypesUtil.getDefaultLong(id); }