Class STransitionDefinitionImpl
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.STransitionDefinitionImpl
- All Implemented Interfaces:
Serializable,SBaseElement,SNamedElement,STransitionDefinition
- Author:
- Matthieu Chaffotte, Zhao Na, Celine Souchet
- 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
ConstructorsConstructorDescriptionSTransitionDefinitionImpl(String name, long source, long target) STransitionDefinitionImpl(org.bonitasoft.engine.bpm.flownode.TransitionDefinition transition) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglongbooleaninthashCode()voidsetCondition(SExpression condition) toString()Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, getNameMethods 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, 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
-
STransitionDefinitionImpl
public STransitionDefinitionImpl(org.bonitasoft.engine.bpm.flownode.TransitionDefinition transition) -
STransitionDefinitionImpl
-
STransitionDefinitionImpl
-
-
Method Details
-
getSource
public long getSource()- Specified by:
getSourcein interfaceSTransitionDefinition
-
getTarget
public long getTarget()- Specified by:
getTargetin interfaceSTransitionDefinition
-
setCondition
-
getCondition
- Specified by:
getConditionin interfaceSTransitionDefinition
-
hasCondition
public boolean hasCondition()- Specified by:
hasConditionin interfaceSTransitionDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classSNamedElementImpl
-
equals
- Overrides:
equalsin classSNamedElementImpl
-
toString
-