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/Parametre.java

    r68 r70  
    77        private String unite; 
    88        private String order; 
     9        private int colormapDefault; 
     10        private int classdisDefault; 
    911         
    1012        public Parametre(int identifiant, String nom) { 
     
    5254                this.order = order; 
    5355        } 
    54          
    55          
     56 
     57        public int getColormapDefault() { 
     58                return colormapDefault; 
     59        } 
     60 
     61        public void setColormapDefault(int colormapDefault) { 
     62                this.colormapDefault = colormapDefault; 
     63        } 
     64 
     65        public int getClassdisDefault() { 
     66                return classdisDefault; 
     67        } 
     68 
     69        public void setClassdisDefault(int classdisDefault) { 
     70                this.classdisDefault = classdisDefault; 
     71        } 
    5672} 
Note: See TracChangeset for help on using the changeset viewer.