Class RelationshipLabelsGet.RelationshipLabel
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.script.RelationshipLabelsGet.RelationshipLabel
- Enclosing class:
- RelationshipLabelsGet
Relationship label helper class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Gets the label of the relationshipGets the unique name of the relationship
-
Constructor Details
-
RelationshipLabel
Constructor- Parameters:
label
- Label of the relationshipuniqueName
- Unique name of the relationship
-
-
Method Details
-
getLabel
Gets the label of the relationship- Returns:
- The label of the relationship
-
getUniqueName
Gets the unique name of the relationship- Returns:
- The unique name of the relationship
-