Class SNamedElementImpl
java.lang.Object
org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
- All Implemented Interfaces:
Serializable,SBaseElement,SNamedElement
- Direct Known Subclasses:
SActorDefinitionImpl,SConnectorDefinitionImpl,SConstraintDefinitionImpl,SDocumentDefinitionImpl,SDocumentListDefinitionImpl,SFlowNodeDefinitionImpl,SInputDefinitionImpl,SParameterDefinitionImpl,SProcessDefinitionImpl,STransitionDefinitionImpl,SUserFilterDefinitionImpl
- 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 TypeMethodDescriptionprotected SBaseElementImpl.EQUALS_STATEbooleangetName()Gets the name of the element.inthashCode()Methods 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
getId
-
Constructor Details
-
SNamedElementImpl
-
-
Method Details
-
getName
Description copied from interface:SNamedElementGets the name of the element.- Specified by:
getNamein interfaceSNamedElement- Returns:
- the element name
-
hashCode
public int hashCode()- Overrides:
hashCodein classSBaseElementImpl
-
checkFurtherNaiveEquality
-
equals
- Overrides:
equalsin classSBaseElementImpl
-