|
@@ -124,32 +124,26 @@ public class BirthCertificate extends BaseCertificate {
|
|
|
return untrackedInformant;
|
|
|
}
|
|
|
|
|
|
- @SuppressWarnings("unused")
|
|
|
public void setWhenBorn(String whenBorn) {
|
|
|
this.whenBorn = whenBorn;
|
|
|
}
|
|
|
|
|
|
- @SuppressWarnings("unused")
|
|
|
public void setWhereBorn(Place whereBorn) {
|
|
|
this.whereBorn = whereBorn;
|
|
|
}
|
|
|
|
|
|
- @SuppressWarnings("unused")
|
|
|
public void setUntrackedWhereBorn(String untrackedWhereBorn) {
|
|
|
this.untrackedWhereBorn = untrackedWhereBorn;
|
|
|
}
|
|
|
|
|
|
- @SuppressWarnings("unused")
|
|
|
public void setWhenRegistered(String whenRegistered) {
|
|
|
this.whenRegistered = whenRegistered;
|
|
|
}
|
|
|
|
|
|
- @SuppressWarnings("unused")
|
|
|
public void setWhereRegistered(String whereRegistered) {
|
|
|
this.whereRegistered = whereRegistered;
|
|
|
}
|
|
|
|
|
|
- @SuppressWarnings("unused")
|
|
|
public void setUntrackedInformant(String untrackedInformant) {
|
|
|
this.untrackedInformant = untrackedInformant;
|
|
|
}
|
|
@@ -157,8 +151,7 @@ public class BirthCertificate extends BaseCertificate {
|
|
|
public String getFatherRank() {
|
|
|
return fatherRank;
|
|
|
}
|
|
|
-
|
|
|
- @SuppressWarnings("unused")
|
|
|
+
|
|
|
public void setFatherRank(String fatherRank) {
|
|
|
this.fatherRank = fatherRank;
|
|
|
}
|