Class RelationshipDisplayName
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.relationship.RelationshipDisplayName
POJO representing the relationship display name
- Since:
- 2.3
- Author:
- Tuna Aksoy
-
Constructor Summary
ConstructorsConstructorDescriptionRelationshipDisplayName
(String sourceText, String targetText) Constructor for creating the relationship display name. -
Method Summary
Modifier and TypeMethodDescriptionGets the source text of the relationshipGets the target text of the relationshiptoString()
-
Constructor Details
-
RelationshipDisplayName
Constructor for creating the relationship display name. In case of a bidirectional relationship the source text and target text will be the same.- Parameters:
sourceText
- The source text of the relationshiptargetText
- The target text of the relationship
-
-
Method Details