@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() |
Bankaccount(Bankbranch bankbranch,
org.egov.commons.CChartOfAccounts chartofaccounts,
Fund fund,
String accountnumber,
String accounttype,
String narration,
Boolean isactive,
Date created,
BigDecimal modifiedby,
Date lastmodified,
BigDecimal currentbalance,
String payTo,
Set<EgSurrenderedCheques> egSurrenderedChequeses) |
Bankaccount(Bankbranch bankbranch,
String accountnumber,
String accounttype,
Boolean isactive,
Date created,
BigDecimal modifiedby,
Date lastmodified,
BigDecimal currentbalance,
String payTo,
BankAccountType type) |
| 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 Bankaccount()
public Bankaccount(Bankbranch bankbranch, String accountnumber, String accounttype, Boolean isactive, Date created, BigDecimal modifiedby, Date lastmodified, BigDecimal currentbalance, String payTo, BankAccountType type)
public Bankaccount(Bankbranch bankbranch, org.egov.commons.CChartOfAccounts chartofaccounts, Fund fund, String accountnumber, String accounttype, String narration, Boolean isactive, Date created, BigDecimal modifiedby, Date lastmodified, BigDecimal currentbalance, String payTo, Set<EgSurrenderedCheques> egSurrenderedChequeses)
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–2016 eGovernments Foundation. All rights reserved.