@Unique(fields="code",
id="id",
tableName="EGW_DEPOSITCODE",
columnName="CODE",
message="depositCode.isUnique")
public class DepositCode
extends org.egov.infstr.models.BaseModel
implements org.egov.commons.utils.EntityType
| Constructor and Description |
|---|
DepositCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBankaccount() |
String |
getBankname() |
String |
getCode() |
String |
getCodeName() |
org.egov.infra.admin.master.entity.Department |
getDepartment() |
String |
getDescription() |
org.egov.commons.EgwStatus |
getEgwStatus() |
String |
getEntityDescription() |
Integer |
getEntityId() |
org.egov.commons.CFinancialYear |
getFinancialYear() |
org.egov.commons.CFunction |
getFunction() |
org.egov.commons.Functionary |
getFunctionary() |
org.egov.commons.Fund |
getFund() |
org.egov.commons.Fundsource |
getFundSource() |
String |
getIfsccode() |
Boolean |
getIsActive() |
String |
getModeofpay() |
String |
getName() |
NatureOfWork |
getNatureOfWork() |
String |
getPanno() |
org.egov.commons.Scheme |
getScheme() |
org.egov.commons.SubScheme |
getSubScheme() |
org.egov.commons.EgwTypeOfWork |
getSubTypeOfWork() |
String |
getTinno() |
org.egov.commons.EgwTypeOfWork |
getTypeOfWork() |
org.egov.infra.admin.master.entity.Boundary |
getWard() |
org.egov.infra.admin.master.entity.Boundary |
getZone() |
void |
setCode(String code) |
void |
setCodeName(String codeName) |
void |
setDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setDescription(String description) |
void |
setFinancialYear(org.egov.commons.CFinancialYear financialYear) |
void |
setFunction(org.egov.commons.CFunction function) |
void |
setFunctionary(org.egov.commons.Functionary functionary) |
void |
setFund(org.egov.commons.Fund fund) |
void |
setFundSource(org.egov.commons.Fundsource fundSource) |
void |
setIsActive(Boolean isActive) |
void |
setNatureOfWork(NatureOfWork natureOfWork) |
void |
setScheme(org.egov.commons.Scheme scheme) |
void |
setSubScheme(org.egov.commons.SubScheme subScheme) |
void |
setSubTypeOfWork(org.egov.commons.EgwTypeOfWork subTypeOfWork) |
void |
setTypeOfWork(org.egov.commons.EgwTypeOfWork typeOfWork) |
void |
setWard(org.egov.infra.admin.master.entity.Boundary ward) |
void |
setZone(org.egov.infra.admin.master.entity.Boundary zone) |
public String getCode()
getCode in interface org.egov.commons.utils.EntityTypepublic void setCode(String code)
public String getDescription()
public void setDescription(String description)
public NatureOfWork getNatureOfWork()
public void setNatureOfWork(NatureOfWork natureOfWork)
public String getCodeName()
public void setCodeName(String codeName)
public org.egov.commons.Fund getFund()
public void setFund(org.egov.commons.Fund fund)
public org.egov.commons.Functionary getFunctionary()
public void setFunctionary(org.egov.commons.Functionary functionary)
public org.egov.commons.CFunction getFunction()
public void setFunction(org.egov.commons.CFunction function)
public org.egov.commons.Scheme getScheme()
public void setScheme(org.egov.commons.Scheme scheme)
public org.egov.commons.SubScheme getSubScheme()
public void setSubScheme(org.egov.commons.SubScheme subScheme)
public org.egov.infra.admin.master.entity.Department getDepartment()
public void setDepartment(org.egov.infra.admin.master.entity.Department department)
public org.egov.infra.admin.master.entity.Boundary getWard()
public void setWard(org.egov.infra.admin.master.entity.Boundary ward)
public org.egov.infra.admin.master.entity.Boundary getZone()
public void setZone(org.egov.infra.admin.master.entity.Boundary zone)
public org.egov.commons.CFinancialYear getFinancialYear()
public void setFinancialYear(org.egov.commons.CFinancialYear financialYear)
public org.egov.commons.Fundsource getFundSource()
public void setFundSource(org.egov.commons.Fundsource fundSource)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public org.egov.commons.EgwTypeOfWork getTypeOfWork()
public void setTypeOfWork(org.egov.commons.EgwTypeOfWork typeOfWork)
public org.egov.commons.EgwTypeOfWork getSubTypeOfWork()
public void setSubTypeOfWork(org.egov.commons.EgwTypeOfWork subTypeOfWork)
public String getName()
getName 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 getBankaccount()
getBankaccount in interface org.egov.commons.utils.EntityTypepublic String getBankname()
getBankname 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 org.egov.commons.EgwStatus getEgwStatus()
getEgwStatus in interface org.egov.commons.utils.EntityTypeCopyright © 2015–2016 eGovernments Foundation. All rights reserved.