Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3669

Show
Ignore:
Timestamp:
03/19/08 19:13:13 (10 months ago)
Author:
tmdugan
Message:

-- chica

* fixed instance variables

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/chica/src/org/openmrs/module/chica/hibernateBeans/Study.java

    r3662 r3669  
    1212 
    1313        // Fields 
    14         Integer studyId = null; 
    15         Date startDate = null; 
    16         Date endDate = null; 
    17         String title = null; 
    18         String investigators = null; 
    19         Integer studyConceptId = null; 
     14        private Integer studyId = null; 
     15        private Date startDate = null; 
     16        private Date endDate = null; 
     17        private String title = null; 
     18        private String investigators = null; 
     19        private Integer studyConceptId = null; 
    2020        private Boolean status = false; 
    21         String purpose = null; 
    22         Integer studyAttributeId = null; 
     21        private String purpose = null; 
     22        private Integer studyAttributeId = null; 
    2323 
    2424        // Constructors