Class SParameterDefinitionImpl
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.SParameterDefinitionImpl
- All Implemented Interfaces:
Serializable,SBaseElement,SNamedElement,SParameterDefinition
- 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
ConstructorsConstructorDescriptionSParameterDefinitionImpl(org.bonitasoft.engine.bpm.parameter.ParameterDefinition parameterDefinition) -
Method Summary
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
-
SParameterDefinitionImpl
public SParameterDefinitionImpl(org.bonitasoft.engine.bpm.parameter.ParameterDefinition parameterDefinition)
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceSParameterDefinition
-
getType
- Specified by:
getTypein interfaceSParameterDefinition
-
setDescription
-