@Entity
public class ServiceInstrumentAccounts
extends org.egov.infra.persistence.entity.AbstractAuditable
implements org.egov.infra.persistence.entity.Auditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGCL_SERVICE_INSTRUMENTACCOUNTS |
| Constructor and Description |
|---|
ServiceInstrumentAccounts() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.CChartOfAccounts |
getChartOfAccounts() |
Long |
getId() |
org.egov.model.instrument.InstrumentType |
getInstrumentType() |
org.egov.infstr.models.ServiceDetails |
getServiceDetails() |
void |
setChartOfAccounts(org.egov.commons.CChartOfAccounts chartOfAccounts) |
void |
setId(Long id) |
void |
setInstrumentType(org.egov.model.instrument.InstrumentType instrumentType) |
void |
setServiceDetails(org.egov.infstr.models.ServiceDetails serviceDetails) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGCL_SERVICE_INSTRUMENTACCOUNTS
public org.egov.commons.CChartOfAccounts getChartOfAccounts()
public void setChartOfAccounts(org.egov.commons.CChartOfAccounts chartOfAccounts)
public org.egov.infstr.models.ServiceDetails getServiceDetails()
public void setServiceDetails(org.egov.infstr.models.ServiceDetails serviceDetails)
public org.egov.model.instrument.InstrumentType getInstrumentType()
public void setInstrumentType(org.egov.model.instrument.InstrumentType instrumentType)
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.