@Entity
public class BudgetDetail
extends org.egov.infra.workflow.entity.StateAware
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BUDGETDETAIL |
| Constructor and Description |
|---|
BudgetDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
addApprovedReAppropriationAmount() |
boolean |
compareTo(BudgetDetail other) |
void |
copyFrom(BudgetDetail detail) |
BigDecimal |
getAnticipatoryAmount() |
BigDecimal |
getApprovedAmount() |
BigDecimal |
getApprovedReAppropriationsTotal() |
BigDecimal |
getApprovedReAppropriationsTotalAsOnDate(Date asOnDate) |
org.egov.infra.admin.master.entity.Boundary |
getBoundary() |
Budget |
getBudget() |
BigDecimal |
getBudgetAvailable() |
BudgetGroup |
getBudgetGroup() |
Set<BudgetReAppropriation> |
getBudgetReAppropriations() |
String |
getComment() |
Long |
getDocumentNumber() |
org.egov.infra.admin.master.entity.Department |
getExecutingDepartment() |
org.egov.commons.CFunction |
getFunction() |
org.egov.commons.Functionary |
getFunctionary() |
org.egov.commons.Fund |
getFund() |
Long |
getId() |
String |
getMaterializedPath() |
BigDecimal |
getNextYrapprovedAmount() |
Long |
getNextYrId() |
BigDecimal |
getNextYroriginalAmount() |
List<BudgetReAppropriation> |
getNonApprovedReAppropriations() |
BigDecimal |
getOriginalAmount() |
BigDecimal |
getPlanningPercent() |
org.egov.commons.Scheme |
getScheme() |
String |
getStateDetails() |
org.egov.commons.EgwStatus |
getStatus() |
org.egov.commons.SubScheme |
getSubScheme() |
String |
getUniqueNo() |
org.egov.infra.admin.master.entity.Department |
getUsingDepartment() |
String |
myLinkId() |
void |
setAnticipatoryAmount(BigDecimal anticipatoryAmount) |
void |
setApprovedAmount(BigDecimal fixedAmount) |
void |
setBoundary(org.egov.infra.admin.master.entity.Boundary boundaryID) |
void |
setBudget(Budget budget) |
void |
setBudgetAvailable(BigDecimal budgetAvailable) |
void |
setBudgetGroup(BudgetGroup budgetGroup) |
void |
setBudgetReAppropriations(Set<BudgetReAppropriation> budgetReAppropriations) |
void |
setComment(String comment) |
void |
setDocumentNumber(Long documentNumber) |
void |
setExecutingDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setFunction(org.egov.commons.CFunction function) |
void |
setFunctionary(org.egov.commons.Functionary functionary) |
void |
setFund(org.egov.commons.Fund fund) |
void |
setId(Long id) |
void |
setMaterializedPath(String materializedPath) |
void |
setNextYrapprovedAmount(BigDecimal nextYrapprovedAmount) |
void |
setNextYrId(Long nextYrId) |
void |
setNextYroriginalAmount(BigDecimal nextYroriginalAmount) |
void |
setOriginalAmount(BigDecimal originalAmount) |
void |
setPlanningPercent(BigDecimal planningPercent) |
void |
setScheme(org.egov.commons.Scheme scheme) |
void |
setStatus(org.egov.commons.EgwStatus status) |
void |
setSubScheme(org.egov.commons.SubScheme subscheme) |
void |
setUniqueNo(String uniqueNo) |
void |
setUsingDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setWfState(org.egov.infra.workflow.entity.State state) |
buildStateInfo, byCreatedDate, end, getCurrentState, getState, getStateHistory, getStateInfoJson, getStateType, hasState, reinitiateTransition, reopen, setState, start, stateInProgress, stateIsEnded, stateIsNew, transition, transition, withComments, withDateInfo, withExtraDateInfo, withExtraInfo, withInitiator, withNatureOfTask, withNextAction, withOwner, withOwner, withSenderName, withStateValuegetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_BUDGETDETAIL
public Set<BudgetReAppropriation> getBudgetReAppropriations()
public void setBudgetReAppropriations(Set<BudgetReAppropriation> budgetReAppropriations)
public BigDecimal getAnticipatoryAmount()
public void setAnticipatoryAmount(BigDecimal anticipatoryAmount)
public org.egov.commons.Fund getFund()
public void setFund(org.egov.commons.Fund fund)
public BigDecimal getApprovedAmount()
public void setApprovedAmount(BigDecimal fixedAmount)
public org.egov.infra.admin.master.entity.Department getUsingDepartment()
public void setUsingDepartment(org.egov.infra.admin.master.entity.Department department)
public org.egov.infra.admin.master.entity.Department getExecutingDepartment()
public void setExecutingDepartment(org.egov.infra.admin.master.entity.Department department)
public org.egov.commons.CFunction getFunction()
public void setFunction(org.egov.commons.CFunction function)
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)
public Budget getBudget()
public void setBudget(Budget budget)
public BigDecimal getBudgetAvailable()
public void setBudgetAvailable(BigDecimal budgetAvailable)
public BudgetGroup getBudgetGroup()
public void setBudgetGroup(BudgetGroup budgetGroup)
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 BigDecimal getOriginalAmount()
public void setOriginalAmount(BigDecimal originalAmount)
public org.egov.infra.admin.master.entity.Boundary getBoundary()
public void setBoundary(org.egov.infra.admin.master.entity.Boundary boundaryID)
public String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwarepublic String getComment()
public void setComment(String comment)
public String getMaterializedPath()
public void setMaterializedPath(String materializedPath)
materializedPath - the materializedPath to setpublic void copyFrom(BudgetDetail detail)
public List<BudgetReAppropriation> getNonApprovedReAppropriations()
public BigDecimal getApprovedReAppropriationsTotal()
public BigDecimal getApprovedReAppropriationsTotalAsOnDate(Date asOnDate)
public boolean compareTo(BudgetDetail other)
public void addApprovedReAppropriationAmount()
public Long getDocumentNumber()
public void setDocumentNumber(Long documentNumber)
public String getUniqueNo()
public void setUniqueNo(String uniqueNo)
public BigDecimal getNextYroriginalAmount()
public void setNextYroriginalAmount(BigDecimal nextYroriginalAmount)
public BigDecimal getNextYrapprovedAmount()
public void setNextYrapprovedAmount(BigDecimal nextYrapprovedAmount)
public Long getNextYrId()
public void setNextYrId(Long nextYrId)
public BigDecimal getPlanningPercent()
public void setPlanningPercent(BigDecimal planningPercent)
public String myLinkId()
myLinkId in class org.egov.infra.workflow.entity.StateAwarepublic void setWfState(org.egov.infra.workflow.entity.State state)
public org.egov.commons.EgwStatus getStatus()
public void setStatus(org.egov.commons.EgwStatus status)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.