public class MAssociationTarget extends MNamedIdElement
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
associations
The associations.
|
protected java.lang.String |
associationsdescription
The associations description.
|
description, name
annotations
id, ID_GENERATOR
Constructor and Description |
---|
MAssociationTarget() |
Modifier and Type | Method and Description |
---|---|
void |
addAssociation(MAssociation association)
Add an association.
|
java.util.List |
getAssociations()
Get the associations.
|
java.lang.String |
getAssociationsDescription()
Get the xml associations description.
|
void |
removeAssociation(MAssociation association)
Remove an association.
|
void |
setAssociationsDescription(java.lang.String associationsdescription)
Set the xml associations description.
|
getDescription, getName, setDescription, setName
addAnnotation, getAnnotations
equals, getId, hashCode, setId
protected java.lang.String associationsdescription
protected java.util.List associations
public java.lang.String getAssociationsDescription()
public void setAssociationsDescription(java.lang.String associationsdescription)
associationsdescription
- The associations description to set.public java.util.List getAssociations()
public void addAssociation(MAssociation association)
association
- The association.public void removeAssociation(MAssociation association)
association
- The association.