Ignore:
Timestamp:
04/26/10 19:12:49 (14 years ago)
Author:
cbipsl
Message:

maj eccad V3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_eccad/trunk/ECCAD_INTERFACE/WEB-INF/src/org/medias/eccad/modele/StatReponse.java

    r68 r70  
    1717        private Float centerLat; 
    1818        private Float centerLon; 
     19        private Float globalSum; 
    1920         
    2021        public StatReponse(String error) { 
     
    2728                        return valeur; 
    2829                } 
    29          
    3030         
    3131        public StatReponse(Zone zone, Temporel tempo, InfoCarte carte, String urlImage, Map<String, String> statistique, List<Valeur> graphe) { 
     
    9999        } 
    100100 
    101  
    102  
    103101        public List<Valeur> getGraphe() { 
    104102                return graphe; 
    105103        } 
    106  
    107  
    108104 
    109105        public void setGraphe(List<Valeur> graphe) { 
     
    111107        } 
    112108 
    113  
    114  
    115109        public Float getMaximal() { 
    116110                return maximal; 
    117111        } 
    118  
    119  
    120112 
    121113        public void setMaximal(Float maximal) { 
     
    123115        } 
    124116 
    125  
    126  
    127117        public Float getMinimal() { 
    128118                return minimal; 
    129119        } 
    130  
    131  
    132120 
    133121        public void setMinimal(Float minimal) { 
     
    139127        } 
    140128 
    141  
    142  
    143129        public void setCenter(Float aCenter) { 
    144130                this.center = aCenter; 
    145131        } 
    146          
    147132 
    148133        public Float getCenterLat() { 
    149134                return centerLat; 
    150135        } 
    151  
    152  
    153136 
    154137        public void setCenterLat(Float aCenterLat) { 
     
    160143        } 
    161144 
    162  
    163  
    164145        public void setCenterLon(Float aCenterLon) { 
    165146                this.centerLon = aCenterLon; 
    166147        } 
    167          
     148 
     149        public Float getGlobalSum() { 
     150                return globalSum; 
     151        } 
     152 
     153        public void setGlobalSum(Float globalSum) { 
     154                this.globalSum = globalSum; 
     155        } 
    168156} 
Note: See TracChangeset for help on using the changeset viewer.