Subversion Repositories eFlore/Applications.del

Rev

Rev 455 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package org.tela_botanica.del.client.modeles;

public class InformationsRecherche {

        private String rechercheLibre;
        
        private String departement;
        
        private String taxon;
        
        private String genre;
        
        private String motClef;
        
        private String date;
        
        private String commune;
        
        private String famille;
        
        private String tag;
        
        private String auteur;

        public String getRechercheLibre() {
                return rechercheLibre;
        }

        public void setRechercheLibre(String rechercheLibre) {
                this.rechercheLibre = rechercheLibre;
        }

        public String getDepartement() {
                return departement;
        }

        public void setDepartement(String departement) {
                this.departement = departement;
        }

        public String getTaxon() {
                return taxon;
        }

        public void setTaxon(String taxon) {
                this.taxon = taxon;
        }

        public String getGenre() {
                return genre;
        }

        public void setGenre(String genre) {
                this.genre = genre;
        }

        public String getMotClef() {
                return motClef;
        }

        public void setMotClef(String motClef) {
                this.motClef = motClef;
        }

        public String getDate() {
                return date;
        }

        public void setDate(String date) {
                this.date = date;
        }

        public String getCommune() {
                return commune;
        }

        public void setCommune(String commune) {
                this.commune = commune;
        }

        public String getFamille() {
                return famille;
        }

        public void setFamille(String famille) {
                this.famille = famille;
        }

        public String getTag() {
                return tag;
        }

        public void setTag(String tag) {
                this.tag = tag;
        }

        public String getAuteur() {
                return auteur;
        }

        public void setAuteur(String auteur) {
                this.auteur = auteur;
        }
}