public class ProcessMutableBeanImpl extends MaintainableMutableBeanImpl implements ProcessMutableBean
Constructor and Description |
---|
ProcessMutableBeanImpl() |
ProcessMutableBeanImpl(ProcessBean bean) |
Modifier and Type | Method and Description |
---|---|
void |
addProcessStep(ProcessStepMutableBean processStep) |
ProcessBean |
getImmutableInstance()
Returns a representation of itself in a bean which can not be modified, modifications to the mutable bean
are not reflected in the returned instance of the MaintainableBean.
|
java.util.List<ProcessStepMutableBean> |
getProcessSteps() |
void |
setProcessSteps(java.util.List<ProcessStepMutableBean> processSteps) |
compareTo, getAgencyId, getEndDate, getExternalReference, getFinalStructure, getServiceURL, getStartDate, getStructureURL, getVersion, isStub, setAgencyId, setEndDate, setExternalReference, setFinalStructure, setServiceURL, setStartDate, setStructureURL, setStub, setVersion
addDescription, addName, getDescriptions, getName, getNames, setDescriptions, setNames
getId, getUri, getUrn, setId, setUri, setUrn
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAgencyId, getEndDate, getExternalReference, getFinalStructure, getServiceURL, getStartDate, getStructureURL, getVersion, isStub, setAgencyId, setEndDate, setExternalReference, setFinalStructure, setServiceURL, setStartDate, setStructureURL, setStub, setVersion
addDescription, addName, getDescriptions, getName, getNames, setDescriptions, setNames
getId, getUri, getUrn, setId, setUri
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
public ProcessMutableBeanImpl()
public ProcessMutableBeanImpl(ProcessBean bean)
public ProcessBean getImmutableInstance()
ProcessMutableBean
getImmutableInstance
in interface MaintainableMutableBean
getImmutableInstance
in interface ProcessMutableBean
public java.util.List<ProcessStepMutableBean> getProcessSteps()
getProcessSteps
in interface ProcessMutableBean
public void setProcessSteps(java.util.List<ProcessStepMutableBean> processSteps)
setProcessSteps
in interface ProcessMutableBean
public void addProcessStep(ProcessStepMutableBean processStep)
addProcessStep
in interface ProcessMutableBean