@Entity
public class ContractorDetail
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_CONTRACTOR_DETAIL |
| Constructor and Description |
|---|
ContractorDetail() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
compareDates(Date startDate,
Date endDate) |
String |
getCategory() |
Contractor |
getContractor() |
org.egov.infra.admin.master.entity.Department |
getDepartment() |
List<org.egov.infra.validation.exception.ValidationError> |
getErrorList() |
org.egov.commons.ContractorGrade |
getGrade() |
Long |
getId() |
String |
getRegistrationNumber() |
org.egov.commons.EgwStatus |
getStatus() |
org.egov.infra.persistence.entity.component.Period |
getValidity() |
void |
setCategory(String category) |
void |
setContractor(Contractor contractor) |
void |
setDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setErrorList(List<org.egov.infra.validation.exception.ValidationError> errorList) |
void |
setGrade(org.egov.commons.ContractorGrade grade) |
void |
setId(Long id) |
void |
setRegistrationNumber(String registrationNumber) |
void |
setStatus(org.egov.commons.EgwStatus status) |
void |
setValidity(org.egov.infra.persistence.entity.component.Period validity) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_CONTRACTOR_DETAIL
public Contractor getContractor()
public void setContractor(Contractor contractor)
public org.egov.infra.admin.master.entity.Department getDepartment()
public void setDepartment(org.egov.infra.admin.master.entity.Department department)
public String getRegistrationNumber()
public void setRegistrationNumber(String registrationNumber)
public org.egov.commons.EgwStatus getStatus()
public void setStatus(org.egov.commons.EgwStatus status)
public org.egov.commons.ContractorGrade getGrade()
public void setGrade(org.egov.commons.ContractorGrade grade)
public org.egov.infra.persistence.entity.component.Period getValidity()
public void setValidity(org.egov.infra.persistence.entity.component.Period validity)
public List<org.egov.infra.validation.exception.ValidationError> getErrorList()
public void setErrorList(List<org.egov.infra.validation.exception.ValidationError> errorList)
public String getCategory()
public void setCategory(String category)
public List<org.egov.infra.validation.exception.ValidationError> validate()
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.