Class RelationshipDefinitionImpl
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.relationship.RelationshipDefinitionImpl
- All Implemented Interfaces:
RelationshipDefinition
Relationship definition implementation
- Since:
- 2.3
- Author:
- Tuna Aksoy
-
Constructor Summary
ConstructorsConstructorDescriptionRelationshipDefinitionImpl
(String uniqueName, RelationshipType type, RelationshipDisplayName displayName) Constructor for creating a relationship definition -
Method Summary
Modifier and TypeMethodDescriptionGets the display name of the relationship definitiongetType()
Gets the type of the relationship definitionGets the unique name of the relationship definition
-
Constructor Details
-
RelationshipDefinitionImpl
public RelationshipDefinitionImpl(String uniqueName, RelationshipType type, RelationshipDisplayName displayName) Constructor for creating a relationship definition- Parameters:
uniqueName
- The unique name of the relationship definitiontype
- The type of the relationship definitiondisplayName
- The display name of the relationship definition
-
-
Method Details
-
getUniqueName
Description copied from interface:RelationshipDefinition
Gets the unique name of the relationship definition- Specified by:
getUniqueName
in interfaceRelationshipDefinition
- Returns:
- The unique name of the relationship definition
- See Also:
-
getType
Description copied from interface:RelationshipDefinition
Gets the type of the relationship definition- Specified by:
getType
in interfaceRelationshipDefinition
- Returns:
- The type of the relationship definition
- See Also:
-
getDisplayName
Description copied from interface:RelationshipDefinition
Gets the display name of the relationship definition- Specified by:
getDisplayName
in interfaceRelationshipDefinition
- Returns:
- The display name of the relationship definition
- See Also:
-