public class FundingAgency
extends org.egov.infstr.models.BaseModel
implements org.egov.commons.utils.EntityType
| Constructor and Description |
|---|
FundingAgency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getBankaccount() |
String |
getBankname() |
String |
getCode() |
org.egov.commons.EgwStatus |
getEgwStatus() |
String |
getEntityDescription() |
Integer |
getEntityId() |
String |
getIfsccode() |
boolean |
getIsActive() |
String |
getModeofpay() |
String |
getName() |
String |
getPanno() |
String |
getRemarks() |
String |
getTinno() |
void |
setAddress(String address) |
void |
setCode(String code) |
void |
setIsActive(boolean isActive) |
void |
setName(String name) |
void |
setRemarks(String remarks) |
public String getName()
getName in interface org.egov.commons.utils.EntityTypepublic void setName(String name)
public String getCode()
getCode in interface org.egov.commons.utils.EntityTypepublic void setCode(String code)
public String getAddress()
public void setAddress(String address)
public String getRemarks()
public void setRemarks(String remarks)
public String getBankaccount()
getBankaccount in interface org.egov.commons.utils.EntityTypepublic String getBankname()
getBankname in interface org.egov.commons.utils.EntityTypepublic String getEntityDescription()
getEntityDescription in interface org.egov.commons.utils.EntityTypepublic Integer getEntityId()
getEntityId in interface org.egov.commons.utils.EntityTypepublic String getIfsccode()
getIfsccode in interface org.egov.commons.utils.EntityTypepublic String getModeofpay()
getModeofpay in interface org.egov.commons.utils.EntityTypepublic String getPanno()
getPanno in interface org.egov.commons.utils.EntityTypepublic String getTinno()
getTinno in interface org.egov.commons.utils.EntityTypepublic boolean getIsActive()
public void setIsActive(boolean isActive)
public org.egov.commons.EgwStatus getEgwStatus()
getEgwStatus in interface org.egov.commons.utils.EntityTypeCopyright © 2015–2017 eGovernments Foundation. All rights reserved.