public class Association
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Association() |
Modifier and Type | Method and Description |
---|---|
AssociatedConceptList |
getAssociatedConcepts()
Returns the value of field 'associatedConcepts'.
|
AssociatedDataList |
getAssociatedData()
Returns the value of field 'associatedData'.
|
java.lang.String |
getAssociationName()
Returns the value of field 'associationName'.
|
ConceptReference |
getAssociationReference()
Returns the value of field 'associationReference'.
|
java.lang.String |
getDirectionalName()
Returns the value of field 'directionalName'.
|
java.lang.String |
getRelationsContainerName()
Returns the value of field 'relationsContainerName'.
|
void |
setAssociatedConcepts(AssociatedConceptList associatedConcepts)
Sets the value of field 'associatedConcepts'.
|
void |
setAssociatedData(AssociatedDataList associatedData)
Sets the value of field 'associatedData'.
|
void |
setAssociationName(java.lang.String associationName)
Sets the value of field 'associationName'.
|
void |
setAssociationReference(ConceptReference associationReference)
Sets the value of field 'associationReference'.
|
void |
setDirectionalName(java.lang.String directionalName)
Sets the value of field 'directionalName'.
|
void |
setRelationsContainerName(java.lang.String relationsContainerName)
Sets the value of field 'relationsContainerName'.
|
public AssociatedConceptList getAssociatedConcepts()
public AssociatedDataList getAssociatedData()
public java.lang.String getAssociationName()
public ConceptReference getAssociationReference()
public java.lang.String getDirectionalName()
public java.lang.String getRelationsContainerName()
public void setAssociatedConcepts(AssociatedConceptList associatedConcepts)
associatedConcepts
- the value of field
'associatedConcepts'.public void setAssociatedData(AssociatedDataList associatedData)
associatedData
- the value of field 'associatedData'.public void setAssociationName(java.lang.String associationName)
associationName
- the value of field 'associationName'.public void setAssociationReference(ConceptReference associationReference)
associationReference
- the value of field
'associationReference'.public void setDirectionalName(java.lang.String directionalName)
directionalName
- the value of field 'directionalName'.public void setRelationsContainerName(java.lang.String relationsContainerName)
relationsContainerName
- the value of field
'relationsContainerName'.