@Entity
public class ProjectCode
extends org.egov.infra.persistence.entity.AbstractAuditable
implements org.egov.commons.utils.EntityType
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLACTIVEPROJECTCODES |
static String |
GETPROJECTCODEBYCODE |
static String |
SEQ_EGW_PROJECTCODE |
| Constructor and Description |
|---|
ProjectCode() |
ProjectCode(AbstractEstimate abstractEstimate,
String code) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEstimate(AbstractEstimate estimate) |
String |
getBankaccount() |
String |
getBankname() |
String |
getCode() |
String |
getCodeName() |
Date |
getCompletionDate() |
String |
getDescription() |
org.egov.commons.EgwStatus |
getEgwStatus() |
String |
getEntityDescription() |
Integer |
getEntityId() |
Set<AbstractEstimate> |
getEstimates() |
Long |
getId() |
String |
getIfsccode() |
String |
getModeofpay() |
String |
getName() |
String |
getPanno() |
Double |
getProjectValue() |
String |
getTinno() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCode(String code) |
void |
setCodeName(String codeName) |
void |
setCompletionDate(Date completionDate) |
void |
setDescription(String description) |
void |
setEgwStatus(org.egov.commons.EgwStatus egwStatus) |
void |
setEstimates(Set<AbstractEstimate> estimates) |
protected void |
setId(Long id) |
void |
setProjectValue(Double projectValue) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_PROJECTCODE
public static final String ALLACTIVEPROJECTCODES
public static final String GETPROJECTCODEBYCODE
public ProjectCode()
public ProjectCode(AbstractEstimate abstractEstimate, String code)
public String getCode()
getCode in interface org.egov.commons.utils.EntityTypepublic void setCode(String code)
public void addEstimate(AbstractEstimate estimate)
public Set<AbstractEstimate> getEstimates()
public void setEstimates(Set<AbstractEstimate> estimates)
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 getModeofpay()
getModeofpay in interface org.egov.commons.utils.EntityTypepublic String getName()
getName 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 Integer getEntityId()
getEntityId in interface org.egov.commons.utils.EntityTypepublic String getEntityDescription()
getEntityDescription in interface org.egov.commons.utils.EntityTypepublic boolean isActive()
public void setActive(boolean active)
public String getDescription()
public void setDescription(String description)
public String getCodeName()
public void setCodeName(String codeName)
public org.egov.commons.EgwStatus getEgwStatus()
getEgwStatus in interface org.egov.commons.utils.EntityTypepublic void setEgwStatus(org.egov.commons.EgwStatus egwStatus)
public Double getProjectValue()
public void setProjectValue(Double projectValue)
public Date getCompletionDate()
public void setCompletionDate(Date completionDate)
protected void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>Copyright © 2015–2016 eGovernments Foundation. All rights reserved.