@Entity
@Unique(fields="name",
enableDfltMsg=true)
public class Budget
extends org.egov.infra.workflow.entity.StateAware
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BUDGET |
| Constructor and Description |
|---|
Budget() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAsOnDate() |
String |
getDescription() |
Long |
getDocumentNumber() |
org.egov.commons.CFinancialYear |
getFinancialYear() |
Long |
getId() |
boolean |
getIsActiveBudget() |
String |
getIsbere() |
boolean |
getIsPrimaryBudget() |
String |
getMaterializedPath() |
String |
getName() |
Budget |
getParent() |
Budget |
getReferenceBudget() |
String |
getSearchBere() |
String |
getStateDetails() |
org.egov.commons.EgwStatus |
getStatus() |
String |
myLinkId() |
void |
setAsOnDate(Date asOnDate) |
void |
setDescription(String desc) |
void |
setDocumentNumber(Long documentNumber) |
void |
setFinancialYear(org.egov.commons.CFinancialYear finYear) |
void |
setId(Long id) |
void |
setIsActiveBudget(boolean isActiveBudget) |
void |
setIsbere(String isbere) |
void |
setIsPrimaryBudget(boolean isPrimaryBudget) |
void |
setMaterializedPath(String materializedPath) |
void |
setName(String name) |
void |
setParent(Budget parent) |
void |
setReferenceBudget(Budget reference) |
void |
setSearchBere(String searchBere) |
void |
setStatus(org.egov.commons.EgwStatus status) |
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_BUDGET
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 Budget getParent()
public void setParent(Budget parent)
public Date getAsOnDate()
public void setAsOnDate(Date asOnDate)
public String getDescription()
public void setDescription(String desc)
@Required(message="Financial Year is required") public org.egov.commons.CFinancialYear getFinancialYear()
public void setFinancialYear(org.egov.commons.CFinancialYear finYear)
@Required(message="Name should not be empty") public String getName()
public void setName(String name)
@Required(message="BE/RE is required") public String getIsbere()
public void setIsbere(String isbere)
isbere - the isbere to setpublic boolean getIsActiveBudget()
public void setIsActiveBudget(boolean isActiveBudget)
isActiveBudget - the isActiveBudget to setpublic boolean getIsPrimaryBudget()
public void setIsPrimaryBudget(boolean isPrimaryBudget)
isPrimaryBudget - the isPrimaryBudget to setpublic String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwarepublic String getMaterializedPath()
public void setMaterializedPath(String materializedPath)
materialized_path - the materialized_path to setpublic Budget getReferenceBudget()
public void setReferenceBudget(Budget reference)
public Long getDocumentNumber()
public void setDocumentNumber(Long documentNumber)
public String myLinkId()
myLinkId in class org.egov.infra.workflow.entity.StateAwarepublic org.egov.commons.EgwStatus getStatus()
public void setStatus(org.egov.commons.EgwStatus status)
public void setWfState(org.egov.infra.workflow.entity.State state)
public String getSearchBere()
public void setSearchBere(String searchBere)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.