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:
java.io.Serializable,SBaseElement,SNamedElement
- Direct Known Subclasses:
SActorDefinitionImpl,SConnectorDefinitionImpl,SConstraintDefinitionImpl,SDocumentDefinitionImpl,SDocumentListDefinitionImpl,SFlowNodeDefinitionImpl,SInputDefinitionImpl,SParameterDefinitionImpl,SProcessDefinitionImpl,STransitionDefinitionImpl,SUserFilterDefinitionImpl
public class SNamedElementImpl extends SBaseElementImpl implements SNamedElement
- Author:
- Matthieu Chaffotte
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE
-
-
Constructor Summary
Constructors Constructor Description SNamedElementImpl(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SBaseElementImpl.EQUALS_STATEcheckFurtherNaiveEquality(java.lang.Object obj)booleanequals(java.lang.Object obj)java.lang.StringgetName()Gets the name of the element.inthashCode()-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
-
-
-
Method Detail
-
getName
public java.lang.String 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
protected SBaseElementImpl.EQUALS_STATE checkFurtherNaiveEquality(java.lang.Object obj)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classSBaseElementImpl
-
-