opensrp / openmrs-module-team

Other
1 stars 5 forks source link

Code Review - API #32

Closed maimoonak closed 7 years ago

maimoonak commented 7 years ago

Boolean isRetired should b removed from POJO, hbm.xml, and liquibase from classes inheriting BaseOpenmrsData since the class already has a field voided to represent retired status. Such classes are:

String uuid should be removed fom POJO, hbm.xml as this is inherited by BaseOpenmrsData, hence available in all classes extending it. Classes duplicating uuid are:

maimoonak commented 7 years ago