@Entity public class Bid extends AbstractChildExpandableAuditEntity<TenderQuotationEvaluation> implements ListViewItem
editable, expandedparentcreatedBy, 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, setExpandedgetParent, setParentensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touchgetVersionequals, getId, hashCode, isNew, setId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEditable, getExpanded, setEditable, setExpandedpublic 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)