Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 72 → Rev 73

/src/org/tela_botanica/del/client/cache/CacheClient.java
5,6 → 5,8
public class CacheClient {
 
private Observation currentObservation;
private String taxonPourRechercheEflore;
 
private static CacheClient instance;
 
27,4 → 29,12
return instance;
}
 
public String getTaxonPourRechercheEflore() {
return taxonPourRechercheEflore;
}
 
public void setTaxonPourRechercheEflore(String taxonPourRechercheEflore) {
this.taxonPourRechercheEflore = taxonPourRechercheEflore;
}
 
}