@MappedSuperclass public abstract class AbstractImplTenderProcessMakueniEntity extends AbstractTenderProcessMakueniEntity
tenderProcess
statusComments
createdBy, createdDate, lastModifiedBy, lastModifiedDate
Constructor and Description |
---|
AbstractImplTenderProcessMakueniEntity() |
Modifier and Type | Method and Description |
---|---|
Contract |
getContract() |
java.lang.String |
getLabel() |
java.lang.Class<?> |
getNextForm()
Return the next form to fill out once the current one was completed.
|
boolean |
hasDownstreamForms()
Return true to prevent deletion of the current form if there are downstream forms that depend on this one.
|
void |
setContract(Contract contract) |
java.lang.String |
toString() |
getDepartment, getProcurementPlan, getProject, getTenderProcess, getTenderProcessNotNull, setTenderProcess
getApprovedDate, getDirectChildrenEntities, 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 AbstractImplTenderProcessMakueniEntity()
public Contract getContract()
public java.lang.String getLabel()
public java.lang.String toString()
toString
in class AbstractTenderProcessMakueniEntity
public void setContract(Contract contract)
public java.lang.Class<?> getNextForm()
AbstractTenderProcessMakueniEntity
getNextForm
in class AbstractTenderProcessMakueniEntity
public boolean hasDownstreamForms()
AbstractTenderProcessMakueniEntity
hasDownstreamForms
in class AbstractTenderProcessMakueniEntity