@Entity
public class AdvertisementBatchDemandGenerate
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BATCHDEMANDGENERATE |
| Constructor and Description |
|---|
AdvertisementBatchDemandGenerate() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
Long |
getId() |
org.egov.commons.Installment |
getInstallment() |
String |
getJobName() |
Integer |
getTotalRecords() |
void |
setActive(Boolean active) |
void |
setId(Long id) |
void |
setInstallment(org.egov.commons.Installment installment) |
void |
setJobName(String jobName) |
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 String getJobName()
public void setJobName(String jobName)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.