Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/09/08 10:53:35 (2 months ago)
Author:
bwolfe
Message:

Merging report-api-refactoring to trunk [2696]:[4157]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/api/org/openmrs/Concept.java

    r4095 r4158  
    2727import org.apache.commons.logging.LogFactory; 
    2828import org.openmrs.api.context.Context; 
     29import org.simpleframework.xml.Attribute; 
     30import org.simpleframework.xml.Root; 
    2931 
    3032/** 
    3133 * Concept  
    3234 */ 
     35@Root 
    3336public class Concept implements java.io.Serializable, Attributable<Concept> { 
    3437 
     
    3841        // Fields 
    3942 
     43        @Attribute(required=true) 
    4044        private Integer conceptId; 
    4145        private Boolean retired = false;