@Entity
public class FinancingSource
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_ESTIMATEFINANCINGSOURCE |
| Constructor and Description |
|---|
FinancingSource() |
| Modifier and Type | Method and Description |
|---|---|
FinancialDetail |
getFinancialDetail() |
org.egov.commons.Fundsource |
getFundSource() |
Long |
getId() |
double |
getPercentage() |
void |
setFinancialDetail(FinancialDetail financialDetail) |
void |
setFundSource(org.egov.commons.Fundsource fundSource) |
void |
setId(Long id) |
void |
setPercentage(double percentage) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_ESTIMATEFINANCINGSOURCE
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 double getPercentage()
public void setPercentage(double percentage)
public org.egov.commons.Fundsource getFundSource()
public void setFundSource(org.egov.commons.Fundsource fundSource)
public FinancialDetail getFinancialDetail()
public void setFinancialDetail(FinancialDetail financialDetail)
public List<org.egov.infra.validation.exception.ValidationError> validate()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.