=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/PatientMobileSetting.java' --- dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/PatientMobileSetting.java 2013-11-22 03:59:37 +0000 +++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/PatientMobileSetting.java 2013-12-17 00:13:51 +0000 @@ -36,14 +36,6 @@ private int id; - private Boolean gender = false; - - private Boolean dobtype = false; - - private Boolean birthdate = false; - - private Boolean registrationdate = false; - private Boolean autoUpdateClient = false; private Double versionToUpdate; @@ -74,46 +66,6 @@ this.patientAttributes = patientAttributes; } - public Boolean getGender() - { - return gender; - } - - public void setGender( Boolean gender ) - { - this.gender = gender; - } - - public Boolean getDobtype() - { - return dobtype; - } - - public void setDobtype( Boolean dobtype ) - { - this.dobtype = dobtype; - } - - public Boolean getBirthdate() - { - return birthdate; - } - - public void setBirthdate( Boolean birthdate ) - { - this.birthdate = birthdate; - } - - public Boolean getRegistrationdate() - { - return registrationdate; - } - - public void setRegistrationdate( Boolean registrationdate ) - { - this.registrationdate = registrationdate; - } - public Boolean getAutoUpdateClient() { return autoUpdateClient;