@Entity
public class Activity
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_ESTIMATEACTIVITY |
| Constructor and Description |
|---|
Activity() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEstimate |
getAbstractEstimate() |
org.egov.infra.persistence.entity.component.Money |
getAmount() |
org.egov.infra.persistence.entity.component.Money |
getAmountIncludingTax() |
double |
getAmt() |
Double |
getConsumedQuantity() |
double |
getConversionFactor() |
double |
getConversionFactorForRE(Date asOnDate) |
Double |
getEstimateQuantity() |
double |
getEstimateRate() |
Long |
getId() |
List<MeasurementSheet> |
getMeasurementSheetList() |
NonSor |
getNonSor() |
Activity |
getParent() |
double |
getQuantity() |
double |
getRate() |
RevisionType |
getRevisionType() |
ScheduleOfRate |
getSchedule() |
Double |
getServiceTaxPerc() |
String |
getSignValue() |
org.egov.infra.persistence.entity.component.Money |
getSORCurrentMarketRate() |
org.egov.infra.persistence.entity.component.Money |
getSORRateForDate(Date asOnDate) |
Integer |
getSrlNo() |
org.egov.infra.persistence.entity.component.Money |
getTaxAmount() |
org.egov.common.entity.UOM |
getUom() |
boolean |
isQuantityChanged() |
void |
setAbstractEstimate(AbstractEstimate abstractEstimate) |
void |
setAmt(double amt) |
void |
setConsumedQuantity(Double consumedQuantity) |
void |
setEstimateQuantity(Double estimateQuantity) |
void |
setEstimateRate(double estimateRate) |
void |
setId(Long id) |
void |
setMeasurementSheetList(List<MeasurementSheet> measurementSheetList) |
void |
setNonSor(NonSor nonSor) |
void |
setParent(Activity parent) |
void |
setQuantity(double quantity) |
void |
setQuantityChanged(boolean quantityChanged) |
void |
setRate(double rate) |
void |
setRevisionType(RevisionType revisionType) |
void |
setSchedule(ScheduleOfRate schedule) |
void |
setServiceTaxPerc(Double serviceTaxPerc) |
void |
setSignValue(String signValue) |
void |
setSrlNo(Integer srlNo) |
void |
setUom(org.egov.common.entity.UOM uom) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_ESTIMATEACTIVITY
public List<MeasurementSheet> getMeasurementSheetList()
public void setMeasurementSheetList(List<MeasurementSheet> measurementSheetList)
public 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 AbstractEstimate getAbstractEstimate()
public void setAbstractEstimate(AbstractEstimate abstractEstimate)
public ScheduleOfRate getSchedule()
public void setSchedule(ScheduleOfRate schedule)
public NonSor getNonSor()
public void setNonSor(NonSor nonSor)
public double getRate()
public void setRate(double rate)
public double getQuantity()
public void setQuantity(double quantity)
public Double getServiceTaxPerc()
public void setServiceTaxPerc(Double serviceTaxPerc)
public org.egov.infra.persistence.entity.component.Money getAmount()
public org.egov.infra.persistence.entity.component.Money getTaxAmount()
public org.egov.infra.persistence.entity.component.Money getAmountIncludingTax()
public org.egov.infra.persistence.entity.component.Money getSORCurrentMarketRate()
public double getConversionFactorForRE(Date asOnDate)
public org.egov.infra.persistence.entity.component.Money getSORRateForDate(Date asOnDate)
public double getConversionFactor()
public List<org.egov.infra.validation.exception.ValidationError> validate()
public org.egov.common.entity.UOM getUom()
public void setUom(org.egov.common.entity.UOM uom)
public double getAmt()
public void setAmt(double amt)
public Integer getSrlNo()
public void setSrlNo(Integer srlNo)
public RevisionType getRevisionType()
public void setRevisionType(RevisionType revisionType)
public Activity getParent()
public void setParent(Activity parent)
public String getSignValue()
public void setSignValue(String signValue)
public double getEstimateRate()
public void setEstimateRate(double estimateRate)
public Double getEstimateQuantity()
public void setEstimateQuantity(Double estimateQuantity)
public Double getConsumedQuantity()
public void setConsumedQuantity(Double consumedQuantity)
public boolean isQuantityChanged()
public void setQuantityChanged(boolean quantityChanged)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.