public static class AssociationService.AssociationTriple
extends java.lang.Object
Constructor and Description |
---|
AssociationTriple(AssociationSource associationSource,
java.lang.String relationContainerName,
java.lang.String associationPredicateName)
Instantiates a new association triple.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssociationPredicateName()
Gets the association predicate name.
|
AssociationSource |
getAssociationSource()
Gets the association source.
|
java.lang.String |
getRelationContainerName()
Gets the relation container name.
|
void |
setAssociationPredicateName(java.lang.String associationPredicateName)
Sets the association predicate name.
|
void |
setAssociationSource(AssociationSource associationSource)
Sets the association source.
|
void |
setRelationContainerName(java.lang.String relationContainerName)
Sets the relation container name.
|
public AssociationTriple(AssociationSource associationSource, java.lang.String relationContainerName, java.lang.String associationPredicateName)
associationSource
- the association sourcerelationContainerName
- the relation container nameassociationPredicateName
- the association predicate namepublic AssociationSource getAssociationSource()
public void setAssociationSource(AssociationSource associationSource)
associationSource
- the new association sourcepublic java.lang.String getRelationContainerName()
public void setRelationContainerName(java.lang.String relationContainerName)
relationContainerName
- the new relation container namepublic java.lang.String getAssociationPredicateName()
public void setAssociationPredicateName(java.lang.String associationPredicateName)
associationPredicateName
- the new association predicate name