Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 682 → Rev 683

/trunk/src/org/tela_botanica/client/modeles/CollectionBotanique.java
40,6 → 40,14
this.set("id_collection", idCollection);
}
// NBRE ECHANTILLON
public String getNbreEchantillon() {
return renvoyerValeurCorrecte("nbre_echantillon");
}
public void setNbreEchantillon(String type) {
this.set("nbre_echantillon", type);
}
// TYPE
public String getType() {
return renvoyerValeurCorrecte("ce_truk_type");