Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 118 → Rev 119

/trunk/src/org/tela_botanica/client/modeles/aDonnee.java
34,4 → 34,24
return " ";
}
}
public String getDateModification() {
return (String) renvoyerValeurCorrecte("cmhl_date_modification");
}
public String getNotes() {
return (String) renvoyerValeurCorrecte("cmhl_notes");
}
public String getIdModifierPar() {
return (String) renvoyerValeurCorrecte("cmhl_ce_modifier_par");
}
public String getIdEtat() {
return (String) renvoyerValeurCorrecte("cmhl_ce_etat");
}
public String getIp() {
return (String) renvoyerValeurCorrecte("cmhl_ip");
}
}