public class SearchNoticeForm extends Object
| Constructor and Description |
|---|
SearchNoticeForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillNumber() |
String |
getDateOfGeneration() |
String |
getFromDate() |
String |
getNoticeNumber() |
String |
getNoticeType() |
String |
getOwnerNames() |
String |
getPropAddr() |
String |
getToDate() |
void |
setBillNumber(String billNumber) |
void |
setDateOfGeneration(String dateOfGeneration) |
void |
setFromDate(String fromDate) |
void |
setNoticeNumber(String noticeNumber) |
void |
setNoticeType(String noticeType) |
void |
setOwnerNames(String ownerNames) |
void |
setPropAddr(String propAddr) |
void |
setToDate(String toDate) |
public String getPropAddr()
public void setPropAddr(String propAddr)
public String getDateOfGeneration()
public void setDateOfGeneration(String dateOfGeneration)
public String getOwnerNames()
public void setOwnerNames(String ownerNames)
public String getNoticeType()
public void setNoticeType(String noticeType)
public String getNoticeNumber()
public void setNoticeNumber(String noticeNumber)
public String getBillNumber()
public void setBillNumber(String billNumber)
public String getFromDate()
public void setFromDate(String fromDate)
public String getToDate()
public void setToDate(String toDate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.