@Entity public class AwardAcceptanceItem extends AbstractDocsChildExpAuditEntity<AwardAcceptance> implements ListViewItem
editable, expanded
parent
createdBy, 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, setFormDocs
getEditable, getExpanded, setEditable, setExpanded
getParent, setParent
ensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touch
getVersion
equals, getId, hashCode, isNew, setId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getEditable, getExpanded, setEditable, setExpanded
public 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>