Package jadex.bpmn.model
Class MNamedIdElement
java.lang.Object
jadex.bpmn.model.MIdElement
jadex.bpmn.model.MAnnotationElement
jadex.bpmn.model.MNamedIdElement
- Direct Known Subclasses:
MArtifact
,MAssociationTarget
Base class for named id elements.
-
Field Summary
FieldsFields inherited from class jadex.bpmn.model.MAnnotationElement
annotations
Fields inherited from class jadex.bpmn.model.MIdElement
id, ID_GENERATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the full description of the model element.getName()
Get the name.void
setDescription
(String description) Set the description.void
Set the name.Methods inherited from class jadex.bpmn.model.MAnnotationElement
addAnnotation, getAnnotations
Methods inherited from class jadex.bpmn.model.MIdElement
equals, getId, hashCode, setId
-
Field Details
-
name
The name. -
description
The description.
-
-
Constructor Details
-
MNamedIdElement
public MNamedIdElement()
-
-
Method Details
-
getDescription
Get the full description of the model element.- Returns:
- The description.
-
setDescription
Set the description.- Parameters:
description
- the description to set
-
getName
Get the name.- Returns:
- The name.
-
setName
Set the name.- Parameters:
name
- The name to set.
-