@Entity
@Unique(fields="name",
enableDfltMsg=true)
public class BudgetGroup
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BUDGETGROUP |
| Constructor and Description |
|---|
BudgetGroup() |
| Modifier and Type | Method and Description |
|---|---|
BudgetAccountType |
getAccountType() |
BudgetingType |
getBudgetingType() |
String |
getDescription() |
Long |
getId() |
Boolean |
getIsActive() |
org.egov.commons.CChartOfAccounts |
getMajorCode() |
org.egov.commons.CChartOfAccounts |
getMaxCode() |
org.egov.commons.CChartOfAccounts |
getMinCode() |
String |
getName() |
void |
setAccountType(BudgetAccountType accountType) |
void |
setBudgetingType(BudgetingType budgetingType) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setIsActive(Boolean isActive) |
void |
setMajorCode(org.egov.commons.CChartOfAccounts majorCode) |
void |
setMaxCode(org.egov.commons.CChartOfAccounts maxCode) |
void |
setMinCode(org.egov.commons.CChartOfAccounts minCode) |
void |
setName(String name) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_BUDGETGROUP
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public org.egov.commons.CChartOfAccounts getMajorCode()
public void setMajorCode(org.egov.commons.CChartOfAccounts majorCode)
public org.egov.commons.CChartOfAccounts getMaxCode()
public void setMaxCode(org.egov.commons.CChartOfAccounts maxCode)
public org.egov.commons.CChartOfAccounts getMinCode()
public void setMinCode(org.egov.commons.CChartOfAccounts minCode)
@NotNull(message="Please select accounttype") public BudgetAccountType getAccountType()
public void setAccountType(BudgetAccountType accountType)
@NotNull(message="Please select budgetingtype") public BudgetingType getBudgetingType()
public void setBudgetingType(BudgetingType budgetingType)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.