@Entity public class BrsEntrieMis extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BANKENTRIES_MIS |
| Constructor and Description |
|---|
BrsEntrieMis() |
| Modifier and Type | Method and Description |
|---|---|
BrsEntries |
getBankentries() |
org.egov.infra.admin.master.entity.Department |
getDepartment() |
org.egov.infra.admin.master.entity.Boundary |
getDivision() |
org.egov.commons.CFunction |
getFunction() |
org.egov.commons.Functionary |
getFunctionary() |
org.egov.commons.Fund |
getFund() |
org.egov.commons.Fundsource |
getFundsource() |
Long |
getId() |
org.egov.commons.Scheme |
getScheme() |
org.egov.commons.SubScheme |
getSubscheme() |
void |
setBankentries(BrsEntries bankentries) |
void |
setDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setDivision(org.egov.infra.admin.master.entity.Boundary division) |
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 |
setId(Long id) |
void |
setScheme(org.egov.commons.Scheme scheme) |
void |
setSubscheme(org.egov.commons.SubScheme subscheme) |
public static final String SEQ_BANKENTRIES_MIS
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 BrsEntries getBankentries()
public void setBankentries(BrsEntries bankentries)
public org.egov.commons.CFunction getFunction()
public void setFunction(org.egov.commons.CFunction function)
public org.egov.commons.Fund getFund()
public void setFund(org.egov.commons.Fund fund)
public org.egov.infra.admin.master.entity.Department getDepartment()
public void setDepartment(org.egov.infra.admin.master.entity.Department department)
public org.egov.commons.Fundsource getFundsource()
public void setFundsource(org.egov.commons.Fundsource fundsource)
public org.egov.infra.admin.master.entity.Boundary getDivision()
public void setDivision(org.egov.infra.admin.master.entity.Boundary division)
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.commons.Functionary getFunctionary()
public void setFunctionary(org.egov.commons.Functionary functionary)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.