public class MaritalStatusReport extends Object
| Constructor and Description |
|---|
MaritalStatusReport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicantType() |
String |
getDivorced() |
String |
getMarried() |
String |
getMonth() |
Integer |
getTotal() |
String |
getUnmarried() |
String |
getWidower() |
void |
setApplicantType(String applicantType) |
void |
setDivorced(String divorced) |
void |
setMarried(String married) |
void |
setMonth(String month) |
void |
setTotal(Integer total) |
void |
setUnmarried(String unmarried) |
void |
setWidower(String widower) |
public String getMonth()
public void setMonth(String month)
public String getApplicantType()
public void setApplicantType(String applicantType)
public String getMarried()
public void setMarried(String married)
public String getUnmarried()
public void setUnmarried(String unmarried)
public String getDivorced()
public void setDivorced(String divorced)
public String getWidower()
public void setWidower(String widower)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.