Class SActorDefinitionImpl
java.lang.Object
org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
org.bonitasoft.engine.core.process.definition.model.impl.SActorDefinitionImpl
- All Implemented Interfaces:
Serializable,SActorDefinition,SBaseElement,SNamedElement
- Author:
- Matthieu Chaffotte
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDescription(String description) voidsetInitiator(boolean initiator) Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, equals, getName, hashCodeMethods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getIdMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
Constructor Details
-
SActorDefinitionImpl
public SActorDefinitionImpl(org.bonitasoft.engine.bpm.actor.ActorDefinition actor)
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceSActorDefinition
-
setDescription
-
isInitiator
public boolean isInitiator()- Specified by:
isInitiatorin interfaceSActorDefinition
-
setInitiator
public void setInitiator(boolean initiator)
-