@Entity public class InspectionReport extends AbstractAuthImplTenderProcessMakueniEntity
tenderProcess
statusComments
createdBy, createdDate, lastModifiedBy, lastModifiedDate
Constructor and Description |
---|
InspectionReport() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComments() |
InspectionReportOutcome |
getOutcome() |
java.util.Set<FileMetadata> |
getPicture() |
java.util.List<PrivateSectorRequest> |
getPrivateSectorRequests() |
void |
setComments(java.lang.String comments) |
void |
setOutcome(InspectionReportOutcome outcome) |
void |
setPicture(java.util.Set<FileMetadata> picture) |
void |
setPrivateSectorRequests(java.util.List<PrivateSectorRequest> privateSectorRequests) |
getAuthorizePayment, getDirectChildrenEntities, getLabel, setAuthorizePayment, setLabel
getContract, getNextForm, hasDownstreamForms, setContract, toString
getDepartment, getProcurementPlan, getProject, getTenderProcess, getTenderProcessNotNull, setTenderProcess
getApprovedDate, getDirectChildrenEntitiesNotNull, getFormDocs, getOwner, getParent, setApprovedDate, setFormDocs, setOwner
getNewStatusComment, getStatus, getStatusComments, getVisibleStatusComments, getVisibleStatusLabel, setNewStatusComment, setStatus, setStatusComments, setVisibleStatusComments, setVisibleStatusLabel
ensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touch
getVersion
equals, getId, hashCode, isNew, setId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFormDoc
isExportable, isTerminated
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public InspectionReportOutcome getOutcome()
public void setOutcome(InspectionReportOutcome outcome)
public java.util.List<PrivateSectorRequest> getPrivateSectorRequests()
public void setPrivateSectorRequests(java.util.List<PrivateSectorRequest> privateSectorRequests)
public java.util.Set<FileMetadata> getPicture()
public void setPicture(java.util.Set<FileMetadata> picture)