/trunk/src/org/tela_botanica/client/modeles/Personne.java |
---|
61,8 → 61,21 |
return "Conservateur"; |
} else { |
return ""; |
} |
} |
} |
public String getNom() { |
return (String) renvoyerValeurCorrecte("cp_nom"); |
} |
public String getPrenom() { |
return (String) renvoyerValeurCorrecte("cp_prenom"); |
} |
public Object obtenirValeurChamp(String nomChamp) { |
return renvoyerValeurCorrecte(nomChamp); |
} |
} |