@Entity
@Unique(fields="code",
id="id",
tableName="EGW_CONTRACTOR",
columnName="CODE",
message="contractor.code.isunique")
public class Contractor
extends org.egov.infra.persistence.entity.AbstractAuditable
implements org.egov.commons.utils.EntityType
| Modifier and Type | Field and Description |
|---|---|
static String |
GET_CONTRACTORS_BY_STATUS |
static String |
SEQ_EGW_CONTRACTOR |
| Constructor and Description |
|---|
Contractor() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_CONTRACTOR
public static final String GET_CONTRACTORS_BY_STATUS
public String getCode()
getCode in interface org.egov.commons.utils.EntityTypepublic void setCode(String code)
public String getName()
getName in interface org.egov.commons.utils.EntityTypepublic void setName(String name)
public String getCorrespondenceAddress()
public void setCorrespondenceAddress(String correspondenceAddress)
public String getPaymentAddress()
public void setPaymentAddress(String paymentAddress)
public String getContactPerson()
public void setContactPerson(String contactPerson)
public String getEmail()
public void setEmail(String email)
public String getNarration()
public void setNarration(String narration)
public String getPanNumber()
public void setPanNumber(String panNumber)
public String getTinNumber()
public void setTinNumber(String tinNumber)
public org.egov.commons.Bank getBank()
public void setBank(org.egov.commons.Bank bank)
public String getIfscCode()
public void setIfscCode(String ifscCode)
public String getBankAccount()
public void setBankAccount(String bankAccount)
public String getPwdApprovalCode()
public void setPwdApprovalCode(String pwdApprovalCode)
public List<ContractorDetail> getContractorDetails()
public ExemptionForm getExemptionForm()
public void setExemptionForm(ExemptionForm exemptionForm)
public void setContractorDetails(List<ContractorDetail> contractorDetails)
public void addContractorDetail(ContractorDetail contractorDetail)
public List<org.egov.infra.validation.exception.ValidationError> validate()
public String getBankaccount()
getBankaccount in interface org.egov.commons.utils.EntityTypepublic String getBankname()
getBankname in interface org.egov.commons.utils.EntityTypepublic String getIfsccode()
getIfsccode in interface org.egov.commons.utils.EntityTypepublic String getPanno()
getPanno in interface org.egov.commons.utils.EntityTypepublic String getTinno()
getTinno in interface org.egov.commons.utils.EntityTypepublic String getModeofpay()
getModeofpay in interface org.egov.commons.utils.EntityTypepublic Integer getEntityId()
getEntityId in interface org.egov.commons.utils.EntityTypepublic String getEntityDescription()
getEntityDescription in interface org.egov.commons.utils.EntityTypepublic org.egov.commons.EgwStatus getEgwStatus()
getEgwStatus in interface org.egov.commons.utils.EntityTypepublic 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 String getMobileNumber()
public void setMobileNumber(String mobileNumber)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.