@Entity
public class EgAdvanceRequisitionMis
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EG_ADVANCEREQUISITIONMIS |
| Constructor and Description |
|---|
EgAdvanceRequisitionMis() |
EgAdvanceRequisitionMis(Long id,
org.egov.infra.admin.master.entity.Boundary fieldId,
org.egov.infra.admin.master.entity.Boundary subFieldId,
org.egov.infra.admin.master.entity.Department egDepartment,
Date lastupdatedtime,
org.egov.commons.Scheme scheme,
org.egov.commons.SubScheme subScheme,
org.egov.commons.CVoucherHeader voucherheader,
EgAdvanceRequisition egAdvanceRequisition,
org.egov.commons.Fundsource fundsource,
org.egov.commons.Fund fund,
org.egov.commons.Functionary functionaryId,
String payto,
Date paybydate,
String referencenumber,
String sourcePath,
String partyBillNumber,
Date partyBillDate) |
| Modifier and Type | Method and Description |
|---|---|
EgAdvanceRequisition |
getEgAdvanceRequisition() |
EgBillregister |
getEgBillregister() |
org.egov.infra.admin.master.entity.Department |
getEgDepartment() |
org.egov.infra.admin.master.entity.Boundary |
getFieldId() |
org.egov.commons.CFunction |
getFunction() |
org.egov.commons.Functionary |
getFunctionaryId() |
org.egov.commons.Fund |
getFund() |
org.egov.commons.Fundsource |
getFundsource() |
Long |
getId() |
Date |
getPartyBillDate() |
String |
getPartyBillNumber() |
Date |
getPaybydate() |
String |
getPayto() |
String |
getReferencenumber() |
org.egov.commons.Scheme |
getScheme() |
String |
getSourcePath() |
org.egov.infra.admin.master.entity.Boundary |
getSubFieldId() |
org.egov.commons.SubScheme |
getSubScheme() |
org.egov.commons.CVoucherHeader |
getVoucherheader() |
void |
setEgAdvanceRequisition(EgAdvanceRequisition egAdvanceRequisition) |
void |
setEgBillregister(EgBillregister egBillregister) |
void |
setEgDepartment(org.egov.infra.admin.master.entity.Department egDepartment) |
void |
setFieldId(org.egov.infra.admin.master.entity.Boundary fieldId) |
void |
setFunction(org.egov.commons.CFunction function) |
void |
setFunctionaryId(org.egov.commons.Functionary functionaryId) |
void |
setFund(org.egov.commons.Fund fund) |
void |
setFundsource(org.egov.commons.Fundsource fundsource) |
void |
setId(Long id) |
void |
setPartyBillDate(Date partyBillDate) |
void |
setPartyBillNumber(String partyBillNumber) |
void |
setPaybydate(Date paybydate) |
void |
setPayto(String payto) |
void |
setReferencenumber(String referencenumber) |
void |
setScheme(org.egov.commons.Scheme scheme) |
void |
setSourcePath(String sourcePath) |
void |
setSubFieldId(org.egov.infra.admin.master.entity.Boundary subFieldId) |
void |
setSubScheme(org.egov.commons.SubScheme subScheme) |
void |
setVoucherheader(org.egov.commons.CVoucherHeader voucherheader) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EG_ADVANCEREQUISITIONMIS
public EgAdvanceRequisitionMis()
public EgAdvanceRequisitionMis(Long id, org.egov.infra.admin.master.entity.Boundary fieldId, org.egov.infra.admin.master.entity.Boundary subFieldId, org.egov.infra.admin.master.entity.Department egDepartment, Date lastupdatedtime, org.egov.commons.Scheme scheme, org.egov.commons.SubScheme subScheme, org.egov.commons.CVoucherHeader voucherheader, EgAdvanceRequisition egAdvanceRequisition, org.egov.commons.Fundsource fundsource, org.egov.commons.Fund fund, org.egov.commons.Functionary functionaryId, String payto, Date paybydate, String referencenumber, String sourcePath, String partyBillNumber, Date partyBillDate)
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 org.egov.infra.admin.master.entity.Boundary getFieldId()
public void setFieldId(org.egov.infra.admin.master.entity.Boundary fieldId)
public org.egov.infra.admin.master.entity.Boundary getSubFieldId()
public void setSubFieldId(org.egov.infra.admin.master.entity.Boundary subFieldId)
public org.egov.infra.admin.master.entity.Department getEgDepartment()
public void setEgDepartment(org.egov.infra.admin.master.entity.Department egDepartment)
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.CVoucherHeader getVoucherheader()
public void setVoucherheader(org.egov.commons.CVoucherHeader voucherheader)
public EgAdvanceRequisition getEgAdvanceRequisition()
public void setEgAdvanceRequisition(EgAdvanceRequisition egAdvanceRequisition)
public org.egov.commons.Fundsource getFundsource()
public void setFundsource(org.egov.commons.Fundsource fundsource)
public org.egov.commons.Fund getFund()
public void setFund(org.egov.commons.Fund fund)
public org.egov.commons.Functionary getFunctionaryId()
public void setFunctionaryId(org.egov.commons.Functionary functionaryId)
public String getPayto()
public void setPayto(String payto)
public Date getPaybydate()
public void setPaybydate(Date paybydate)
public String getReferencenumber()
public void setReferencenumber(String referencenumber)
public String getSourcePath()
public void setSourcePath(String sourcePath)
public String getPartyBillNumber()
public void setPartyBillNumber(String partyBillNumber)
public Date getPartyBillDate()
public void setPartyBillDate(Date partyBillDate)
public org.egov.commons.CFunction getFunction()
public void setFunction(org.egov.commons.CFunction function)
public EgBillregister getEgBillregister()
public void setEgBillregister(EgBillregister egBillregister)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.