public class ContractorBillCertificateInfo extends Object
| Constructor and Description |
|---|
ContractorBillCertificateInfo() |
| Modifier and Type | Method and Description |
|---|---|
double |
getExecutionAmount() |
double |
getExecutionQuantity() |
double |
getExecutionRate() |
double |
getLastExecutionAmount() |
double |
getLastExecutionQuantity() |
double |
getTenderAmount() |
double |
getTenderQuantity() |
double |
getTenderRate() |
double |
getTotalAsPerExecution() |
double |
getTotalAsPerTender() |
double |
getTotalDifference() |
WorkOrderActivity |
getWorkOrderActivity() |
void |
setExecutionAmount(double executionAmount) |
void |
setExecutionQuantity(double executionQuantity) |
void |
setExecutionRate(double executionRate) |
void |
setLastExecutionAmount(double lastExecutionAmount) |
void |
setLastExecutionQuantity(double lastExecutionQuantity) |
void |
setTenderAmount(double tenderAmount) |
void |
setTenderQuantity(double tenderQuantity) |
void |
setTenderRate(double tenderRate) |
void |
setTotalAsPerExecution(double totalAsPerExecution) |
void |
setTotalAsPerTender(double totalAsPerTender) |
void |
setTotalDifference(double totalDifference) |
void |
setWorkOrderActivity(WorkOrderActivity workOrderActivity) |
public WorkOrderActivity getWorkOrderActivity()
public void setWorkOrderActivity(WorkOrderActivity workOrderActivity)
public double getExecutionQuantity()
public void setExecutionQuantity(double executionQuantity)
public double getLastExecutionQuantity()
public void setLastExecutionQuantity(double lastExecutionQuantity)
public double getLastExecutionAmount()
public void setLastExecutionAmount(double lastExecutionAmount)
public double getExecutionAmount()
public void setExecutionAmount(double executionAmount)
public double getTenderRate()
public void setTenderRate(double tenderRate)
public double getTenderQuantity()
public void setTenderQuantity(double tenderQuantity)
public double getTenderAmount()
public void setTenderAmount(double tenderAmount)
public double getExecutionRate()
public void setExecutionRate(double executionRate)
public double getTotalAsPerTender()
public void setTotalAsPerTender(double totalAsPerTender)
public double getTotalAsPerExecution()
public void setTotalAsPerExecution(double totalAsPerExecution)
public double getTotalDifference()
public void setTotalDifference(double totalDifference)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.