Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1240 → Rev 1241

/branches/v1.0-syrah/src/org/tela_botanica/client/modeles/structure/Structure.java
239,18 → 239,8
}
public void setTelephone(String tel) {
this.set("truk_telephone", tel);
}
public void ajouterTelephone(String type, Object valeur) {
ajouterChaineDenormaliseAvecType("truk_telephone", type, valeur);
}
public String selectionnerTelephone(String type) {
return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), type);
}
}
 
/*
// TELEPHONE FIXE
public String getTelephoneFixe() {
return getInfoDenormaliseParType(renvoyerValeurCorrecte("truk_telephone"), Personne.TELEPHONE_FIXE);
266,7 → 256,7
public void setFax(String fax) {
modifierChaineDenormaliseParType("truk_telephone", Personne.TELEPHONE_FAX, fax);
}
*/
 
// COURRIEL
public String getCourriel() {