@Entity
public class SewerageTaxBatchDemandGenerate
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BATCHDEMANDGENERATE |
| Constructor and Description |
|---|
SewerageTaxBatchDemandGenerate() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
Integer |
getFailureRecords() |
Long |
getId() |
org.egov.commons.Installment |
getInstallment() |
String |
getJobName() |
Integer |
getSuccessfullRecords() |
Integer |
getTotalRecords() |
void |
setActive(Boolean active) |
void |
setFailureRecords(Integer failureRecords) |
void |
setId(Long id) |
void |
setInstallment(org.egov.commons.Installment installment) |
void |
setJobName(String jobName) |
void |
setSuccessfullRecords(Integer successfullRecords) |
void |
setTotalRecords(Integer totalRecords) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_BATCHDEMANDGENERATE
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 org.egov.commons.Installment getInstallment()
public void setInstallment(org.egov.commons.Installment installment)
public Boolean getActive()
public void setActive(Boolean active)
public Integer getTotalRecords()
public void setTotalRecords(Integer totalRecords)
public Integer getSuccessfullRecords()
public void setSuccessfullRecords(Integer successfullRecords)
public Integer getFailureRecords()
public void setFailureRecords(Integer failureRecords)
public String getJobName()
public void setJobName(String jobName)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.