@Entity
public class RecoveryNoticesInfo
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
protected static String |
EGPT_RECOVERY_NOTICES_INFO |
protected static String |
SEQ_EGPT_RECOVERY_NOTICES_INFO |
| Constructor and Description |
|---|
RecoveryNoticesInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
Long |
getId() |
Long |
getJobNumber() |
String |
getNoticeType() |
String |
getPropertyId() |
Boolean |
isGenerated() |
void |
setError(String error) |
void |
setGenerated(Boolean generated) |
protected void |
setId(Long id) |
void |
setJobNumber(Long jobNumber) |
void |
setNoticeType(String noticeType) |
void |
setPropertyId(String propertyId) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateprotected static final String EGPT_RECOVERY_NOTICES_INFO
protected static final String SEQ_EGPT_RECOVERY_NOTICES_INFO
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>protected void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public String getPropertyId()
public void setPropertyId(String propertyId)
public String getNoticeType()
public void setNoticeType(String noticeType)
public Boolean isGenerated()
public void setGenerated(Boolean generated)
public Long getJobNumber()
public void setJobNumber(Long jobNumber)
public String getError()
public void setError(String error)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.