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

    r68 r70  
    1212        private String temporalres; 
    1313        private String type; 
     14        private String citation; 
     15        private String useconst; 
     16        private String informpub; 
    1417         
    1518        public Date getBeginDate() { 
     
    9598                this.type = type; 
    9699        } 
     100 
     101        public String getCitation() { 
     102                return citation; 
     103        } 
     104 
     105        public void setCitation(String citation) { 
     106                this.citation = citation; 
     107        } 
     108 
     109        public String getUseconst() { 
     110                return useconst; 
     111        } 
     112 
     113        public void setUseconst(String useconst) { 
     114                this.useconst = useconst; 
     115        } 
     116 
     117        public String getInformpub() { 
     118                return informpub; 
     119        } 
     120 
     121        public void setInformpub(String informpub) { 
     122                this.informpub = informpub; 
     123        } 
    97124} 
Note: See TracChangeset for help on using the changeset viewer.