public class EstimateTemplateActivity
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
EstimateTemplateActivity() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEstimateDate() |
EstimateTemplate |
getEstimateTemplate() |
NonSor |
getNonSor() |
org.egov.infra.persistence.entity.component.Money |
getRate() |
ScheduleOfRate |
getSchedule() |
org.egov.common.entity.UOM |
getUom() |
void |
setEstimateDate(Date estimateDate) |
void |
setEstimateTemplate(EstimateTemplate estimateTemplate) |
void |
setNonSor(NonSor nonSor) |
void |
setRate(org.egov.infra.persistence.entity.component.Money rate) |
void |
setSchedule(ScheduleOfRate schedule) |
void |
setUom(org.egov.common.entity.UOM uom) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
public EstimateTemplate getEstimateTemplate()
public void setEstimateTemplate(EstimateTemplate estimateTemplate)
public ScheduleOfRate getSchedule()
public void setSchedule(ScheduleOfRate schedule)
public NonSor getNonSor()
public void setNonSor(NonSor nonSor)
public org.egov.common.entity.UOM getUom()
public void setUom(org.egov.common.entity.UOM uom)
public org.egov.infra.persistence.entity.component.Money getRate()
public void setRate(org.egov.infra.persistence.entity.component.Money rate)
public List<org.egov.infra.validation.exception.ValidationError> validate()
validate in class org.egov.infstr.models.BaseModelpublic Date getEstimateDate()
public void setEstimateDate(Date estimateDate)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.