public class TenderResponseActivity
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
TenderResponseActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTenderResponseQuotes(TenderResponseQuotes tenderResponseQuotes) |
Activity |
getActivity() |
double |
getAssignedQty() |
double |
getEstimatedQty() |
double |
getNegotiatedQuantity() |
double |
getNegotiatedRate() |
String |
getSchCode() |
TenderResponse |
getTenderResponse() |
List<TenderResponseQuotes> |
getTenderResponseQuotes() |
Collection<TenderResponseQuotes> |
getTenderResponseQuotesList() |
void |
setActivity(Activity activity) |
void |
setAssignedQty(double assignedQty) |
void |
setEstimatedQty(double estimatedQty) |
void |
setNegotiatedQuantity(double negotiatedQuantity) |
void |
setNegotiatedRate(double negotiatedRate) |
void |
setSchCode(String schCode) |
void |
setTenderResponse(TenderResponse tenderResponse) |
void |
setTenderResponseQuotes(List<TenderResponseQuotes> tenderResponseQuotes) |
public TenderResponse getTenderResponse()
public void setTenderResponse(TenderResponse tenderResponse)
public Activity getActivity()
public void setActivity(Activity activity)
public double getNegotiatedRate()
public void setNegotiatedRate(double negotiatedRate)
public double getNegotiatedQuantity()
public void setNegotiatedQuantity(double negotiatedQuantity)
public String getSchCode()
public void setSchCode(String schCode)
public List<TenderResponseQuotes> getTenderResponseQuotes()
public Collection<TenderResponseQuotes> getTenderResponseQuotesList()
public void setTenderResponseQuotes(List<TenderResponseQuotes> tenderResponseQuotes)
public void addTenderResponseQuotes(TenderResponseQuotes tenderResponseQuotes)
public double getAssignedQty()
public void setAssignedQty(double assignedQty)
public double getEstimatedQty()
public void setEstimatedQty(double estimatedQty)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.