@Entity public class InspectionReport extends AbstractAuthImplTenderProcessMakueniEntity
tenderProcessstatusCommentscreatedBy, 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, setLabelgetContract, getNextForm, hasDownstreamForms, setContract, toStringgetDepartment, getProcurementPlan, getProject, getTenderProcess, getTenderProcessNotNull, setTenderProcessgetApprovedDate, getDirectChildrenEntitiesNotNull, getFormDocs, getOwner, getParent, setApprovedDate, setFormDocs, setOwnergetNewStatusComment, getStatus, getStatusComments, getVisibleStatusComments, getVisibleStatusLabel, setNewStatusComment, setStatus, setStatusComments, setVisibleStatusComments, setVisibleStatusLabelensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touchgetVersionequals, getId, hashCode, isNew, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFormDocisExportable, isTerminatedpublic 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)