@MappedSuperclass public abstract class AbstractAuthImplTenderProcessMakueniEntity extends AbstractImplTenderProcessMakueniEntity
tenderProcessstatusCommentscreatedBy, createdDate, lastModifiedBy, lastModifiedDate| Constructor and Description |
|---|
AbstractAuthImplTenderProcessMakueniEntity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAuthorizePayment() |
protected java.util.Collection<? extends AbstractMakueniEntity> |
getDirectChildrenEntities()
Gets direct children of current entity, that is the next form(s) that have to be filled in after this one is done
Most of the time this returns just one element, with the exception of
Project where it will return
the Project#getTenderProcesses()
This is used to revert downstream forms when upstream forms are reverted. |
java.lang.String |
getLabel() |
void |
setAuthorizePayment(java.lang.Boolean authorizePayment) |
void |
setLabel(java.lang.String label) |
getContract, 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 AbstractAuthImplTenderProcessMakueniEntity()
@AccessType(value=PROPERTY) public java.lang.String getLabel()
getLabel in interface LabelablegetLabel in class AbstractImplTenderProcessMakueniEntityprotected java.util.Collection<? extends AbstractMakueniEntity> getDirectChildrenEntities()
AbstractMakueniEntityProject where it will return
the Project#getTenderProcesses()
This is used to revert downstream forms when upstream forms are reverted. So if u do not need this functionality
just return Collections.emptyList()getDirectChildrenEntities in class AbstractMakueniEntitypublic void setLabel(java.lang.String label)
public java.lang.Boolean getAuthorizePayment()
public void setAuthorizePayment(java.lang.Boolean authorizePayment)