@Embeddable public class ApplicationStatusResultForReport extends Object
| Constructor and Description |
|---|
ApplicationStatusResultForReport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApprovedCount() |
String |
getCancelledCount() |
String |
getCreatedCount() |
String |
getRegisteredCount() |
String |
getRegistrationUnit() |
String |
getRejectedCount() |
Integer |
getTotal() |
void |
setApprovedCount(String approvedCount) |
void |
setCancelledCount(String cancelledCount) |
void |
setCreatedCount(String createdCount) |
void |
setRegisteredCount(String registeredCount) |
void |
setRegistrationUnit(String registrationUnit) |
void |
setRejectedCount(String rejectedCount) |
void |
setTotal(Integer total) |
public String getRegistrationUnit()
public void setRegistrationUnit(String registrationUnit)
public String getCreatedCount()
public void setCreatedCount(String createdCount)
public String getApprovedCount()
public void setApprovedCount(String approvedCount)
public String getRegisteredCount()
public void setRegisteredCount(String registeredCount)
public String getRejectedCount()
public void setRejectedCount(String rejectedCount)
public String getCancelledCount()
public void setCancelledCount(String cancelledCount)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.