@Entity public class Bankaccount extends org.egov.infra.persistence.entity.AbstractAuditable implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BANKACCOUNT |
| Constructor and Description |
|---|
Bankaccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountnumber() |
String |
getAccounttype() |
Bankbranch |
getBankbranch() |
org.egov.commons.CChartOfAccounts |
getChartofaccounts() |
ChequeFormat |
getChequeformat() |
Set<EgSurrenderedCheques> |
getEgSurrenderedChequeses() |
Fund |
getFund() |
Long |
getId() |
Boolean |
getIsactive() |
String |
getNarration() |
String |
getPayTo() |
BankAccountType |
getType() |
void |
setAccountnumber(String accountnumber) |
void |
setAccounttype(String accounttype) |
void |
setBankbranch(Bankbranch bankbranch) |
void |
setChartofaccounts(org.egov.commons.CChartOfAccounts chartofaccounts) |
void |
setChequeformat(ChequeFormat chequeformat) |
void |
setEgSurrenderedChequeses(Set<EgSurrenderedCheques> egSurrenderedChequeses) |
void |
setFund(Fund fund) |
void |
setId(Long id) |
void |
setIsactive(Boolean isactive) |
void |
setNarration(String narration) |
void |
setPayTo(String payTo) |
void |
setType(BankAccountType type) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_BANKACCOUNT
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public Bankbranch getBankbranch()
public void setBankbranch(Bankbranch bankbranch)
public org.egov.commons.CChartOfAccounts getChartofaccounts()
public void setChartofaccounts(org.egov.commons.CChartOfAccounts chartofaccounts)
public Fund getFund()
public void setFund(Fund fund)
public String getAccountnumber()
public void setAccountnumber(String accountnumber)
public String getAccounttype()
public void setAccounttype(String accounttype)
public String getNarration()
public void setNarration(String narration)
public BankAccountType getType()
public void setType(BankAccountType type)
public Set<EgSurrenderedCheques> getEgSurrenderedChequeses()
public void setEgSurrenderedChequeses(Set<EgSurrenderedCheques> egSurrenderedChequeses)
public String getPayTo()
public void setPayTo(String payTo)
public Boolean getIsactive()
public void setIsactive(Boolean isactive)
public ChequeFormat getChequeformat()
public void setChequeformat(ChequeFormat chequeformat)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.