@Entity public class AwardAcceptanceItem extends AbstractDocsChildExpAuditEntity<AwardAcceptance> implements ListViewItem
editable, expandedparentcreatedBy, createdDate, lastModifiedBy, lastModifiedDate| Constructor and Description |
|---|
AwardAcceptanceItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getAcceptanceDate() |
java.math.BigDecimal |
getAcceptedAwardValue() |
Supplier |
getAwardee() |
AwardNotificationItem |
getExportableNotificationItem() |
SupplierResponse |
getSupplierResponse() |
boolean |
isAccepted() |
void |
setAcceptanceDate(java.util.Date acceptanceDate) |
void |
setAcceptedAwardValue(java.math.BigDecimal acceptedAwardValue) |
void |
setAwardee(Supplier awardee) |
void |
setSupplierResponse(SupplierResponse supplierResponse) |
java.lang.String |
toString() |
getApprovedDate, getFormDocs, setApprovedDate, setFormDocsgetEditable, getExpanded, setEditable, setExpandedgetParent, setParentensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touchgetVersionequals, getId, hashCode, isNew, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEditable, getExpanded, setEditable, setExpandedpublic java.util.Date getAcceptanceDate()
public void setAcceptanceDate(java.util.Date acceptanceDate)
public Supplier getAwardee()
public void setAwardee(Supplier awardee)
public java.math.BigDecimal getAcceptedAwardValue()
public AwardNotificationItem getExportableNotificationItem()
public boolean isAccepted()
public void setAcceptedAwardValue(java.math.BigDecimal acceptedAwardValue)
public SupplierResponse getSupplierResponse()
public void setSupplierResponse(SupplierResponse supplierResponse)
public java.lang.String toString()
toString in class org.springframework.data.jpa.domain.AbstractPersistable<java.lang.Long>