@Entity public class Bid extends AbstractChildExpandableAuditEntity<TenderQuotationEvaluation> implements ListViewItem
editable, expanded
parent
createdBy, createdDate, lastModifiedBy, lastModifiedDate
Constructor and Description |
---|
Bid() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getPrequalifiedItems() |
java.math.BigDecimal |
getQuotedAmount() |
Supplier |
getSupplier() |
java.lang.String |
getSupplierResponsiveness() |
void |
setPrequalifiedItems(java.util.List<java.lang.String> prequalifiedItems) |
void |
setQuotedAmount(java.math.BigDecimal quotedAmount) |
void |
setSupplier(Supplier supplier) |
void |
setSupplierResponsiveness(java.lang.String supplierResponsiveness) |
getEditable, getExpanded, setEditable, setExpanded
getParent, setParent
ensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touch
getVersion
equals, getId, hashCode, isNew, setId, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getEditable, getExpanded, setEditable, setExpanded
public Supplier getSupplier()
public java.lang.String getSupplierResponsiveness()
public java.math.BigDecimal getQuotedAmount()
public void setQuotedAmount(java.math.BigDecimal quotedAmount)
public void setSupplier(Supplier supplier)
public void setSupplierResponsiveness(java.lang.String supplierResponsiveness)
public java.util.List<java.lang.String> getPrequalifiedItems()
public void setPrequalifiedItems(java.util.List<java.lang.String> prequalifiedItems)