public class CollectionBankRemittance
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
CollectionBankRemittance() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Bankaccount |
getBankAccounttoRemit() |
org.egov.commons.Bank |
getDepositedInBank() |
org.egov.infstr.models.ServiceDetails |
getService() |
void |
setBankAccounttoRemit(org.egov.commons.Bankaccount bankAccounttoRemit) |
void |
setDepositedInBank(org.egov.commons.Bank depositedInBank) |
void |
setService(org.egov.infstr.models.ServiceDetails service) |
public org.egov.commons.Bank getDepositedInBank()
public void setDepositedInBank(org.egov.commons.Bank depositedInBank)
depositedInBank - the depositedInBank to setpublic org.egov.infstr.models.ServiceDetails getService()
public void setService(org.egov.infstr.models.ServiceDetails service)
service - the service to setpublic org.egov.commons.Bankaccount getBankAccounttoRemit()
public void setBankAccounttoRemit(org.egov.commons.Bankaccount bankAccounttoRemit)
bankAccounttoRemit - the bankAccounttoRemit to setCopyright © 2015–2016 eGovernments Foundation. All rights reserved.