Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1241 → Rev 1236

/branches/v1.0-syrah/src/org/tela_botanica/client/modeles/structure/Structure.java
239,8 → 239,18
}
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);
256,7 → 266,7
public void setFax(String fax) {
modifierChaineDenormaliseParType("truk_telephone", Personne.TELEPHONE_FAX, fax);
}
 
*/
// COURRIEL
public String getCourriel() {